forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi
....@@ -74,7 +74,7 @@
7474 cpu0: PowerPC,e5500@0 {
7575 device_type = "cpu";
7676 reg = <0>;
77
- clocks = <&mux0>;
77
+ clocks = <&clockgen 1 0>;
7878 next-level-cache = <&L2_1>;
7979 #cooling-cells = <2>;
8080 L2_1: l2-cache {
....@@ -84,7 +84,7 @@
8484 cpu1: PowerPC,e5500@1 {
8585 device_type = "cpu";
8686 reg = <1>;
87
- clocks = <&mux1>;
87
+ clocks = <&clockgen 1 1>;
8888 next-level-cache = <&L2_2>;
8989 #cooling-cells = <2>;
9090 L2_2: l2-cache {
....@@ -94,7 +94,7 @@
9494 cpu2: PowerPC,e5500@2 {
9595 device_type = "cpu";
9696 reg = <2>;
97
- clocks = <&mux2>;
97
+ clocks = <&clockgen 1 2>;
9898 next-level-cache = <&L2_3>;
9999 #cooling-cells = <2>;
100100 L2_3: l2-cache {
....@@ -104,7 +104,7 @@
104104 cpu3: PowerPC,e5500@3 {
105105 device_type = "cpu";
106106 reg = <3>;
107
- clocks = <&mux3>;
107
+ clocks = <&clockgen 1 3>;
108108 next-level-cache = <&L2_4>;
109109 #cooling-cells = <2>;
110110 L2_4: l2-cache {