diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8541cds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8541cds.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8541cds.dts b/arch/powerpc/boot/dts/mpc8541cds.dts index 87ff96549fac..0f5e93912799 100644 --- a/arch/powerpc/boot/dts/mpc8541cds.dts +++ b/arch/powerpc/boot/dts/mpc8541cds.dts | |||
@@ -209,7 +209,7 @@ | |||
209 | serial0: serial@4500 { | 209 | serial0: serial@4500 { |
210 | cell-index = <0>; | 210 | cell-index = <0>; |
211 | device_type = "serial"; | 211 | device_type = "serial"; |
212 | compatible = "ns16550"; | 212 | compatible = "fsl,ns16550", "ns16550"; |
213 | reg = <0x4500 0x100>; // reg base, size | 213 | reg = <0x4500 0x100>; // reg base, size |
214 | clock-frequency = <0>; // should we fill in in uboot? | 214 | clock-frequency = <0>; // should we fill in in uboot? |
215 | interrupts = <42 2>; | 215 | interrupts = <42 2>; |
@@ -219,7 +219,7 @@ | |||
219 | serial1: serial@4600 { | 219 | serial1: serial@4600 { |
220 | cell-index = <1>; | 220 | cell-index = <1>; |
221 | device_type = "serial"; | 221 | device_type = "serial"; |
222 | compatible = "ns16550"; | 222 | compatible = "fsl,ns16550", "ns16550"; |
223 | reg = <0x4600 0x100>; // reg base, size | 223 | reg = <0x4600 0x100>; // reg base, size |
224 | clock-frequency = <0>; // should we fill in in uboot? | 224 | clock-frequency = <0>; // should we fill in in uboot? |
225 | interrupts = <42 2>; | 225 | interrupts = <42 2>; |