diff options
author | Tony Lindgren <tony@atomide.com> | 2017-01-05 20:17:30 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-06 17:54:38 +0100 |
commit | f62280efe8934a1275fd148ef302d1afec8cd3df (patch) | |
tree | 61a31cf2e5e803737d1de8bdee33c60b828eca26 /arch/arm/boot/dts/dm816x.dtsi | |
parent | ARM: dts: Fix am335x and dm814x scm syscon to probe children (diff) | |
download | linux-f62280efe8934a1275fd148ef302d1afec8cd3df.tar.xz linux-f62280efe8934a1275fd148ef302d1afec8cd3df.zip |
ARM: dts: Fix compatible for ti81xx uarts for 8250
When using 8250_omap driver, we need to specify the right
compatible value for the UART to work on dm814x and dm816x.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm816x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dm816x.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi index 61dd2f6b02bc..621c211a436c 100644 --- a/arch/arm/boot/dts/dm816x.dtsi +++ b/arch/arm/boot/dts/dm816x.dtsi @@ -372,7 +372,7 @@ }; uart1: uart@48020000 { - compatible = "ti,omap3-uart"; + compatible = "ti,am3352-uart", "ti,omap3-uart"; ti,hwmods = "uart1"; reg = <0x48020000 0x2000>; clock-frequency = <48000000>; @@ -382,7 +382,7 @@ }; uart2: uart@48022000 { - compatible = "ti,omap3-uart"; + compatible = "ti,am3352-uart", "ti,omap3-uart"; ti,hwmods = "uart2"; reg = <0x48022000 0x2000>; clock-frequency = <48000000>; @@ -392,7 +392,7 @@ }; uart3: uart@48024000 { - compatible = "ti,omap3-uart"; + compatible = "ti,am3352-uart", "ti,omap3-uart"; ti,hwmods = "uart3"; reg = <0x48024000 0x2000>; clock-frequency = <48000000>; |