forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/imx7d-cl-som-imx7.dts
....@@ -37,6 +37,10 @@
3737 cpu-supply = <&sw1a_reg>;
3838 };
3939
40
+&cpu1 {
41
+ cpu-supply = <&sw1a_reg>;
42
+};
43
+
4044 &fec1 {
4145 pinctrl-names = "default";
4246 pinctrl-0 = <&pinctrl_enet1>;
....@@ -54,10 +58,12 @@
5458 #size-cells = <0>;
5559
5660 ethphy0: ethernet-phy@0 {
61
+ compatible = "ethernet-phy-ieee802.3-c22";
5762 reg = <0>;
5863 };
5964
6065 ethphy1: ethernet-phy@1 {
66
+ compatible = "ethernet-phy-ieee802.3-c22";
6167 reg = <1>;
6268 };
6369 };
....@@ -83,12 +89,12 @@
8389
8490 pmic: pmic@8 {
8591 compatible = "fsl,pfuze3000";
86
- reg = <0x08>;
92
+ reg = <0x8>;
8793
8894 regulators {
8995 sw1a_reg: sw1a {
9096 regulator-min-microvolt = <700000>;
91
- regulator-max-microvolt = <1475000>;
97
+ regulator-max-microvolt = <3300000>;
9298 regulator-boot-on;
9399 regulator-always-on;
94100 regulator-ramp-delay = <6250>;