diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8540ads.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8540ads.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8540ads.dts b/arch/powerpc/boot/dts/mpc8540ads.dts index 8d1bf0fd9268..f99fb110c97f 100644 --- a/arch/powerpc/boot/dts/mpc8540ads.dts +++ b/arch/powerpc/boot/dts/mpc8540ads.dts | |||
@@ -243,7 +243,7 @@ | |||
243 | serial0: serial@4500 { | 243 | serial0: serial@4500 { |
244 | cell-index = <0>; | 244 | cell-index = <0>; |
245 | device_type = "serial"; | 245 | device_type = "serial"; |
246 | compatible = "ns16550"; | 246 | compatible = "fsl,ns16550", "ns16550"; |
247 | reg = <0x4500 0x100>; // reg base, size | 247 | reg = <0x4500 0x100>; // reg base, size |
248 | clock-frequency = <0>; // should we fill in in uboot? | 248 | clock-frequency = <0>; // should we fill in in uboot? |
249 | interrupts = <42 2>; | 249 | interrupts = <42 2>; |
@@ -253,7 +253,7 @@ | |||
253 | serial1: serial@4600 { | 253 | serial1: serial@4600 { |
254 | cell-index = <1>; | 254 | cell-index = <1>; |
255 | device_type = "serial"; | 255 | device_type = "serial"; |
256 | compatible = "ns16550"; | 256 | compatible = "fsl,ns16550", "ns16550"; |
257 | reg = <0x4600 0x100>; // reg base, size | 257 | reg = <0x4600 0x100>; // reg base, size |
258 | clock-frequency = <0>; // should we fill in in uboot? | 258 | clock-frequency = <0>; // should we fill in in uboot? |
259 | interrupts = <42 2>; | 259 | interrupts = <42 2>; |