forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/powerpc/boot/dts/fsl/p5040si-pre.dtsi
....@@ -102,7 +102,7 @@
102102 cpu0: PowerPC,e5500@0 {
103103 device_type = "cpu";
104104 reg = <0>;
105
- clocks = <&mux0>;
105
+ clocks = <&clockgen 1 0>;
106106 next-level-cache = <&L2_0>;
107107 fsl,portid-mapping = <0x80000000>;
108108 L2_0: l2-cache {
....@@ -112,7 +112,7 @@
112112 cpu1: PowerPC,e5500@1 {
113113 device_type = "cpu";
114114 reg = <1>;
115
- clocks = <&mux1>;
115
+ clocks = <&clockgen 1 1>;
116116 next-level-cache = <&L2_1>;
117117 fsl,portid-mapping = <0x40000000>;
118118 L2_1: l2-cache {
....@@ -122,7 +122,7 @@
122122 cpu2: PowerPC,e5500@2 {
123123 device_type = "cpu";
124124 reg = <2>;
125
- clocks = <&mux2>;
125
+ clocks = <&clockgen 1 2>;
126126 next-level-cache = <&L2_2>;
127127 fsl,portid-mapping = <0x20000000>;
128128 L2_2: l2-cache {
....@@ -132,7 +132,7 @@
132132 cpu3: PowerPC,e5500@3 {
133133 device_type = "cpu";
134134 reg = <3>;
135
- clocks = <&mux3>;
135
+ clocks = <&clockgen 1 3>;
136136 next-level-cache = <&L2_3>;
137137 fsl,portid-mapping = <0x10000000>;
138138 L2_3: l2-cache {