forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
....@@ -70,14 +70,14 @@
7070 cpu0: PowerPC,e6500@0 {
7171 device_type = "cpu";
7272 reg = <0 1>;
73
- clocks = <&mux0>;
73
+ clocks = <&clockgen 1 0>;
7474 next-level-cache = <&L2_1>;
7575 fsl,portid-mapping = <0x80000000>;
7676 };
7777 cpu1: PowerPC,e6500@2 {
7878 device_type = "cpu";
7979 reg = <2 3>;
80
- clocks = <&mux0>;
80
+ clocks = <&clockgen 1 0>;
8181 next-level-cache = <&L2_1>;
8282 fsl,portid-mapping = <0x80000000>;
8383 };