diff options
Diffstat (limited to 'arch/powerpc/boot/dts/socrates.dts')
-rw-r--r-- | arch/powerpc/boot/dts/socrates.dts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/socrates.dts b/arch/powerpc/boot/dts/socrates.dts index b8d0fc6f0042..7a6ae75a1e57 100644 --- a/arch/powerpc/boot/dts/socrates.dts +++ b/arch/powerpc/boot/dts/socrates.dts | |||
@@ -52,6 +52,7 @@ | |||
52 | soc8544@e0000000 { | 52 | soc8544@e0000000 { |
53 | #address-cells = <1>; | 53 | #address-cells = <1>; |
54 | #size-cells = <1>; | 54 | #size-cells = <1>; |
55 | device_type = "soc"; | ||
55 | 56 | ||
56 | ranges = <0x00000000 0xe0000000 0x00100000>; | 57 | ranges = <0x00000000 0xe0000000 0x00100000>; |
57 | reg = <0xe0000000 0x00001000>; // CCSRBAR 1M | 58 | reg = <0xe0000000 0x00001000>; // CCSRBAR 1M |
@@ -78,11 +79,11 @@ | |||
78 | #address-cells = <1>; | 79 | #address-cells = <1>; |
79 | #size-cells = <0>; | 80 | #size-cells = <0>; |
80 | cell-index = <0>; | 81 | cell-index = <0>; |
81 | compatible = "fsl-i2c"; | 82 | compatible = "fsl,mpc8544-i2c", "fsl-i2c"; |
82 | reg = <0x3000 0x100>; | 83 | reg = <0x3000 0x100>; |
83 | interrupts = <43 2>; | 84 | interrupts = <43 2>; |
84 | interrupt-parent = <&mpic>; | 85 | interrupt-parent = <&mpic>; |
85 | dfsrr; | 86 | fsl,preserve-clocking; |
86 | 87 | ||
87 | dtt@28 { | 88 | dtt@28 { |
88 | compatible = "winbond,w83782d"; | 89 | compatible = "winbond,w83782d"; |
@@ -110,11 +111,11 @@ | |||
110 | #address-cells = <1>; | 111 | #address-cells = <1>; |
111 | #size-cells = <0>; | 112 | #size-cells = <0>; |
112 | cell-index = <1>; | 113 | cell-index = <1>; |
113 | compatible = "fsl-i2c"; | 114 | compatible = "fsl,mpc8544-i2c", "fsl-i2c"; |
114 | reg = <0x3100 0x100>; | 115 | reg = <0x3100 0x100>; |
115 | interrupts = <43 2>; | 116 | interrupts = <43 2>; |
116 | interrupt-parent = <&mpic>; | 117 | interrupt-parent = <&mpic>; |
117 | dfsrr; | 118 | fsl,preserve-clocking; |
118 | }; | 119 | }; |
119 | 120 | ||
120 | enet0: ethernet@24000 { | 121 | enet0: ethernet@24000 { |