diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2011-11-28 14:58:53 -0500 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2012-01-04 16:38:40 -0500 |
| commit | f706bed1144e0fdad2b583549fc366afd4a1e9f1 (patch) | |
| tree | 99a81eb38dd583b9a3be69dbb26c1f48422ee194 | |
| parent | 0725696306b10e125191ae772c7f19eca88f2ca1 (diff) | |
powerpc/fsl: update compatiable on fsl 16550 uart nodes
The Freescale serial port's are pretty much a 16550, however there are
some FSL specific bugs and features. Add a "fsl,ns16550" compatiable
string to allow code to handle those FSL specific issues.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51 files changed, 101 insertions, 101 deletions
diff --git a/arch/powerpc/boot/dts/asp834x-redboot.dts b/arch/powerpc/boot/dts/asp834x-redboot.dts index 261d10c4534b..227290db866d 100644 --- a/arch/powerpc/boot/dts/asp834x-redboot.dts +++ b/arch/powerpc/boot/dts/asp834x-redboot.dts | |||
| @@ -256,7 +256,7 @@ | |||
| 256 | serial0: serial@4500 { | 256 | serial0: serial@4500 { |
| 257 | cell-index = <0>; | 257 | cell-index = <0>; |
| 258 | device_type = "serial"; | 258 | device_type = "serial"; |
| 259 | compatible = "ns16550"; | 259 | compatible = "fsl,ns16550", "ns16550"; |
| 260 | reg = <0x4500 0x100>; | 260 | reg = <0x4500 0x100>; |
| 261 | clock-frequency = <400000000>; | 261 | clock-frequency = <400000000>; |
| 262 | interrupts = <9 0x8>; | 262 | interrupts = <9 0x8>; |
| @@ -266,7 +266,7 @@ | |||
| 266 | serial1: serial@4600 { | 266 | serial1: serial@4600 { |
| 267 | cell-index = <1>; | 267 | cell-index = <1>; |
| 268 | device_type = "serial"; | 268 | device_type = "serial"; |
| 269 | compatible = "ns16550"; | 269 | compatible = "fsl,ns16550", "ns16550"; |
| 270 | reg = <0x4600 0x100>; | 270 | reg = <0x4600 0x100>; |
| 271 | clock-frequency = <400000000>; | 271 | clock-frequency = <400000000>; |
| 272 | interrupts = <10 0x8>; | 272 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/fsl/pq3-duart-0.dtsi b/arch/powerpc/boot/dts/fsl/pq3-duart-0.dtsi index 00fa1fd8daf8..5e268fdb9d1f 100644 --- a/arch/powerpc/boot/dts/fsl/pq3-duart-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/pq3-duart-0.dtsi | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | serial0: serial@4500 { | 35 | serial0: serial@4500 { |
| 36 | cell-index = <0>; | 36 | cell-index = <0>; |
| 37 | device_type = "serial"; | 37 | device_type = "serial"; |
| 38 | compatible = "ns16550"; | 38 | compatible = "fsl,ns16550", "ns16550"; |
| 39 | reg = <0x4500 0x100>; | 39 | reg = <0x4500 0x100>; |
| 40 | clock-frequency = <0>; | 40 | clock-frequency = <0>; |
| 41 | interrupts = <42 2 0 0>; | 41 | interrupts = <42 2 0 0>; |
| @@ -44,7 +44,7 @@ serial0: serial@4500 { | |||
| 44 | serial1: serial@4600 { | 44 | serial1: serial@4600 { |
| 45 | cell-index = <1>; | 45 | cell-index = <1>; |
| 46 | device_type = "serial"; | 46 | device_type = "serial"; |
| 47 | compatible = "ns16550"; | 47 | compatible = "fsl,ns16550", "ns16550"; |
| 48 | reg = <0x4600 0x100>; | 48 | reg = <0x4600 0x100>; |
| 49 | clock-frequency = <0>; | 49 | clock-frequency = <0>; |
| 50 | interrupts = <42 2 0 0>; | 50 | interrupts = <42 2 0 0>; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-duart-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-duart-0.dtsi index 66271e3a2702..225c07b4e8ab 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-duart-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-duart-0.dtsi | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | serial0: serial@11c500 { | 35 | serial0: serial@11c500 { |
| 36 | cell-index = <0>; | 36 | cell-index = <0>; |
| 37 | device_type = "serial"; | 37 | device_type = "serial"; |
| 38 | compatible = "ns16550"; | 38 | compatible = "fsl,ns16550", "ns16550"; |
| 39 | reg = <0x11c500 0x100>; | 39 | reg = <0x11c500 0x100>; |
| 40 | clock-frequency = <0>; | 40 | clock-frequency = <0>; |
| 41 | interrupts = <36 2 0 0>; | 41 | interrupts = <36 2 0 0>; |
| @@ -44,7 +44,7 @@ serial0: serial@11c500 { | |||
| 44 | serial1: serial@11c600 { | 44 | serial1: serial@11c600 { |
| 45 | cell-index = <1>; | 45 | cell-index = <1>; |
| 46 | device_type = "serial"; | 46 | device_type = "serial"; |
| 47 | compatible = "ns16550"; | 47 | compatible = "fsl,ns16550", "ns16550"; |
| 48 | reg = <0x11c600 0x100>; | 48 | reg = <0x11c600 0x100>; |
| 49 | clock-frequency = <0>; | 49 | clock-frequency = <0>; |
| 50 | interrupts = <36 2 0 0>; | 50 | interrupts = <36 2 0 0>; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-duart-1.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-duart-1.dtsi index cf1a0acb40a0..d23233a56b91 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-duart-1.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-duart-1.dtsi | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | serial2: serial@11d500 { | 35 | serial2: serial@11d500 { |
| 36 | cell-index = <2>; | 36 | cell-index = <2>; |
| 37 | device_type = "serial"; | 37 | device_type = "serial"; |
| 38 | compatible = "ns16550"; | 38 | compatible = "fsl,ns16550", "ns16550"; |
| 39 | reg = <0x11d500 0x100>; | 39 | reg = <0x11d500 0x100>; |
| 40 | clock-frequency = <0>; | 40 | clock-frequency = <0>; |
| 41 | interrupts = <37 2 0 0>; | 41 | interrupts = <37 2 0 0>; |
| @@ -44,7 +44,7 @@ serial2: serial@11d500 { | |||
| 44 | serial3: serial@11d600 { | 44 | serial3: serial@11d600 { |
| 45 | cell-index = <3>; | 45 | cell-index = <3>; |
| 46 | device_type = "serial"; | 46 | device_type = "serial"; |
| 47 | compatible = "ns16550"; | 47 | compatible = "fsl,ns16550", "ns16550"; |
| 48 | reg = <0x11d600 0x100>; | 48 | reg = <0x11d600 0x100>; |
| 49 | clock-frequency = <0>; | 49 | clock-frequency = <0>; |
| 50 | interrupts = <37 2 0 0>; | 50 | interrupts = <37 2 0 0>; |
diff --git a/arch/powerpc/boot/dts/gef_ppc9a.dts b/arch/powerpc/boot/dts/gef_ppc9a.dts index 2266bbb303d0..38dcb96c8e26 100644 --- a/arch/powerpc/boot/dts/gef_ppc9a.dts +++ b/arch/powerpc/boot/dts/gef_ppc9a.dts | |||
| @@ -339,7 +339,7 @@ | |||
| 339 | serial0: serial@4500 { | 339 | serial0: serial@4500 { |
| 340 | cell-index = <0>; | 340 | cell-index = <0>; |
| 341 | device_type = "serial"; | 341 | device_type = "serial"; |
| 342 | compatible = "ns16550"; | 342 | compatible = "fsl,ns16550", "ns16550"; |
| 343 | reg = <0x4500 0x100>; | 343 | reg = <0x4500 0x100>; |
| 344 | clock-frequency = <0>; | 344 | clock-frequency = <0>; |
| 345 | interrupts = <0x2a 0x2>; | 345 | interrupts = <0x2a 0x2>; |
| @@ -349,7 +349,7 @@ | |||
| 349 | serial1: serial@4600 { | 349 | serial1: serial@4600 { |
| 350 | cell-index = <1>; | 350 | cell-index = <1>; |
| 351 | device_type = "serial"; | 351 | device_type = "serial"; |
| 352 | compatible = "ns16550"; | 352 | compatible = "fsl,ns16550", "ns16550"; |
| 353 | reg = <0x4600 0x100>; | 353 | reg = <0x4600 0x100>; |
| 354 | clock-frequency = <0>; | 354 | clock-frequency = <0>; |
| 355 | interrupts = <0x1c 0x2>; | 355 | interrupts = <0x1c 0x2>; |
diff --git a/arch/powerpc/boot/dts/gef_sbc310.dts b/arch/powerpc/boot/dts/gef_sbc310.dts index 429e87d9acef..5ab8932d09b7 100644 --- a/arch/powerpc/boot/dts/gef_sbc310.dts +++ b/arch/powerpc/boot/dts/gef_sbc310.dts | |||
| @@ -337,7 +337,7 @@ | |||
| 337 | serial0: serial@4500 { | 337 | serial0: serial@4500 { |
| 338 | cell-index = <0>; | 338 | cell-index = <0>; |
| 339 | device_type = "serial"; | 339 | device_type = "serial"; |
| 340 | compatible = "ns16550"; | 340 | compatible = "fsl,ns16550", "ns16550"; |
| 341 | reg = <0x4500 0x100>; | 341 | reg = <0x4500 0x100>; |
| 342 | clock-frequency = <0>; | 342 | clock-frequency = <0>; |
| 343 | interrupts = <0x2a 0x2>; | 343 | interrupts = <0x2a 0x2>; |
| @@ -347,7 +347,7 @@ | |||
| 347 | serial1: serial@4600 { | 347 | serial1: serial@4600 { |
| 348 | cell-index = <1>; | 348 | cell-index = <1>; |
| 349 | device_type = "serial"; | 349 | device_type = "serial"; |
| 350 | compatible = "ns16550"; | 350 | compatible = "fsl,ns16550", "ns16550"; |
| 351 | reg = <0x4600 0x100>; | 351 | reg = <0x4600 0x100>; |
| 352 | clock-frequency = <0>; | 352 | clock-frequency = <0>; |
| 353 | interrupts = <0x1c 0x2>; | 353 | interrupts = <0x1c 0x2>; |
diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts index d81201ac2cad..d5341f5741aa 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/arch/powerpc/boot/dts/gef_sbc610.dts | |||
| @@ -337,7 +337,7 @@ | |||
| 337 | serial0: serial@4500 { | 337 | serial0: serial@4500 { |
| 338 | cell-index = <0>; | 338 | cell-index = <0>; |
| 339 | device_type = "serial"; | 339 | device_type = "serial"; |
| 340 | compatible = "ns16550"; | 340 | compatible = "fsl,ns16550", "ns16550"; |
| 341 | reg = <0x4500 0x100>; | 341 | reg = <0x4500 0x100>; |
| 342 | clock-frequency = <0>; | 342 | clock-frequency = <0>; |
| 343 | interrupts = <0x2a 0x2>; | 343 | interrupts = <0x2a 0x2>; |
| @@ -347,7 +347,7 @@ | |||
| 347 | serial1: serial@4600 { | 347 | serial1: serial@4600 { |
| 348 | cell-index = <1>; | 348 | cell-index = <1>; |
| 349 | device_type = "serial"; | 349 | device_type = "serial"; |
| 350 | compatible = "ns16550"; | 350 | compatible = "fsl,ns16550", "ns16550"; |
| 351 | reg = <0x4600 0x100>; | 351 | reg = <0x4600 0x100>; |
| 352 | clock-frequency = <0>; | 352 | clock-frequency = <0>; |
| 353 | interrupts = <0x1c 0x2>; | 353 | interrupts = <0x1c 0x2>; |
diff --git a/arch/powerpc/boot/dts/kmeter1.dts b/arch/powerpc/boot/dts/kmeter1.dts index d16bae1230f7..983aee185793 100644 --- a/arch/powerpc/boot/dts/kmeter1.dts +++ b/arch/powerpc/boot/dts/kmeter1.dts | |||
| @@ -80,7 +80,7 @@ | |||
| 80 | serial0: serial@4500 { | 80 | serial0: serial@4500 { |
| 81 | cell-index = <0>; | 81 | cell-index = <0>; |
| 82 | device_type = "serial"; | 82 | device_type = "serial"; |
| 83 | compatible = "ns16550"; | 83 | compatible = "fsl,ns16550", "ns16550"; |
| 84 | reg = <0x4500 0x100>; | 84 | reg = <0x4500 0x100>; |
| 85 | clock-frequency = <264000000>; | 85 | clock-frequency = <264000000>; |
| 86 | interrupts = <9 0x8>; | 86 | interrupts = <9 0x8>; |
diff --git a/arch/powerpc/boot/dts/kuroboxHD.dts b/arch/powerpc/boot/dts/kuroboxHD.dts index 8d725d10882f..0a4545159e80 100644 --- a/arch/powerpc/boot/dts/kuroboxHD.dts +++ b/arch/powerpc/boot/dts/kuroboxHD.dts | |||
| @@ -84,7 +84,7 @@ XXXX add flash parts, rtc, ?? | |||
| 84 | serial0: serial@80004500 { | 84 | serial0: serial@80004500 { |
| 85 | cell-index = <0>; | 85 | cell-index = <0>; |
| 86 | device_type = "serial"; | 86 | device_type = "serial"; |
| 87 | compatible = "ns16550"; | 87 | compatible = "fsl,ns16550", "ns16550"; |
| 88 | reg = <0x80004500 0x8>; | 88 | reg = <0x80004500 0x8>; |
| 89 | clock-frequency = <97553800>; | 89 | clock-frequency = <97553800>; |
| 90 | current-speed = <9600>; | 90 | current-speed = <9600>; |
| @@ -95,7 +95,7 @@ XXXX add flash parts, rtc, ?? | |||
| 95 | serial1: serial@80004600 { | 95 | serial1: serial@80004600 { |
| 96 | cell-index = <1>; | 96 | cell-index = <1>; |
| 97 | device_type = "serial"; | 97 | device_type = "serial"; |
| 98 | compatible = "ns16550"; | 98 | compatible = "fsl,ns16550", "ns16550"; |
| 99 | reg = <0x80004600 0x8>; | 99 | reg = <0x80004600 0x8>; |
| 100 | clock-frequency = <97553800>; | 100 | clock-frequency = <97553800>; |
| 101 | current-speed = <57600>; | 101 | current-speed = <57600>; |
diff --git a/arch/powerpc/boot/dts/kuroboxHG.dts b/arch/powerpc/boot/dts/kuroboxHG.dts index b13a11eb81b0..0e758b347cdb 100644 --- a/arch/powerpc/boot/dts/kuroboxHG.dts +++ b/arch/powerpc/boot/dts/kuroboxHG.dts | |||
| @@ -84,7 +84,7 @@ XXXX add flash parts, rtc, ?? | |||
| 84 | serial0: serial@80004500 { | 84 | serial0: serial@80004500 { |
| 85 | cell-index = <0>; | 85 | cell-index = <0>; |
| 86 | device_type = "serial"; | 86 | device_type = "serial"; |
| 87 | compatible = "ns16550"; | 87 | compatible = "fsl,ns16550", "ns16550"; |
| 88 | reg = <0x80004500 0x8>; | 88 | reg = <0x80004500 0x8>; |
| 89 | clock-frequency = <130041000>; | 89 | clock-frequency = <130041000>; |
| 90 | current-speed = <9600>; | 90 | current-speed = <9600>; |
| @@ -95,7 +95,7 @@ XXXX add flash parts, rtc, ?? | |||
| 95 | serial1: serial@80004600 { | 95 | serial1: serial@80004600 { |
| 96 | cell-index = <1>; | 96 | cell-index = <1>; |
| 97 | device_type = "serial"; | 97 | device_type = "serial"; |
| 98 | compatible = "ns16550"; | 98 | compatible = "fsl,ns16550", "ns16550"; |
| 99 | reg = <0x80004600 0x8>; | 99 | reg = <0x80004600 0x8>; |
| 100 | clock-frequency = <130041000>; | 100 | clock-frequency = <130041000>; |
| 101 | current-speed = <57600>; | 101 | current-speed = <57600>; |
diff --git a/arch/powerpc/boot/dts/mpc8308_p1m.dts b/arch/powerpc/boot/dts/mpc8308_p1m.dts index 697b3f6b78bf..22b0832b6c31 100644 --- a/arch/powerpc/boot/dts/mpc8308_p1m.dts +++ b/arch/powerpc/boot/dts/mpc8308_p1m.dts | |||
| @@ -233,7 +233,7 @@ | |||
| 233 | serial0: serial@4500 { | 233 | serial0: serial@4500 { |
| 234 | cell-index = <0>; | 234 | cell-index = <0>; |
| 235 | device_type = "serial"; | 235 | device_type = "serial"; |
| 236 | compatible = "ns16550"; | 236 | compatible = "fsl,ns16550", "ns16550"; |
| 237 | reg = <0x4500 0x100>; | 237 | reg = <0x4500 0x100>; |
| 238 | clock-frequency = <133333333>; | 238 | clock-frequency = <133333333>; |
| 239 | interrupts = <9 0x8>; | 239 | interrupts = <9 0x8>; |
| @@ -243,7 +243,7 @@ | |||
| 243 | serial1: serial@4600 { | 243 | serial1: serial@4600 { |
| 244 | cell-index = <1>; | 244 | cell-index = <1>; |
| 245 | device_type = "serial"; | 245 | device_type = "serial"; |
| 246 | compatible = "ns16550"; | 246 | compatible = "fsl,ns16550", "ns16550"; |
| 247 | reg = <0x4600 0x100>; | 247 | reg = <0x4600 0x100>; |
| 248 | clock-frequency = <133333333>; | 248 | clock-frequency = <133333333>; |
| 249 | interrupts = <10 0x8>; | 249 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8308rdb.dts b/arch/powerpc/boot/dts/mpc8308rdb.dts index a0bd1881081e..f66d10d95a8d 100644 --- a/arch/powerpc/boot/dts/mpc8308rdb.dts +++ b/arch/powerpc/boot/dts/mpc8308rdb.dts | |||
| @@ -208,7 +208,7 @@ | |||
| 208 | serial0: serial@4500 { | 208 | serial0: serial@4500 { |
| 209 | cell-index = <0>; | 209 | cell-index = <0>; |
| 210 | device_type = "serial"; | 210 | device_type = "serial"; |
| 211 | compatible = "ns16550"; | 211 | compatible = "fsl,ns16550", "ns16550"; |
| 212 | reg = <0x4500 0x100>; | 212 | reg = <0x4500 0x100>; |
| 213 | clock-frequency = <133333333>; | 213 | clock-frequency = <133333333>; |
| 214 | interrupts = <9 0x8>; | 214 | interrupts = <9 0x8>; |
| @@ -218,7 +218,7 @@ | |||
| 218 | serial1: serial@4600 { | 218 | serial1: serial@4600 { |
| 219 | cell-index = <1>; | 219 | cell-index = <1>; |
| 220 | device_type = "serial"; | 220 | device_type = "serial"; |
| 221 | compatible = "ns16550"; | 221 | compatible = "fsl,ns16550", "ns16550"; |
| 222 | reg = <0x4600 0x100>; | 222 | reg = <0x4600 0x100>; |
| 223 | clock-frequency = <133333333>; | 223 | clock-frequency = <133333333>; |
| 224 | interrupts = <10 0x8>; | 224 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts index ac1eb320c7b4..1c836c6c5be6 100644 --- a/arch/powerpc/boot/dts/mpc8313erdb.dts +++ b/arch/powerpc/boot/dts/mpc8313erdb.dts | |||
| @@ -261,7 +261,7 @@ | |||
| 261 | serial0: serial@4500 { | 261 | serial0: serial@4500 { |
| 262 | cell-index = <0>; | 262 | cell-index = <0>; |
| 263 | device_type = "serial"; | 263 | device_type = "serial"; |
| 264 | compatible = "ns16550"; | 264 | compatible = "fsl,ns16550", "ns16550"; |
| 265 | reg = <0x4500 0x100>; | 265 | reg = <0x4500 0x100>; |
| 266 | clock-frequency = <0>; | 266 | clock-frequency = <0>; |
| 267 | interrupts = <9 0x8>; | 267 | interrupts = <9 0x8>; |
| @@ -271,7 +271,7 @@ | |||
| 271 | serial1: serial@4600 { | 271 | serial1: serial@4600 { |
| 272 | cell-index = <1>; | 272 | cell-index = <1>; |
| 273 | device_type = "serial"; | 273 | device_type = "serial"; |
| 274 | compatible = "ns16550"; | 274 | compatible = "fsl,ns16550", "ns16550"; |
| 275 | reg = <0x4600 0x100>; | 275 | reg = <0x4600 0x100>; |
| 276 | clock-frequency = <0>; | 276 | clock-frequency = <0>; |
| 277 | interrupts = <10 0x8>; | 277 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts index 4dd08c322979..811848e93aef 100644 --- a/arch/powerpc/boot/dts/mpc8315erdb.dts +++ b/arch/powerpc/boot/dts/mpc8315erdb.dts | |||
| @@ -265,7 +265,7 @@ | |||
| 265 | serial0: serial@4500 { | 265 | serial0: serial@4500 { |
| 266 | cell-index = <0>; | 266 | cell-index = <0>; |
| 267 | device_type = "serial"; | 267 | device_type = "serial"; |
| 268 | compatible = "ns16550"; | 268 | compatible = "fsl,ns16550", "ns16550"; |
| 269 | reg = <0x4500 0x100>; | 269 | reg = <0x4500 0x100>; |
| 270 | clock-frequency = <133333333>; | 270 | clock-frequency = <133333333>; |
| 271 | interrupts = <9 0x8>; | 271 | interrupts = <9 0x8>; |
| @@ -275,7 +275,7 @@ | |||
| 275 | serial1: serial@4600 { | 275 | serial1: serial@4600 { |
| 276 | cell-index = <1>; | 276 | cell-index = <1>; |
| 277 | device_type = "serial"; | 277 | device_type = "serial"; |
| 278 | compatible = "ns16550"; | 278 | compatible = "fsl,ns16550", "ns16550"; |
| 279 | reg = <0x4600 0x100>; | 279 | reg = <0x4600 0x100>; |
| 280 | clock-frequency = <133333333>; | 280 | clock-frequency = <133333333>; |
| 281 | interrupts = <10 0x8>; | 281 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc832x_mds.dts b/arch/powerpc/boot/dts/mpc832x_mds.dts index 05ad8c98e527..da9c72ddc343 100644 --- a/arch/powerpc/boot/dts/mpc832x_mds.dts +++ b/arch/powerpc/boot/dts/mpc832x_mds.dts | |||
| @@ -105,7 +105,7 @@ | |||
| 105 | serial0: serial@4500 { | 105 | serial0: serial@4500 { |
| 106 | cell-index = <0>; | 106 | cell-index = <0>; |
| 107 | device_type = "serial"; | 107 | device_type = "serial"; |
| 108 | compatible = "ns16550"; | 108 | compatible = "fsl,ns16550", "ns16550"; |
| 109 | reg = <0x4500 0x100>; | 109 | reg = <0x4500 0x100>; |
| 110 | clock-frequency = <0>; | 110 | clock-frequency = <0>; |
| 111 | interrupts = <9 0x8>; | 111 | interrupts = <9 0x8>; |
| @@ -115,7 +115,7 @@ | |||
| 115 | serial1: serial@4600 { | 115 | serial1: serial@4600 { |
| 116 | cell-index = <1>; | 116 | cell-index = <1>; |
| 117 | device_type = "serial"; | 117 | device_type = "serial"; |
| 118 | compatible = "ns16550"; | 118 | compatible = "fsl,ns16550", "ns16550"; |
| 119 | reg = <0x4600 0x100>; | 119 | reg = <0x4600 0x100>; |
| 120 | clock-frequency = <0>; | 120 | clock-frequency = <0>; |
| 121 | interrupts = <10 0x8>; | 121 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts index f4fadb23ad6f..ff7b15b340a3 100644 --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts | |||
| @@ -83,7 +83,7 @@ | |||
| 83 | serial0: serial@4500 { | 83 | serial0: serial@4500 { |
| 84 | cell-index = <0>; | 84 | cell-index = <0>; |
| 85 | device_type = "serial"; | 85 | device_type = "serial"; |
| 86 | compatible = "ns16550"; | 86 | compatible = "fsl,ns16550", "ns16550"; |
| 87 | reg = <0x4500 0x100>; | 87 | reg = <0x4500 0x100>; |
| 88 | clock-frequency = <0>; | 88 | clock-frequency = <0>; |
| 89 | interrupts = <9 0x8>; | 89 | interrupts = <9 0x8>; |
| @@ -93,7 +93,7 @@ | |||
| 93 | serial1: serial@4600 { | 93 | serial1: serial@4600 { |
| 94 | cell-index = <1>; | 94 | cell-index = <1>; |
| 95 | device_type = "serial"; | 95 | device_type = "serial"; |
| 96 | compatible = "ns16550"; | 96 | compatible = "fsl,ns16550", "ns16550"; |
| 97 | reg = <0x4600 0x100>; | 97 | reg = <0x4600 0x100>; |
| 98 | clock-frequency = <0>; | 98 | clock-frequency = <0>; |
| 99 | interrupts = <10 0x8>; | 99 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index 505dc842d808..2608679d0d4a 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
| @@ -283,7 +283,7 @@ | |||
| 283 | serial0: serial@4500 { | 283 | serial0: serial@4500 { |
| 284 | cell-index = <0>; | 284 | cell-index = <0>; |
| 285 | device_type = "serial"; | 285 | device_type = "serial"; |
| 286 | compatible = "ns16550"; | 286 | compatible = "fsl,ns16550", "ns16550"; |
| 287 | reg = <0x4500 0x100>; | 287 | reg = <0x4500 0x100>; |
| 288 | clock-frequency = <0>; // from bootloader | 288 | clock-frequency = <0>; // from bootloader |
| 289 | interrupts = <9 0x8>; | 289 | interrupts = <9 0x8>; |
| @@ -293,7 +293,7 @@ | |||
| 293 | serial1: serial@4600 { | 293 | serial1: serial@4600 { |
| 294 | cell-index = <1>; | 294 | cell-index = <1>; |
| 295 | device_type = "serial"; | 295 | device_type = "serial"; |
| 296 | compatible = "ns16550"; | 296 | compatible = "fsl,ns16550", "ns16550"; |
| 297 | reg = <0x4600 0x100>; | 297 | reg = <0x4600 0x100>; |
| 298 | clock-frequency = <0>; // from bootloader | 298 | clock-frequency = <0>; // from bootloader |
| 299 | interrupts = <10 0x8>; | 299 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8349emitxgp.dts b/arch/powerpc/boot/dts/mpc8349emitxgp.dts index eb732115f016..6cd044d8fb89 100644 --- a/arch/powerpc/boot/dts/mpc8349emitxgp.dts +++ b/arch/powerpc/boot/dts/mpc8349emitxgp.dts | |||
| @@ -189,7 +189,7 @@ | |||
| 189 | serial0: serial@4500 { | 189 | serial0: serial@4500 { |
| 190 | cell-index = <0>; | 190 | cell-index = <0>; |
| 191 | device_type = "serial"; | 191 | device_type = "serial"; |
| 192 | compatible = "ns16550"; | 192 | compatible = "fsl,ns16550", "ns16550"; |
| 193 | reg = <0x4500 0x100>; | 193 | reg = <0x4500 0x100>; |
| 194 | clock-frequency = <0>; // from bootloader | 194 | clock-frequency = <0>; // from bootloader |
| 195 | interrupts = <9 0x8>; | 195 | interrupts = <9 0x8>; |
| @@ -199,7 +199,7 @@ | |||
| 199 | serial1: serial@4600 { | 199 | serial1: serial@4600 { |
| 200 | cell-index = <1>; | 200 | cell-index = <1>; |
| 201 | device_type = "serial"; | 201 | device_type = "serial"; |
| 202 | compatible = "ns16550"; | 202 | compatible = "fsl,ns16550", "ns16550"; |
| 203 | reg = <0x4600 0x100>; | 203 | reg = <0x4600 0x100>; |
| 204 | clock-frequency = <0>; // from bootloader | 204 | clock-frequency = <0>; // from bootloader |
| 205 | interrupts = <10 0x8>; | 205 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts index 230febb9b72f..4552864082c2 100644 --- a/arch/powerpc/boot/dts/mpc834x_mds.dts +++ b/arch/powerpc/boot/dts/mpc834x_mds.dts | |||
| @@ -242,7 +242,7 @@ | |||
| 242 | serial0: serial@4500 { | 242 | serial0: serial@4500 { |
| 243 | cell-index = <0>; | 243 | cell-index = <0>; |
| 244 | device_type = "serial"; | 244 | device_type = "serial"; |
| 245 | compatible = "ns16550"; | 245 | compatible = "fsl,ns16550", "ns16550"; |
| 246 | reg = <0x4500 0x100>; | 246 | reg = <0x4500 0x100>; |
| 247 | clock-frequency = <0>; | 247 | clock-frequency = <0>; |
| 248 | interrupts = <9 0x8>; | 248 | interrupts = <9 0x8>; |
| @@ -252,7 +252,7 @@ | |||
| 252 | serial1: serial@4600 { | 252 | serial1: serial@4600 { |
| 253 | cell-index = <1>; | 253 | cell-index = <1>; |
| 254 | device_type = "serial"; | 254 | device_type = "serial"; |
| 255 | compatible = "ns16550"; | 255 | compatible = "fsl,ns16550", "ns16550"; |
| 256 | reg = <0x4600 0x100>; | 256 | reg = <0x4600 0x100>; |
| 257 | clock-frequency = <0>; | 257 | clock-frequency = <0>; |
| 258 | interrupts = <10 0x8>; | 258 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc836x_mds.dts b/arch/powerpc/boot/dts/mpc836x_mds.dts index 45cfa1c50a2a..c0e450a551bf 100644 --- a/arch/powerpc/boot/dts/mpc836x_mds.dts +++ b/arch/powerpc/boot/dts/mpc836x_mds.dts | |||
| @@ -136,7 +136,7 @@ | |||
| 136 | serial0: serial@4500 { | 136 | serial0: serial@4500 { |
| 137 | cell-index = <0>; | 137 | cell-index = <0>; |
| 138 | device_type = "serial"; | 138 | device_type = "serial"; |
| 139 | compatible = "ns16550"; | 139 | compatible = "fsl,ns16550", "ns16550"; |
| 140 | reg = <0x4500 0x100>; | 140 | reg = <0x4500 0x100>; |
| 141 | clock-frequency = <264000000>; | 141 | clock-frequency = <264000000>; |
| 142 | interrupts = <9 0x8>; | 142 | interrupts = <9 0x8>; |
| @@ -146,7 +146,7 @@ | |||
| 146 | serial1: serial@4600 { | 146 | serial1: serial@4600 { |
| 147 | cell-index = <1>; | 147 | cell-index = <1>; |
| 148 | device_type = "serial"; | 148 | device_type = "serial"; |
| 149 | compatible = "ns16550"; | 149 | compatible = "fsl,ns16550", "ns16550"; |
| 150 | reg = <0x4600 0x100>; | 150 | reg = <0x4600 0x100>; |
| 151 | clock-frequency = <264000000>; | 151 | clock-frequency = <264000000>; |
| 152 | interrupts = <10 0x8>; | 152 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc836x_rdk.dts b/arch/powerpc/boot/dts/mpc836x_rdk.dts index bdf4459677b1..b6e9aec1d860 100644 --- a/arch/powerpc/boot/dts/mpc836x_rdk.dts +++ b/arch/powerpc/boot/dts/mpc836x_rdk.dts | |||
| @@ -102,7 +102,7 @@ | |||
| 102 | 102 | ||
| 103 | serial0: serial@4500 { | 103 | serial0: serial@4500 { |
| 104 | device_type = "serial"; | 104 | device_type = "serial"; |
| 105 | compatible = "ns16550"; | 105 | compatible = "fsl,ns16550", "ns16550"; |
| 106 | reg = <0x4500 0x100>; | 106 | reg = <0x4500 0x100>; |
| 107 | interrupts = <9 8>; | 107 | interrupts = <9 8>; |
| 108 | interrupt-parent = <&ipic>; | 108 | interrupt-parent = <&ipic>; |
| @@ -112,7 +112,7 @@ | |||
| 112 | 112 | ||
| 113 | serial1: serial@4600 { | 113 | serial1: serial@4600 { |
| 114 | device_type = "serial"; | 114 | device_type = "serial"; |
| 115 | compatible = "ns16550"; | 115 | compatible = "fsl,ns16550", "ns16550"; |
| 116 | reg = <0x4600 0x100>; | 116 | reg = <0x4600 0x100>; |
| 117 | interrupts = <10 8>; | 117 | interrupts = <10 8>; |
| 118 | interrupt-parent = <&ipic>; | 118 | interrupt-parent = <&ipic>; |
diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/boot/dts/mpc8377_mds.dts index 855782c5e5ec..cfccef57cd1d 100644 --- a/arch/powerpc/boot/dts/mpc8377_mds.dts +++ b/arch/powerpc/boot/dts/mpc8377_mds.dts | |||
| @@ -276,7 +276,7 @@ | |||
| 276 | serial0: serial@4500 { | 276 | serial0: serial@4500 { |
| 277 | cell-index = <0>; | 277 | cell-index = <0>; |
| 278 | device_type = "serial"; | 278 | device_type = "serial"; |
| 279 | compatible = "ns16550"; | 279 | compatible = "fsl,ns16550", "ns16550"; |
| 280 | reg = <0x4500 0x100>; | 280 | reg = <0x4500 0x100>; |
| 281 | clock-frequency = <0>; | 281 | clock-frequency = <0>; |
| 282 | interrupts = <9 0x8>; | 282 | interrupts = <9 0x8>; |
| @@ -286,7 +286,7 @@ | |||
| 286 | serial1: serial@4600 { | 286 | serial1: serial@4600 { |
| 287 | cell-index = <1>; | 287 | cell-index = <1>; |
| 288 | device_type = "serial"; | 288 | device_type = "serial"; |
| 289 | compatible = "ns16550"; | 289 | compatible = "fsl,ns16550", "ns16550"; |
| 290 | reg = <0x4600 0x100>; | 290 | reg = <0x4600 0x100>; |
| 291 | clock-frequency = <0>; | 291 | clock-frequency = <0>; |
| 292 | interrupts = <10 0x8>; | 292 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8377_rdb.dts b/arch/powerpc/boot/dts/mpc8377_rdb.dts index dbc1b988b29d..353deff1b7f6 100644 --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts | |||
| @@ -321,7 +321,7 @@ | |||
| 321 | serial0: serial@4500 { | 321 | serial0: serial@4500 { |
| 322 | cell-index = <0>; | 322 | cell-index = <0>; |
| 323 | device_type = "serial"; | 323 | device_type = "serial"; |
| 324 | compatible = "ns16550"; | 324 | compatible = "fsl,ns16550", "ns16550"; |
| 325 | reg = <0x4500 0x100>; | 325 | reg = <0x4500 0x100>; |
| 326 | clock-frequency = <0>; | 326 | clock-frequency = <0>; |
| 327 | interrupts = <9 0x8>; | 327 | interrupts = <9 0x8>; |
| @@ -331,7 +331,7 @@ | |||
| 331 | serial1: serial@4600 { | 331 | serial1: serial@4600 { |
| 332 | cell-index = <1>; | 332 | cell-index = <1>; |
| 333 | device_type = "serial"; | 333 | device_type = "serial"; |
| 334 | compatible = "ns16550"; | 334 | compatible = "fsl,ns16550", "ns16550"; |
| 335 | reg = <0x4600 0x100>; | 335 | reg = <0x4600 0x100>; |
| 336 | clock-frequency = <0>; | 336 | clock-frequency = <0>; |
| 337 | interrupts = <10 0x8>; | 337 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8377_wlan.dts b/arch/powerpc/boot/dts/mpc8377_wlan.dts index 9ea783056969..ef4a305a0d0c 100644 --- a/arch/powerpc/boot/dts/mpc8377_wlan.dts +++ b/arch/powerpc/boot/dts/mpc8377_wlan.dts | |||
| @@ -304,7 +304,7 @@ | |||
| 304 | serial0: serial@4500 { | 304 | serial0: serial@4500 { |
| 305 | cell-index = <0>; | 305 | cell-index = <0>; |
| 306 | device_type = "serial"; | 306 | device_type = "serial"; |
| 307 | compatible = "ns16550"; | 307 | compatible = "fsl,ns16550", "ns16550"; |
| 308 | reg = <0x4500 0x100>; | 308 | reg = <0x4500 0x100>; |
| 309 | clock-frequency = <0>; | 309 | clock-frequency = <0>; |
| 310 | interrupts = <9 0x8>; | 310 | interrupts = <9 0x8>; |
| @@ -314,7 +314,7 @@ | |||
| 314 | serial1: serial@4600 { | 314 | serial1: serial@4600 { |
| 315 | cell-index = <1>; | 315 | cell-index = <1>; |
| 316 | device_type = "serial"; | 316 | device_type = "serial"; |
| 317 | compatible = "ns16550"; | 317 | compatible = "fsl,ns16550", "ns16550"; |
| 318 | reg = <0x4600 0x100>; | 318 | reg = <0x4600 0x100>; |
| 319 | clock-frequency = <0>; | 319 | clock-frequency = <0>; |
| 320 | interrupts = <10 0x8>; | 320 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8378_mds.dts b/arch/powerpc/boot/dts/mpc8378_mds.dts index f70cf6000839..538fcb927337 100644 --- a/arch/powerpc/boot/dts/mpc8378_mds.dts +++ b/arch/powerpc/boot/dts/mpc8378_mds.dts | |||
| @@ -315,7 +315,7 @@ | |||
| 315 | serial0: serial@4500 { | 315 | serial0: serial@4500 { |
| 316 | cell-index = <0>; | 316 | cell-index = <0>; |
| 317 | device_type = "serial"; | 317 | device_type = "serial"; |
| 318 | compatible = "ns16550"; | 318 | compatible = "fsl,ns16550", "ns16550"; |
| 319 | reg = <0x4500 0x100>; | 319 | reg = <0x4500 0x100>; |
| 320 | clock-frequency = <0>; | 320 | clock-frequency = <0>; |
| 321 | interrupts = <9 0x8>; | 321 | interrupts = <9 0x8>; |
| @@ -325,7 +325,7 @@ | |||
| 325 | serial1: serial@4600 { | 325 | serial1: serial@4600 { |
| 326 | cell-index = <1>; | 326 | cell-index = <1>; |
| 327 | device_type = "serial"; | 327 | device_type = "serial"; |
| 328 | compatible = "ns16550"; | 328 | compatible = "fsl,ns16550", "ns16550"; |
| 329 | reg = <0x4600 0x100>; | 329 | reg = <0x4600 0x100>; |
| 330 | clock-frequency = <0>; | 330 | clock-frequency = <0>; |
| 331 | interrupts = <10 0x8>; | 331 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts index 3447eb9f6e88..32333a908f3d 100644 --- a/arch/powerpc/boot/dts/mpc8378_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts | |||
| @@ -321,7 +321,7 @@ | |||
| 321 | serial0: serial@4500 { | 321 | serial0: serial@4500 { |
| 322 | cell-index = <0>; | 322 | cell-index = <0>; |
| 323 | device_type = "serial"; | 323 | device_type = "serial"; |
| 324 | compatible = "ns16550"; | 324 | compatible = "fsl,ns16550", "ns16550"; |
| 325 | reg = <0x4500 0x100>; | 325 | reg = <0x4500 0x100>; |
| 326 | clock-frequency = <0>; | 326 | clock-frequency = <0>; |
| 327 | interrupts = <9 0x8>; | 327 | interrupts = <9 0x8>; |
| @@ -331,7 +331,7 @@ | |||
| 331 | serial1: serial@4600 { | 331 | serial1: serial@4600 { |
| 332 | cell-index = <1>; | 332 | cell-index = <1>; |
| 333 | device_type = "serial"; | 333 | device_type = "serial"; |
| 334 | compatible = "ns16550"; | 334 | compatible = "fsl,ns16550", "ns16550"; |
| 335 | reg = <0x4600 0x100>; | 335 | reg = <0x4600 0x100>; |
| 336 | clock-frequency = <0>; | 336 | clock-frequency = <0>; |
| 337 | interrupts = <10 0x8>; | 337 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8379_mds.dts b/arch/powerpc/boot/dts/mpc8379_mds.dts index 645ec51cc6e1..5387092fdfb4 100644 --- a/arch/powerpc/boot/dts/mpc8379_mds.dts +++ b/arch/powerpc/boot/dts/mpc8379_mds.dts | |||
| @@ -313,7 +313,7 @@ | |||
| 313 | serial0: serial@4500 { | 313 | serial0: serial@4500 { |
| 314 | cell-index = <0>; | 314 | cell-index = <0>; |
| 315 | device_type = "serial"; | 315 | device_type = "serial"; |
| 316 | compatible = "ns16550"; | 316 | compatible = "fsl,ns16550", "ns16550"; |
| 317 | reg = <0x4500 0x100>; | 317 | reg = <0x4500 0x100>; |
| 318 | clock-frequency = <0>; | 318 | clock-frequency = <0>; |
| 319 | interrupts = <9 0x8>; | 319 | interrupts = <9 0x8>; |
| @@ -323,7 +323,7 @@ | |||
| 323 | serial1: serial@4600 { | 323 | serial1: serial@4600 { |
| 324 | cell-index = <1>; | 324 | cell-index = <1>; |
| 325 | device_type = "serial"; | 325 | device_type = "serial"; |
| 326 | compatible = "ns16550"; | 326 | compatible = "fsl,ns16550", "ns16550"; |
| 327 | reg = <0x4600 0x100>; | 327 | reg = <0x4600 0x100>; |
| 328 | clock-frequency = <0>; | 328 | clock-frequency = <0>; |
| 329 | interrupts = <10 0x8>; | 329 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts index 15560c619b04..46224c2430ff 100644 --- a/arch/powerpc/boot/dts/mpc8379_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts | |||
| @@ -319,7 +319,7 @@ | |||
| 319 | serial0: serial@4500 { | 319 | serial0: serial@4500 { |
| 320 | cell-index = <0>; | 320 | cell-index = <0>; |
| 321 | device_type = "serial"; | 321 | device_type = "serial"; |
| 322 | compatible = "ns16550"; | 322 | compatible = "fsl,ns16550", "ns16550"; |
| 323 | reg = <0x4500 0x100>; | 323 | reg = <0x4500 0x100>; |
| 324 | clock-frequency = <0>; | 324 | clock-frequency = <0>; |
| 325 | interrupts = <9 0x8>; | 325 | interrupts = <9 0x8>; |
| @@ -329,7 +329,7 @@ | |||
| 329 | serial1: serial@4600 { | 329 | serial1: serial@4600 { |
| 330 | cell-index = <1>; | 330 | cell-index = <1>; |
| 331 | device_type = "serial"; | 331 | device_type = "serial"; |
| 332 | compatible = "ns16550"; | 332 | compatible = "fsl,ns16550", "ns16550"; |
| 333 | reg = <0x4600 0x100>; | 333 | reg = <0x4600 0x100>; |
| 334 | clock-frequency = <0>; | 334 | clock-frequency = <0>; |
| 335 | interrupts = <10 0x8>; | 335 | interrupts = <10 0x8>; |
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>; |
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>; |
diff --git a/arch/powerpc/boot/dts/mpc8555cds.dts b/arch/powerpc/boot/dts/mpc8555cds.dts index 5c5614f9eb17..fe10438613d6 100644 --- a/arch/powerpc/boot/dts/mpc8555cds.dts +++ b/arch/powerpc/boot/dts/mpc8555cds.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>; |
diff --git a/arch/powerpc/boot/dts/mpc8610_hpcd.dts b/arch/powerpc/boot/dts/mpc8610_hpcd.dts index 83c3218cb4da..6a109a0ceac9 100644 --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts | |||
| @@ -175,7 +175,7 @@ | |||
| 175 | serial0: serial@4500 { | 175 | serial0: serial@4500 { |
| 176 | cell-index = <0>; | 176 | cell-index = <0>; |
| 177 | device_type = "serial"; | 177 | device_type = "serial"; |
| 178 | compatible = "ns16550"; | 178 | compatible = "fsl,ns16550", "ns16550"; |
| 179 | reg = <0x4500 0x100>; | 179 | reg = <0x4500 0x100>; |
| 180 | clock-frequency = <0>; | 180 | clock-frequency = <0>; |
| 181 | interrupts = <42 2>; | 181 | interrupts = <42 2>; |
| @@ -186,7 +186,7 @@ | |||
| 186 | serial1: serial@4600 { | 186 | serial1: serial@4600 { |
| 187 | cell-index = <1>; | 187 | cell-index = <1>; |
| 188 | device_type = "serial"; | 188 | device_type = "serial"; |
| 189 | compatible = "ns16550"; | 189 | compatible = "fsl,ns16550", "ns16550"; |
| 190 | reg = <0x4600 0x100>; | 190 | reg = <0x4600 0x100>; |
| 191 | clock-frequency = <0>; | 191 | clock-frequency = <0>; |
| 192 | interrupts = <42 2>; | 192 | interrupts = <42 2>; |
diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts index fb8640e0c5b8..1e8666ccbed8 100644 --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts | |||
| @@ -328,7 +328,7 @@ | |||
| 328 | serial0: serial@4500 { | 328 | serial0: serial@4500 { |
| 329 | cell-index = <0>; | 329 | cell-index = <0>; |
| 330 | device_type = "serial"; | 330 | device_type = "serial"; |
| 331 | compatible = "ns16550"; | 331 | compatible = "fsl,ns16550", "ns16550"; |
| 332 | reg = <0x4500 0x100>; | 332 | reg = <0x4500 0x100>; |
| 333 | clock-frequency = <0>; | 333 | clock-frequency = <0>; |
| 334 | interrupts = <42 2>; | 334 | interrupts = <42 2>; |
| @@ -338,7 +338,7 @@ | |||
| 338 | serial1: serial@4600 { | 338 | serial1: serial@4600 { |
| 339 | cell-index = <1>; | 339 | cell-index = <1>; |
| 340 | device_type = "serial"; | 340 | device_type = "serial"; |
| 341 | compatible = "ns16550"; | 341 | compatible = "fsl,ns16550", "ns16550"; |
| 342 | reg = <0x4600 0x100>; | 342 | reg = <0x4600 0x100>; |
| 343 | clock-frequency = <0>; | 343 | clock-frequency = <0>; |
| 344 | interrupts = <28 2>; | 344 | interrupts = <28 2>; |
diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn_36b.dts b/arch/powerpc/boot/dts/mpc8641_hpcn_36b.dts index 8be8e701e1d3..fd4cd4da60b5 100644 --- a/arch/powerpc/boot/dts/mpc8641_hpcn_36b.dts +++ b/arch/powerpc/boot/dts/mpc8641_hpcn_36b.dts | |||
| @@ -328,7 +328,7 @@ | |||
| 328 | serial0: serial@4500 { | 328 | serial0: serial@4500 { |
| 329 | cell-index = <0>; | 329 | cell-index = <0>; |
| 330 | device_type = "serial"; | 330 | device_type = "serial"; |
| 331 | compatible = "ns16550"; | 331 | compatible = "fsl,ns16550", "ns16550"; |
| 332 | reg = <0x4500 0x100>; | 332 | reg = <0x4500 0x100>; |
| 333 | clock-frequency = <0>; | 333 | clock-frequency = <0>; |
| 334 | interrupts = <42 2>; | 334 | interrupts = <42 2>; |
| @@ -338,7 +338,7 @@ | |||
| 338 | serial1: serial@4600 { | 338 | serial1: serial@4600 { |
| 339 | cell-index = <1>; | 339 | cell-index = <1>; |
| 340 | device_type = "serial"; | 340 | device_type = "serial"; |
| 341 | compatible = "ns16550"; | 341 | compatible = "fsl,ns16550", "ns16550"; |
| 342 | reg = <0x4600 0x100>; | 342 | reg = <0x4600 0x100>; |
| 343 | clock-frequency = <0>; | 343 | clock-frequency = <0>; |
| 344 | interrupts = <28 2>; | 344 | interrupts = <28 2>; |
diff --git a/arch/powerpc/boot/dts/sbc8349.dts b/arch/powerpc/boot/dts/sbc8349.dts index 0dc90f9bd814..b1e45a8537a5 100644 --- a/arch/powerpc/boot/dts/sbc8349.dts +++ b/arch/powerpc/boot/dts/sbc8349.dts | |||
| @@ -222,7 +222,7 @@ | |||
| 222 | serial0: serial@4500 { | 222 | serial0: serial@4500 { |
| 223 | cell-index = <0>; | 223 | cell-index = <0>; |
| 224 | device_type = "serial"; | 224 | device_type = "serial"; |
| 225 | compatible = "ns16550"; | 225 | compatible = "fsl,ns16550", "ns16550"; |
| 226 | reg = <0x4500 0x100>; | 226 | reg = <0x4500 0x100>; |
| 227 | clock-frequency = <0>; | 227 | clock-frequency = <0>; |
| 228 | interrupts = <9 0x8>; | 228 | interrupts = <9 0x8>; |
| @@ -232,7 +232,7 @@ | |||
| 232 | serial1: serial@4600 { | 232 | serial1: serial@4600 { |
| 233 | cell-index = <1>; | 233 | cell-index = <1>; |
| 234 | device_type = "serial"; | 234 | device_type = "serial"; |
| 235 | compatible = "ns16550"; | 235 | compatible = "fsl,ns16550", "ns16550"; |
| 236 | reg = <0x4600 0x100>; | 236 | reg = <0x4600 0x100>; |
| 237 | clock-frequency = <0>; | 237 | clock-frequency = <0>; |
| 238 | interrupts = <10 0x8>; | 238 | interrupts = <10 0x8>; |
diff --git a/arch/powerpc/boot/dts/sbc8548.dts b/arch/powerpc/boot/dts/sbc8548.dts index 94a332251710..77be77116c2e 100644 --- a/arch/powerpc/boot/dts/sbc8548.dts +++ b/arch/powerpc/boot/dts/sbc8548.dts | |||
| @@ -316,7 +316,7 @@ | |||
| 316 | serial0: serial@4500 { | 316 | serial0: serial@4500 { |
| 317 | cell-index = <0>; | 317 | cell-index = <0>; |
| 318 | device_type = "serial"; | 318 | device_type = "serial"; |
| 319 | compatible = "ns16550"; | 319 | compatible = "fsl,ns16550", "ns16550"; |
| 320 | reg = <0x4500 0x100>; // reg base, size | 320 | reg = <0x4500 0x100>; // reg base, size |
| 321 | clock-frequency = <0>; // should we fill in in uboot? | 321 | clock-frequency = <0>; // should we fill in in uboot? |
| 322 | interrupts = <0x2a 0x2>; | 322 | interrupts = <0x2a 0x2>; |
| @@ -326,7 +326,7 @@ | |||
| 326 | serial1: serial@4600 { | 326 | serial1: serial@4600 { |
| 327 | cell-index = <1>; | 327 | cell-index = <1>; |
| 328 | device_type = "serial"; | 328 | device_type = "serial"; |
| 329 | compatible = "ns16550"; | 329 | compatible = "fsl,ns16550", "ns16550"; |
| 330 | reg = <0x4600 0x100>; // reg base, size | 330 | reg = <0x4600 0x100>; // reg base, size |
| 331 | clock-frequency = <0>; // should we fill in in uboot? | 331 | clock-frequency = <0>; // should we fill in in uboot? |
| 332 | interrupts = <0x2a 0x2>; | 332 | interrupts = <0x2a 0x2>; |
diff --git a/arch/powerpc/boot/dts/sbc8641d.dts b/arch/powerpc/boot/dts/sbc8641d.dts index ee5538feb455..56bebce87842 100644 --- a/arch/powerpc/boot/dts/sbc8641d.dts +++ b/arch/powerpc/boot/dts/sbc8641d.dts | |||
| @@ -347,7 +347,7 @@ | |||
| 347 | serial0: serial@4500 { | 347 | serial0: serial@4500 { |
| 348 | cell-index = <0>; | 348 | cell-index = <0>; |
| 349 | device_type = "serial"; | 349 | device_type = "serial"; |
| 350 | compatible = "ns16550"; | 350 | compatible = "fsl,ns16550", "ns16550"; |
| 351 | reg = <0x4500 0x100>; | 351 | reg = <0x4500 0x100>; |
| 352 | clock-frequency = <0>; | 352 | clock-frequency = <0>; |
| 353 | interrupts = <42 2>; | 353 | interrupts = <42 2>; |
| @@ -357,7 +357,7 @@ | |||
| 357 | serial1: serial@4600 { | 357 | serial1: serial@4600 { |
| 358 | cell-index = <1>; | 358 | cell-index = <1>; |
| 359 | device_type = "serial"; | 359 | device_type = "serial"; |
| 360 | compatible = "ns16550"; | 360 | compatible = "fsl,ns16550", "ns16550"; |
| 361 | reg = <0x4600 0x100>; | 361 | reg = <0x4600 0x100>; |
| 362 | clock-frequency = <0>; | 362 | clock-frequency = <0>; |
| 363 | interrupts = <28 2>; | 363 | interrupts = <28 2>; |
diff --git a/arch/powerpc/boot/dts/socrates.dts b/arch/powerpc/boot/dts/socrates.dts index 38c35404bdc3..134a5ff917e1 100644 --- a/arch/powerpc/boot/dts/socrates.dts +++ b/arch/powerpc/boot/dts/socrates.dts | |||
| @@ -199,7 +199,7 @@ | |||
| 199 | serial0: serial@4500 { | 199 | serial0: serial@4500 { |
| 200 | cell-index = <0>; | 200 | cell-index = <0>; |
| 201 | device_type = "serial"; | 201 | device_type = "serial"; |
| 202 | compatible = "ns16550"; | 202 | compatible = "fsl,ns16550", "ns16550"; |
| 203 | reg = <0x4500 0x100>; | 203 | reg = <0x4500 0x100>; |
| 204 | clock-frequency = <0>; | 204 | clock-frequency = <0>; |
| 205 | interrupts = <42 2>; | 205 | interrupts = <42 2>; |
| @@ -209,7 +209,7 @@ | |||
| 209 | serial1: serial@4600 { | 209 | serial1: serial@4600 { |
| 210 | cell-index = <1>; | 210 | cell-index = <1>; |
| 211 | device_type = "serial"; | 211 | device_type = "serial"; |
| 212 | compatible = "ns16550"; | 212 | compatible = "fsl,ns16550", "ns16550"; |
| 213 | reg = <0x4600 0x100>; | 213 | reg = <0x4600 0x100>; |
| 214 | clock-frequency = <0>; | 214 | clock-frequency = <0>; |
| 215 | interrupts = <42 2>; | 215 | interrupts = <42 2>; |
diff --git a/arch/powerpc/boot/dts/storcenter.dts b/arch/powerpc/boot/dts/storcenter.dts index eab680ce10da..2a555738517e 100644 --- a/arch/powerpc/boot/dts/storcenter.dts +++ b/arch/powerpc/boot/dts/storcenter.dts | |||
| @@ -74,7 +74,7 @@ | |||
| 74 | serial0: serial@4500 { | 74 | serial0: serial@4500 { |
| 75 | cell-index = <0>; | 75 | cell-index = <0>; |
| 76 | device_type = "serial"; | 76 | device_type = "serial"; |
| 77 | compatible = "ns16550"; | 77 | compatible = "fsl,ns16550", "ns16550"; |
| 78 | reg = <0x4500 0x20>; | 78 | reg = <0x4500 0x20>; |
| 79 | clock-frequency = <97553800>; /* Hz */ | 79 | clock-frequency = <97553800>; /* Hz */ |
| 80 | current-speed = <115200>; | 80 | current-speed = <115200>; |
| @@ -85,7 +85,7 @@ | |||
| 85 | serial1: serial@4600 { | 85 | serial1: serial@4600 { |
| 86 | cell-index = <1>; | 86 | cell-index = <1>; |
| 87 | device_type = "serial"; | 87 | device_type = "serial"; |
| 88 | compatible = "ns16550"; | 88 | compatible = "fsl,ns16550", "ns16550"; |
| 89 | reg = <0x4600 0x20>; | 89 | reg = <0x4600 0x20>; |
| 90 | clock-frequency = <97553800>; /* Hz */ | 90 | clock-frequency = <97553800>; /* Hz */ |
| 91 | current-speed = <9600>; | 91 | current-speed = <9600>; |
diff --git a/arch/powerpc/boot/dts/stxssa8555.dts b/arch/powerpc/boot/dts/stxssa8555.dts index 49efd44057d7..4f166b01c1b6 100644 --- a/arch/powerpc/boot/dts/stxssa8555.dts +++ b/arch/powerpc/boot/dts/stxssa8555.dts | |||
| @@ -210,7 +210,7 @@ | |||
| 210 | serial0: serial@4500 { | 210 | serial0: serial@4500 { |
| 211 | cell-index = <0>; | 211 | cell-index = <0>; |
| 212 | device_type = "serial"; | 212 | device_type = "serial"; |
| 213 | compatible = "ns16550"; | 213 | compatible = "fsl,ns16550", "ns16550"; |
| 214 | reg = <0x4500 0x100>; // reg base, size | 214 | reg = <0x4500 0x100>; // reg base, size |
| 215 | clock-frequency = <0>; // should we fill in in uboot? | 215 | clock-frequency = <0>; // should we fill in in uboot? |
| 216 | interrupts = <42 2>; | 216 | interrupts = <42 2>; |
| @@ -220,7 +220,7 @@ | |||
| 220 | serial1: serial@4600 { | 220 | serial1: serial@4600 { |
| 221 | cell-index = <1>; | 221 | cell-index = <1>; |
| 222 | device_type = "serial"; | 222 | device_type = "serial"; |
| 223 | compatible = "ns16550"; | 223 | compatible = "fsl,ns16550", "ns16550"; |
| 224 | reg = <0x4600 0x100>; // reg base, size | 224 | reg = <0x4600 0x100>; // reg base, size |
| 225 | clock-frequency = <0>; // should we fill in in uboot? | 225 | clock-frequency = <0>; // should we fill in in uboot? |
| 226 | interrupts = <42 2>; | 226 | interrupts = <42 2>; |
diff --git a/arch/powerpc/boot/dts/tqm8540.dts b/arch/powerpc/boot/dts/tqm8540.dts index 0a4cedbdcb55..ed264d9ae356 100644 --- a/arch/powerpc/boot/dts/tqm8540.dts +++ b/arch/powerpc/boot/dts/tqm8540.dts | |||
| @@ -250,7 +250,7 @@ | |||
| 250 | serial0: serial@4500 { | 250 | serial0: serial@4500 { |
| 251 | cell-index = <0>; | 251 | cell-index = <0>; |
| 252 | device_type = "serial"; | 252 | device_type = "serial"; |
| 253 | compatible = "ns16550"; | 253 | compatible = "fsl,ns16550", "ns16550"; |
| 254 | reg = <0x4500 0x100>; // reg base, size | 254 | reg = <0x4500 0x100>; // reg base, size |
| 255 | clock-frequency = <0>; // should we fill in in uboot? | 255 | clock-frequency = <0>; // should we fill in in uboot? |
| 256 | interrupts = <42 2>; | 256 | interrupts = <42 2>; |
| @@ -260,7 +260,7 @@ | |||
| 260 | serial1: serial@4600 { | 260 | serial1: serial@4600 { |
| 261 | cell-index = <1>; | 261 | cell-index = <1>; |
| 262 | device_type = "serial"; | 262 | device_type = "serial"; |
| 263 | compatible = "ns16550"; | 263 | compatible = "fsl,ns16550", "ns16550"; |
| 264 | reg = <0x4600 0x100>; // reg base, size | 264 | reg = <0x4600 0x100>; // reg base, size |
| 265 | clock-frequency = <0>; // should we fill in in uboot? | 265 | clock-frequency = <0>; // should we fill in in uboot? |
| 266 | interrupts = <42 2>; | 266 | interrupts = <42 2>; |
diff --git a/arch/powerpc/boot/dts/tqm8541.dts b/arch/powerpc/boot/dts/tqm8541.dts index f49d09181312..925242115814 100644 --- a/arch/powerpc/boot/dts/tqm8541.dts +++ b/arch/powerpc/boot/dts/tqm8541.dts | |||
| @@ -224,7 +224,7 @@ | |||
| 224 | serial0: serial@4500 { | 224 | serial0: serial@4500 { |
| 225 | cell-index = <0>; | 225 | cell-index = <0>; |
| 226 | device_type = "serial"; | 226 | device_type = "serial"; |
| 227 | compatible = "ns16550"; | 227 | compatible = "fsl,ns16550", "ns16550"; |
| 228 | reg = <0x4500 0x100>; // reg base, size | 228 | reg = <0x4500 0x100>; // reg base, size |
| 229 | clock-frequency = <0>; // should we fill in in uboot? | 229 | clock-frequency = <0>; // should we fill in in uboot? |
| 230 | interrupts = <42 2>; | 230 | interrupts = <42 2>; |
| @@ -234,7 +234,7 @@ | |||
| 234 | serial1: serial@4600 { | 234 | serial1: serial@4600 { |
| 235 | cell-index = <1>; | 235 | cell-index = <1>; |
| 236 | device_type = "serial"; | 236 | device_type = "serial"; |
| 237 | compatible = "ns16550"; | 237 | compatible = "fsl,ns16550", "ns16550"; |
| 238 | reg = <0x4600 0x100>; // reg base, size | 238 | reg = <0x4600 0x100>; // reg base, size |
| 239 | clock-frequency = <0>; // should we fill in in uboot? | 239 | clock-frequency = <0>; // should we fill in in uboot? |
| 240 | interrupts = <42 2>; | 240 | interrupts = <42 2>; |
diff --git a/arch/powerpc/boot/dts/tqm8548-bigflash.dts b/arch/powerpc/boot/dts/tqm8548-bigflash.dts index 9452c3c05114..7adab9407ebd 100644 --- a/arch/powerpc/boot/dts/tqm8548-bigflash.dts +++ b/arch/powerpc/boot/dts/tqm8548-bigflash.dts | |||
| @@ -305,7 +305,7 @@ | |||
| 305 | serial0: serial@4500 { | 305 | serial0: serial@4500 { |
| 306 | cell-index = <0>; | 306 | cell-index = <0>; |
| 307 | device_type = "serial"; | 307 | device_type = "serial"; |
| 308 | compatible = "ns16550"; | 308 | compatible = "fsl,ns16550", "ns16550"; |
| 309 | reg = <0x4500 0x100>; // reg base, size | 309 | reg = <0x4500 0x100>; // reg base, size |
| 310 | clock-frequency = <0>; // should we fill in in uboot? | 310 | clock-frequency = <0>; // should we fill in in uboot? |
| 311 | current-speed = <115200>; | 311 | current-speed = <115200>; |
| @@ -316,7 +316,7 @@ | |||
| 316 | serial1: serial@4600 { | 316 | serial1: serial@4600 { |
| 317 | cell-index = <1>; | 317 | cell-index = <1>; |
| 318 | device_type = "serial"; | 318 | device_type = "serial"; |
| 319 | compatible = "ns16550"; | 319 | compatible = "fsl,ns16550", "ns16550"; |
| 320 | reg = <0x4600 0x100>; // reg base, size | 320 | reg = <0x4600 0x100>; // reg base, size |
| 321 | clock-frequency = <0>; // should we fill in in uboot? | 321 | clock-frequency = <0>; // should we fill in in uboot? |
| 322 | current-speed = <115200>; | 322 | current-speed = <115200>; |
diff --git a/arch/powerpc/boot/dts/tqm8548.dts b/arch/powerpc/boot/dts/tqm8548.dts index 619776f72c90..589860e673f6 100644 --- a/arch/powerpc/boot/dts/tqm8548.dts +++ b/arch/powerpc/boot/dts/tqm8548.dts | |||
| @@ -305,7 +305,7 @@ | |||
| 305 | serial0: serial@4500 { | 305 | serial0: serial@4500 { |
| 306 | cell-index = <0>; | 306 | cell-index = <0>; |
| 307 | device_type = "serial"; | 307 | device_type = "serial"; |
| 308 | compatible = "ns16550"; | 308 | compatible = "fsl,ns16550", "ns16550"; |
| 309 | reg = <0x4500 0x100>; // reg base, size | 309 | reg = <0x4500 0x100>; // reg base, size |
| 310 | clock-frequency = <0>; // should we fill in in uboot? | 310 | clock-frequency = <0>; // should we fill in in uboot? |
| 311 | current-speed = <115200>; | 311 | current-speed = <115200>; |
| @@ -316,7 +316,7 @@ | |||
| 316 | serial1: serial@4600 { | 316 | serial1: serial@4600 { |
| 317 | cell-index = <1>; | 317 | cell-index = <1>; |
| 318 | device_type = "serial"; | 318 | device_type = "serial"; |
| 319 | compatible = "ns16550"; | 319 | compatible = "fsl,ns16550", "ns16550"; |
| 320 | reg = <0x4600 0x100>; // reg base, size | 320 | reg = <0x4600 0x100>; // reg base, size |
| 321 | clock-frequency = <0>; // should we fill in in uboot? | 321 | clock-frequency = <0>; // should we fill in in uboot? |
| 322 | current-speed = <115200>; | 322 | current-speed = <115200>; |
diff --git a/arch/powerpc/boot/dts/tqm8555.dts b/arch/powerpc/boot/dts/tqm8555.dts index 81bad8cd3756..aa6ff0d3dd9a 100644 --- a/arch/powerpc/boot/dts/tqm8555.dts +++ b/arch/powerpc/boot/dts/tqm8555.dts | |||
| @@ -224,7 +224,7 @@ | |||
| 224 | serial0: serial@4500 { | 224 | serial0: serial@4500 { |
| 225 | cell-index = <0>; | 225 | cell-index = <0>; |
| 226 | device_type = "serial"; | 226 | device_type = "serial"; |
| 227 | compatible = "ns16550"; | 227 | compatible = "fsl,ns16550", "ns16550"; |
| 228 | reg = <0x4500 0x100>; // reg base, size | 228 | reg = <0x4500 0x100>; // reg base, size |
| 229 | clock-frequency = <0>; // should we fill in in uboot? | 229 | clock-frequency = <0>; // should we fill in in uboot? |
| 230 | interrupts = <42 2>; | 230 | interrupts = <42 2>; |
| @@ -234,7 +234,7 @@ | |||
| 234 | serial1: serial@4600 { | 234 | serial1: serial@4600 { |
| 235 | cell-index = <1>; | 235 | cell-index = <1>; |
| 236 | device_type = "serial"; | 236 | device_type = "serial"; |
| 237 | compatible = "ns16550"; | 237 | compatible = "fsl,ns16550", "ns16550"; |
| 238 | reg = <0x4600 0x100>; // reg base, size | 238 | reg = <0x4600 0x100>; // reg base, size |
| 239 | clock-frequency = <0>; // should we fill in in uboot? | 239 | clock-frequency = <0>; // should we fill in in uboot? |
| 240 | interrupts = <42 2>; | 240 | interrupts = <42 2>; |
diff --git a/arch/powerpc/boot/dts/xcalibur1501.dts b/arch/powerpc/boot/dts/xcalibur1501.dts index ac0a617b4299..cc00f4ddd9a7 100644 --- a/arch/powerpc/boot/dts/xcalibur1501.dts +++ b/arch/powerpc/boot/dts/xcalibur1501.dts | |||
| @@ -531,7 +531,7 @@ | |||
| 531 | serial0: serial@4500 { | 531 | serial0: serial@4500 { |
| 532 | cell-index = <0>; | 532 | cell-index = <0>; |
| 533 | device_type = "serial"; | 533 | device_type = "serial"; |
| 534 | compatible = "ns16550"; | 534 | compatible = "fsl,ns16550", "ns16550"; |
| 535 | reg = <0x4500 0x100>; | 535 | reg = <0x4500 0x100>; |
| 536 | clock-frequency = <0>; | 536 | clock-frequency = <0>; |
| 537 | interrupts = <42 2>; | 537 | interrupts = <42 2>; |
| @@ -542,7 +542,7 @@ | |||
| 542 | serial1: serial@4600 { | 542 | serial1: serial@4600 { |
| 543 | cell-index = <1>; | 543 | cell-index = <1>; |
| 544 | device_type = "serial"; | 544 | device_type = "serial"; |
| 545 | compatible = "ns16550"; | 545 | compatible = "fsl,ns16550", "ns16550"; |
| 546 | reg = <0x4600 0x100>; | 546 | reg = <0x4600 0x100>; |
| 547 | clock-frequency = <0>; | 547 | clock-frequency = <0>; |
| 548 | interrupts = <42 2>; | 548 | interrupts = <42 2>; |
diff --git a/arch/powerpc/boot/dts/xpedite5200.dts b/arch/powerpc/boot/dts/xpedite5200.dts index c41a80c55e47..8fd7b7031357 100644 --- a/arch/powerpc/boot/dts/xpedite5200.dts +++ b/arch/powerpc/boot/dts/xpedite5200.dts | |||
| @@ -333,7 +333,7 @@ | |||
| 333 | serial0: serial@4500 { | 333 | serial0: serial@4500 { |
| 334 | cell-index = <0>; | 334 | cell-index = <0>; |
| 335 | device_type = "serial"; | 335 | device_type = "serial"; |
| 336 | compatible = "ns16550"; | 336 | compatible = "fsl,ns16550", "ns16550"; |
| 337 | reg = <0x4500 0x100>; | 337 | reg = <0x4500 0x100>; |
| 338 | clock-frequency = <0>; | 338 | clock-frequency = <0>; |
| 339 | current-speed = <115200>; | 339 | current-speed = <115200>; |
| @@ -344,7 +344,7 @@ | |||
| 344 | serial1: serial@4600 { | 344 | serial1: serial@4600 { |
| 345 | cell-index = <1>; | 345 | cell-index = <1>; |
| 346 | device_type = "serial"; | 346 | device_type = "serial"; |
| 347 | compatible = "ns16550"; | 347 | compatible = "fsl,ns16550", "ns16550"; |
| 348 | reg = <0x4600 0x100>; | 348 | reg = <0x4600 0x100>; |
| 349 | clock-frequency = <0>; | 349 | clock-frequency = <0>; |
| 350 | current-speed = <115200>; | 350 | current-speed = <115200>; |
diff --git a/arch/powerpc/boot/dts/xpedite5200_xmon.dts b/arch/powerpc/boot/dts/xpedite5200_xmon.dts index c0efcbb45137..0baa8283d08c 100644 --- a/arch/powerpc/boot/dts/xpedite5200_xmon.dts +++ b/arch/powerpc/boot/dts/xpedite5200_xmon.dts | |||
| @@ -337,7 +337,7 @@ | |||
| 337 | serial0: serial@4500 { | 337 | serial0: serial@4500 { |
| 338 | cell-index = <0>; | 338 | cell-index = <0>; |
| 339 | device_type = "serial"; | 339 | device_type = "serial"; |
| 340 | compatible = "ns16550"; | 340 | compatible = "fsl,ns16550", "ns16550"; |
| 341 | reg = <0x4500 0x100>; | 341 | reg = <0x4500 0x100>; |
| 342 | clock-frequency = <0>; | 342 | clock-frequency = <0>; |
| 343 | current-speed = <9600>; | 343 | current-speed = <9600>; |
| @@ -348,7 +348,7 @@ | |||
| 348 | serial1: serial@4600 { | 348 | serial1: serial@4600 { |
| 349 | cell-index = <1>; | 349 | cell-index = <1>; |
| 350 | device_type = "serial"; | 350 | device_type = "serial"; |
| 351 | compatible = "ns16550"; | 351 | compatible = "fsl,ns16550", "ns16550"; |
| 352 | reg = <0x4600 0x100>; | 352 | reg = <0x4600 0x100>; |
| 353 | clock-frequency = <0>; | 353 | clock-frequency = <0>; |
| 354 | current-speed = <9600>; | 354 | current-speed = <9600>; |
diff --git a/arch/powerpc/boot/dts/xpedite5301.dts b/arch/powerpc/boot/dts/xpedite5301.dts index db7faf5ebb39..53c1c6a9752f 100644 --- a/arch/powerpc/boot/dts/xpedite5301.dts +++ b/arch/powerpc/boot/dts/xpedite5301.dts | |||
| @@ -441,7 +441,7 @@ | |||
| 441 | serial0: serial@4500 { | 441 | serial0: serial@4500 { |
| 442 | cell-index = <0>; | 442 | cell-index = <0>; |
| 443 | device_type = "serial"; | 443 | device_type = "serial"; |
| 444 | compatible = "ns16550"; | 444 | compatible = "fsl,ns16550", "ns16550"; |
| 445 | reg = <0x4500 0x100>; | 445 | reg = <0x4500 0x100>; |
| 446 | clock-frequency = <0>; | 446 | clock-frequency = <0>; |
| 447 | interrupts = <42 2>; | 447 | interrupts = <42 2>; |
| @@ -452,7 +452,7 @@ | |||
| 452 | serial1: serial@4600 { | 452 | serial1: serial@4600 { |
| 453 | cell-index = <1>; | 453 | cell-index = <1>; |
| 454 | device_type = "serial"; | 454 | device_type = "serial"; |
| 455 | compatible = "ns16550"; | 455 | compatible = "fsl,ns16550", "ns16550"; |
| 456 | reg = <0x4600 0x100>; | 456 | reg = <0x4600 0x100>; |
| 457 | clock-frequency = <0>; | 457 | clock-frequency = <0>; |
| 458 | interrupts = <42 2>; | 458 | interrupts = <42 2>; |
diff --git a/arch/powerpc/boot/dts/xpedite5330.dts b/arch/powerpc/boot/dts/xpedite5330.dts index c364ca6ff7d0..215225983150 100644 --- a/arch/powerpc/boot/dts/xpedite5330.dts +++ b/arch/powerpc/boot/dts/xpedite5330.dts | |||
| @@ -477,7 +477,7 @@ | |||
| 477 | serial0: serial@4500 { | 477 | serial0: serial@4500 { |
| 478 | cell-index = <0>; | 478 | cell-index = <0>; |
| 479 | device_type = "serial"; | 479 | device_type = "serial"; |
| 480 | compatible = "ns16550"; | 480 | compatible = "fsl,ns16550", "ns16550"; |
| 481 | reg = <0x4500 0x100>; | 481 | reg = <0x4500 0x100>; |
| 482 | clock-frequency = <0>; | 482 | clock-frequency = <0>; |
| 483 | interrupts = <42 2>; | 483 | interrupts = <42 2>; |
| @@ -488,7 +488,7 @@ | |||
| 488 | serial1: serial@4600 { | 488 | serial1: serial@4600 { |
| 489 | cell-index = <1>; | 489 | cell-index = <1>; |
| 490 | device_type = "serial"; | 490 | device_type = "serial"; |
| 491 | compatible = "ns16550"; | 491 | compatible = "fsl,ns16550", "ns16550"; |
| 492 | reg = <0x4600 0x100>; | 492 | reg = <0x4600 0x100>; |
| 493 | clock-frequency = <0>; | 493 | clock-frequency = <0>; |
| 494 | interrupts = <42 2>; | 494 | interrupts = <42 2>; |
diff --git a/arch/powerpc/boot/dts/xpedite5370.dts b/arch/powerpc/boot/dts/xpedite5370.dts index 7a8a4afd56cf..11dbda10d756 100644 --- a/arch/powerpc/boot/dts/xpedite5370.dts +++ b/arch/powerpc/boot/dts/xpedite5370.dts | |||
| @@ -439,7 +439,7 @@ | |||
| 439 | serial0: serial@4500 { | 439 | serial0: serial@4500 { |
| 440 | cell-index = <0>; | 440 | cell-index = <0>; |
| 441 | device_type = "serial"; | 441 | device_type = "serial"; |
| 442 | compatible = "ns16550"; | 442 | compatible = "fsl,ns16550", "ns16550"; |
| 443 | reg = <0x4500 0x100>; | 443 | reg = <0x4500 0x100>; |
| 444 | clock-frequency = <0>; | 444 | clock-frequency = <0>; |
| 445 | interrupts = <42 2>; | 445 | interrupts = <42 2>; |
| @@ -450,7 +450,7 @@ | |||
| 450 | serial1: serial@4600 { | 450 | serial1: serial@4600 { |
| 451 | cell-index = <1>; | 451 | cell-index = <1>; |
| 452 | device_type = "serial"; | 452 | device_type = "serial"; |
| 453 | compatible = "ns16550"; | 453 | compatible = "fsl,ns16550", "ns16550"; |
| 454 | reg = <0x4600 0x100>; | 454 | reg = <0x4600 0x100>; |
| 455 | clock-frequency = <0>; | 455 | clock-frequency = <0>; |
| 456 | interrupts = <42 2>; | 456 | interrupts = <42 2>; |
