diff options
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi index f3f968c51f4b..388ba1b15f8c 100644 --- a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi | |||
@@ -75,28 +75,28 @@ | |||
75 | cpu0: PowerPC,e6500@0 { | 75 | cpu0: PowerPC,e6500@0 { |
76 | device_type = "cpu"; | 76 | device_type = "cpu"; |
77 | reg = <0 1>; | 77 | reg = <0 1>; |
78 | clocks = <&mux0>; | 78 | clocks = <&clockgen 1 0>; |
79 | next-level-cache = <&L2_1>; | 79 | next-level-cache = <&L2_1>; |
80 | fsl,portid-mapping = <0x80000000>; | 80 | fsl,portid-mapping = <0x80000000>; |
81 | }; | 81 | }; |
82 | cpu1: PowerPC,e6500@2 { | 82 | cpu1: PowerPC,e6500@2 { |
83 | device_type = "cpu"; | 83 | device_type = "cpu"; |
84 | reg = <2 3>; | 84 | reg = <2 3>; |
85 | clocks = <&mux0>; | 85 | clocks = <&clockgen 1 0>; |
86 | next-level-cache = <&L2_1>; | 86 | next-level-cache = <&L2_1>; |
87 | fsl,portid-mapping = <0x80000000>; | 87 | fsl,portid-mapping = <0x80000000>; |
88 | }; | 88 | }; |
89 | cpu2: PowerPC,e6500@4 { | 89 | cpu2: PowerPC,e6500@4 { |
90 | device_type = "cpu"; | 90 | device_type = "cpu"; |
91 | reg = <4 5>; | 91 | reg = <4 5>; |
92 | clocks = <&mux0>; | 92 | clocks = <&clockgen 1 0>; |
93 | next-level-cache = <&L2_1>; | 93 | next-level-cache = <&L2_1>; |
94 | fsl,portid-mapping = <0x80000000>; | 94 | fsl,portid-mapping = <0x80000000>; |
95 | }; | 95 | }; |
96 | cpu3: PowerPC,e6500@6 { | 96 | cpu3: PowerPC,e6500@6 { |
97 | device_type = "cpu"; | 97 | device_type = "cpu"; |
98 | reg = <6 7>; | 98 | reg = <6 7>; |
99 | clocks = <&mux0>; | 99 | clocks = <&clockgen 1 0>; |
100 | next-level-cache = <&L2_1>; | 100 | next-level-cache = <&L2_1>; |
101 | fsl,portid-mapping = <0x80000000>; | 101 | fsl,portid-mapping = <0x80000000>; |
102 | }; | 102 | }; |