diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitx.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index 1327a61d0538..5cedf373a1d8 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
@@ -254,7 +254,8 @@ | |||
254 | #interrupt-cells = <1>; | 254 | #interrupt-cells = <1>; |
255 | #size-cells = <2>; | 255 | #size-cells = <2>; |
256 | #address-cells = <3>; | 256 | #address-cells = <3>; |
257 | reg = <0xe0008500 0x100>; | 257 | reg = <0xe0008500 0x100 /* internal registers */ |
258 | 0xe0008300 0x8>; /* config space access registers */ | ||
258 | compatible = "fsl,mpc8349-pci"; | 259 | compatible = "fsl,mpc8349-pci"; |
259 | device_type = "pci"; | 260 | device_type = "pci"; |
260 | }; | 261 | }; |
@@ -280,7 +281,8 @@ | |||
280 | #interrupt-cells = <1>; | 281 | #interrupt-cells = <1>; |
281 | #size-cells = <2>; | 282 | #size-cells = <2>; |
282 | #address-cells = <3>; | 283 | #address-cells = <3>; |
283 | reg = <0xe0008600 0x100>; | 284 | reg = <0xe0008600 0x100 /* internal registers */ |
285 | 0xe0008380 0x8>; /* config space access registers */ | ||
284 | compatible = "fsl,mpc8349-pci"; | 286 | compatible = "fsl,mpc8349-pci"; |
285 | device_type = "pci"; | 287 | device_type = "pci"; |
286 | }; | 288 | }; |