hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/powerpc/boot/dts/fsl/p3041si-pre.dtsi
....@@ -90,7 +90,7 @@
9090 cpu0: PowerPC,e500mc@0 {
9191 device_type = "cpu";
9292 reg = <0>;
93
- clocks = <&mux0>;
93
+ clocks = <&clockgen 1 0>;
9494 next-level-cache = <&L2_0>;
9595 fsl,portid-mapping = <0x80000000>;
9696 L2_0: l2-cache {
....@@ -100,7 +100,7 @@
100100 cpu1: PowerPC,e500mc@1 {
101101 device_type = "cpu";
102102 reg = <1>;
103
- clocks = <&mux1>;
103
+ clocks = <&clockgen 1 1>;
104104 next-level-cache = <&L2_1>;
105105 fsl,portid-mapping = <0x40000000>;
106106 L2_1: l2-cache {
....@@ -110,7 +110,7 @@
110110 cpu2: PowerPC,e500mc@2 {
111111 device_type = "cpu";
112112 reg = <2>;
113
- clocks = <&mux2>;
113
+ clocks = <&clockgen 1 2>;
114114 next-level-cache = <&L2_2>;
115115 fsl,portid-mapping = <0x20000000>;
116116 L2_2: l2-cache {
....@@ -120,7 +120,7 @@
120120 cpu3: PowerPC,e500mc@3 {
121121 device_type = "cpu";
122122 reg = <3>;
123
- clocks = <&mux3>;
123
+ clocks = <&clockgen 1 3>;
124124 next-level-cache = <&L2_3>;
125125 fsl,portid-mapping = <0x10000000>;
126126 L2_3: l2-cache {