hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi
....@@ -94,7 +94,7 @@
9494 cpu0: PowerPC,e500mc@0 {
9595 device_type = "cpu";
9696 reg = <0>;
97
- clocks = <&mux0>;
97
+ clocks = <&clockgen 1 0>;
9898 next-level-cache = <&L2_0>;
9999 fsl,portid-mapping = <0x80000000>;
100100 L2_0: l2-cache {
....@@ -104,7 +104,7 @@
104104 cpu1: PowerPC,e500mc@1 {
105105 device_type = "cpu";
106106 reg = <1>;
107
- clocks = <&mux1>;
107
+ clocks = <&clockgen 1 1>;
108108 next-level-cache = <&L2_1>;
109109 fsl,portid-mapping = <0x40000000>;
110110 L2_1: l2-cache {
....@@ -114,7 +114,7 @@
114114 cpu2: PowerPC,e500mc@2 {
115115 device_type = "cpu";
116116 reg = <2>;
117
- clocks = <&mux2>;
117
+ clocks = <&clockgen 1 2>;
118118 next-level-cache = <&L2_2>;
119119 fsl,portid-mapping = <0x20000000>;
120120 L2_2: l2-cache {
....@@ -124,7 +124,7 @@
124124 cpu3: PowerPC,e500mc@3 {
125125 device_type = "cpu";
126126 reg = <3>;
127
- clocks = <&mux3>;
127
+ clocks = <&clockgen 1 3>;
128128 next-level-cache = <&L2_3>;
129129 fsl,portid-mapping = <0x10000000>;
130130 L2_3: l2-cache {
....@@ -134,7 +134,7 @@
134134 cpu4: PowerPC,e500mc@4 {
135135 device_type = "cpu";
136136 reg = <4>;
137
- clocks = <&mux4>;
137
+ clocks = <&clockgen 1 4>;
138138 next-level-cache = <&L2_4>;
139139 fsl,portid-mapping = <0x08000000>;
140140 L2_4: l2-cache {
....@@ -144,7 +144,7 @@
144144 cpu5: PowerPC,e500mc@5 {
145145 device_type = "cpu";
146146 reg = <5>;
147
- clocks = <&mux5>;
147
+ clocks = <&clockgen 1 5>;
148148 next-level-cache = <&L2_5>;
149149 fsl,portid-mapping = <0x04000000>;
150150 L2_5: l2-cache {
....@@ -154,7 +154,7 @@
154154 cpu6: PowerPC,e500mc@6 {
155155 device_type = "cpu";
156156 reg = <6>;
157
- clocks = <&mux6>;
157
+ clocks = <&clockgen 1 6>;
158158 next-level-cache = <&L2_6>;
159159 fsl,portid-mapping = <0x02000000>;
160160 L2_6: l2-cache {
....@@ -164,7 +164,7 @@
164164 cpu7: PowerPC,e500mc@7 {
165165 device_type = "cpu";
166166 reg = <7>;
167
- clocks = <&mux7>;
167
+ clocks = <&clockgen 1 7>;
168168 next-level-cache = <&L2_7>;
169169 fsl,portid-mapping = <0x01000000>;
170170 L2_7: l2-cache {