forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi
....@@ -96,7 +96,7 @@
9696 cpu0: PowerPC,e5500@0 {
9797 device_type = "cpu";
9898 reg = <0>;
99
- clocks = <&mux0>;
99
+ clocks = <&clockgen 1 0>;
100100 next-level-cache = <&L2_0>;
101101 fsl,portid-mapping = <0x80000000>;
102102 L2_0: l2-cache {
....@@ -106,7 +106,7 @@
106106 cpu1: PowerPC,e5500@1 {
107107 device_type = "cpu";
108108 reg = <1>;
109
- clocks = <&mux1>;
109
+ clocks = <&clockgen 1 1>;
110110 next-level-cache = <&L2_1>;
111111 fsl,portid-mapping = <0x40000000>;
112112 L2_1: l2-cache {