Skip to content

Commit 6121f69

Browse files
committed
Merge tag 'soc-fixes-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull SoC fixes from Arnd Bergmann: "These are two fixes that came in late, one addresses a regression on a rockchips based board, the other is for ensuring a consistent dt binding for a device added in 6.16 before the incorrect one makes it into a release" * tag 'soc-fixes-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: arm64: dts: rockchip: Drop netdev led-triggers on NanoPi R5S arm64: dts: allwinner: a523: Rename emac0 to gmac0
2 parents 5f33ebd + 912b1f2 commit 6121f69

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"PH5", "PH6", "PH7", "PH9", "PH10",
132132
"PH14", "PH15", "PH16", "PH17", "PH18";
133133
allwinner,pinmux = <5>;
134-
function = "emac0";
134+
function = "gmac0";
135135
drive-strength = <40>;
136136
bias-disable;
137137
};
@@ -540,8 +540,8 @@
540540
status = "disabled";
541541
};
542542

543-
emac0: ethernet@4500000 {
544-
compatible = "allwinner,sun55i-a523-emac0",
543+
gmac0: ethernet@4500000 {
544+
compatible = "allwinner,sun55i-a523-gmac0",
545545
"allwinner,sun50i-a64-emac";
546546
reg = <0x04500000 0x10000>;
547547
clocks = <&ccu CLK_BUS_EMAC0>;

arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
compatible = "radxa,cubie-a5e", "allwinner,sun55i-a527";
1313

1414
aliases {
15-
ethernet0 = &emac0;
15+
ethernet0 = &gmac0;
1616
serial0 = &uart0;
1717
};
1818

@@ -55,7 +55,7 @@
5555
status = "okay";
5656
};
5757

58-
&emac0 {
58+
&gmac0 {
5959
phy-mode = "rgmii-id";
6060
phy-handle = <&ext_rgmii_phy>;
6161
phy-supply = <&reg_cldo3>;

arch/arm64/boot/dts/allwinner/sun55i-t527-avaota-a1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
compatible = "yuzukihd,avaota-a1", "allwinner,sun55i-t527";
1313

1414
aliases {
15-
ethernet0 = &emac0;
15+
ethernet0 = &gmac0;
1616
serial0 = &uart0;
1717
};
1818

@@ -65,7 +65,7 @@
6565
status = "okay";
6666
};
6767

68-
&emac0 {
68+
&gmac0 {
6969
phy-mode = "rgmii-id";
7070
phy-handle = <&ext_rgmii_phy>;
7171
phy-supply = <&reg_dcdc4>;

arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5s.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
function-enumerator = <1>;
3030
gpios = <&gpio3 RK_PD6 GPIO_ACTIVE_HIGH>;
3131
label = "LAN-1";
32-
linux,default-trigger = "netdev";
3332
};
3433

3534
led-lan2 {
@@ -39,7 +38,6 @@
3938
function-enumerator = <2>;
4039
gpios = <&gpio3 RK_PD7 GPIO_ACTIVE_HIGH>;
4140
label = "LAN-2";
42-
linux,default-trigger = "netdev";
4341
};
4442

4543
power_led: led-sys {
@@ -56,7 +54,6 @@
5654
function = LED_FUNCTION_WAN;
5755
gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
5856
label = "WAN";
59-
linux,default-trigger = "netdev";
6057
};
6158
};
6259
};

0 commit comments

Comments
 (0)