hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi
....@@ -89,7 +89,7 @@
8989 cpu0: PowerPC,e500mc@0 {
9090 device_type = "cpu";
9191 reg = <0>;
92
- clocks = <&mux0>;
92
+ clocks = <&clockgen 1 0>;
9393 next-level-cache = <&L2_0>;
9494 fsl,portid-mapping = <0x80000000>;
9595 L2_0: l2-cache {
....@@ -99,7 +99,7 @@
9999 cpu1: PowerPC,e500mc@1 {
100100 device_type = "cpu";
101101 reg = <1>;
102
- clocks = <&mux1>;
102
+ clocks = <&clockgen 1 1>;
103103 next-level-cache = <&L2_1>;
104104 fsl,portid-mapping = <0x40000000>;
105105 L2_1: l2-cache {
....@@ -109,7 +109,7 @@
109109 cpu2: PowerPC,e500mc@2 {
110110 device_type = "cpu";
111111 reg = <2>;
112
- clocks = <&mux2>;
112
+ clocks = <&clockgen 1 2>;
113113 next-level-cache = <&L2_2>;
114114 fsl,portid-mapping = <0x20000000>;
115115 L2_2: l2-cache {
....@@ -119,7 +119,7 @@
119119 cpu3: PowerPC,e500mc@3 {
120120 device_type = "cpu";
121121 reg = <3>;
122
- clocks = <&mux3>;
122
+ clocks = <&clockgen 1 3>;
123123 next-level-cache = <&L2_3>;
124124 fsl,portid-mapping = <0x10000000>;
125125 L2_3: l2-cache {