forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/powerpc/boot/dts/fsl/t208xsi-pre.dtsi
....@@ -81,28 +81,28 @@
8181 cpu0: PowerPC,e6500@0 {
8282 device_type = "cpu";
8383 reg = <0 1>;
84
- clocks = <&mux0>;
84
+ clocks = <&clockgen 1 0>;
8585 next-level-cache = <&L2_1>;
8686 fsl,portid-mapping = <0x80000000>;
8787 };
8888 cpu1: PowerPC,e6500@2 {
8989 device_type = "cpu";
9090 reg = <2 3>;
91
- clocks = <&mux0>;
91
+ clocks = <&clockgen 1 0>;
9292 next-level-cache = <&L2_1>;
9393 fsl,portid-mapping = <0x80000000>;
9494 };
9595 cpu2: PowerPC,e6500@4 {
9696 device_type = "cpu";
9797 reg = <4 5>;
98
- clocks = <&mux0>;
98
+ clocks = <&clockgen 1 0>;
9999 next-level-cache = <&L2_1>;
100100 fsl,portid-mapping = <0x80000000>;
101101 };
102102 cpu3: PowerPC,e6500@6 {
103103 device_type = "cpu";
104104 reg = <6 7>;
105
- clocks = <&mux0>;
105
+ clocks = <&clockgen 1 0>;
106106 next-level-cache = <&L2_1>;
107107 fsl,portid-mapping = <0x80000000>;
108108 };