forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi
....@@ -90,84 +90,84 @@
9090 cpu0: PowerPC,e6500@0 {
9191 device_type = "cpu";
9292 reg = <0 1>;
93
- clocks = <&mux0>;
93
+ clocks = <&clockgen 1 0>;
9494 next-level-cache = <&L2_1>;
9595 fsl,portid-mapping = <0x80000000>;
9696 };
9797 cpu1: PowerPC,e6500@2 {
9898 device_type = "cpu";
9999 reg = <2 3>;
100
- clocks = <&mux0>;
100
+ clocks = <&clockgen 1 0>;
101101 next-level-cache = <&L2_1>;
102102 fsl,portid-mapping = <0x80000000>;
103103 };
104104 cpu2: PowerPC,e6500@4 {
105105 device_type = "cpu";
106106 reg = <4 5>;
107
- clocks = <&mux0>;
107
+ clocks = <&clockgen 1 0>;
108108 next-level-cache = <&L2_1>;
109109 fsl,portid-mapping = <0x80000000>;
110110 };
111111 cpu3: PowerPC,e6500@6 {
112112 device_type = "cpu";
113113 reg = <6 7>;
114
- clocks = <&mux0>;
114
+ clocks = <&clockgen 1 0>;
115115 next-level-cache = <&L2_1>;
116116 fsl,portid-mapping = <0x80000000>;
117117 };
118118 cpu4: PowerPC,e6500@8 {
119119 device_type = "cpu";
120120 reg = <8 9>;
121
- clocks = <&mux1>;
121
+ clocks = <&clockgen 1 1>;
122122 next-level-cache = <&L2_2>;
123123 fsl,portid-mapping = <0x40000000>;
124124 };
125125 cpu5: PowerPC,e6500@10 {
126126 device_type = "cpu";
127127 reg = <10 11>;
128
- clocks = <&mux1>;
128
+ clocks = <&clockgen 1 1>;
129129 next-level-cache = <&L2_2>;
130130 fsl,portid-mapping = <0x40000000>;
131131 };
132132 cpu6: PowerPC,e6500@12 {
133133 device_type = "cpu";
134134 reg = <12 13>;
135
- clocks = <&mux1>;
135
+ clocks = <&clockgen 1 1>;
136136 next-level-cache = <&L2_2>;
137137 fsl,portid-mapping = <0x40000000>;
138138 };
139139 cpu7: PowerPC,e6500@14 {
140140 device_type = "cpu";
141141 reg = <14 15>;
142
- clocks = <&mux1>;
142
+ clocks = <&clockgen 1 1>;
143143 next-level-cache = <&L2_2>;
144144 fsl,portid-mapping = <0x40000000>;
145145 };
146146 cpu8: PowerPC,e6500@16 {
147147 device_type = "cpu";
148148 reg = <16 17>;
149
- clocks = <&mux2>;
149
+ clocks = <&clockgen 1 2>;
150150 next-level-cache = <&L2_3>;
151151 fsl,portid-mapping = <0x20000000>;
152152 };
153153 cpu9: PowerPC,e6500@18 {
154154 device_type = "cpu";
155155 reg = <18 19>;
156
- clocks = <&mux2>;
156
+ clocks = <&clockgen 1 2>;
157157 next-level-cache = <&L2_3>;
158158 fsl,portid-mapping = <0x20000000>;
159159 };
160160 cpu10: PowerPC,e6500@20 {
161161 device_type = "cpu";
162162 reg = <20 21>;
163
- clocks = <&mux2>;
163
+ clocks = <&clockgen 1 2>;
164164 next-level-cache = <&L2_3>;
165165 fsl,portid-mapping = <0x20000000>;
166166 };
167167 cpu11: PowerPC,e6500@22 {
168168 device_type = "cpu";
169169 reg = <22 23>;
170
- clocks = <&mux2>;
170
+ clocks = <&clockgen 1 2>;
171171 next-level-cache = <&L2_3>;
172172 fsl,portid-mapping = <0x20000000>;
173173 };