forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
....@@ -75,28 +75,28 @@
7575 cpu0: PowerPC,e6500@0 {
7676 device_type = "cpu";
7777 reg = <0 1>;
78
- clocks = <&mux0>;
78
+ clocks = <&clockgen 1 0>;
7979 next-level-cache = <&L2_1>;
8080 fsl,portid-mapping = <0x80000000>;
8181 };
8282 cpu1: PowerPC,e6500@2 {
8383 device_type = "cpu";
8484 reg = <2 3>;
85
- clocks = <&mux0>;
85
+ clocks = <&clockgen 1 0>;
8686 next-level-cache = <&L2_1>;
8787 fsl,portid-mapping = <0x80000000>;
8888 };
8989 cpu2: PowerPC,e6500@4 {
9090 device_type = "cpu";
9191 reg = <4 5>;
92
- clocks = <&mux0>;
92
+ clocks = <&clockgen 1 0>;
9393 next-level-cache = <&L2_1>;
9494 fsl,portid-mapping = <0x80000000>;
9595 };
9696 cpu3: PowerPC,e6500@6 {
9797 device_type = "cpu";
9898 reg = <6 7>;
99
- clocks = <&mux0>;
99
+ clocks = <&clockgen 1 0>;
100100 next-level-cache = <&L2_1>;
101101 fsl,portid-mapping = <0x80000000>;
102102 };