Skip to content

Commit f0f6f88

Browse files
committed
dts: fixup ethmac node after clean up
1 parent d1769c7 commit f0f6f88

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

arch/arm64/boot/dts/amlogic/coreelec_g12b.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
pinctrl-names = "external_eth_pins";
4545
pinctrl-0 = <&external_eth_pins>;
4646
internal_phy = <0>;
47-
auto_cali_idx = <1>;
47+
auto_cali_idx = <0>;
4848
/delete-property/ cali_val;
4949
/delete-property/ mc_val;
5050
};

arch/arm64/boot/dts/amlogic/coreelec_sm1.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
controller-type = <3>;
4444
};
4545

46+
&ethmac {
47+
auto_cali_idx = <1>;
48+
/delete-property/ cali_val;
49+
/delete-property/ mc_val;
50+
};
51+
4652
&earc {
4753
status = "disabled";
4854
};

arch/arm64/boot/dts/amlogic/g12a_s905x2_beelink_gt1_mini_2g.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
0x0 0xff64c000 0x0 0xa0>;
1717
reg-names = "eth_base", "eth_cfg", "eth_pll";
1818
/delete-property/ pinctrl-1;
19+
auto_cali_idx = <1>;
1920
};
2021

2122
&i2c3 {

arch/arm64/boot/dts/amlogic/g12b_s922x_minix_u22xj.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
};
110110
};
111111

112+
&ethmac {
113+
auto_cali_idx = <1>;
114+
};
115+
112116
&usb3_phy_v2 {
113117
gpio-vbus-power = "GPIOH_5";
114118
gpios = <&gpio GPIOH_5 GPIO_ACTIVE_HIGH>;

arch/arm64/boot/dts/amlogic/g12b_s922x_minix_u22xj_max.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
};
121121
};
122122

123+
&ethmac {
124+
auto_cali_idx = <1>;
125+
};
126+
123127
&usb3_phy_v2 {
124128
gpio-vbus-power = "GPIOH_5";
125129
gpios = <&gpio GPIOH_5 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)