Skip to content

Commit 729675e

Browse files
fabioestevammmind
authored andcommitted
ARM: dts: rockchip: Fix GMAC description n RK3288 boards
According to rockchip-dwmac.yaml, the mdio node should be 'mdio0' and 'wakeup-source' is not a valid property. Change it accordingly. This fixes the following dt-schema warning: Unevaluated properties are not allowed ('mdio0', 'wakeup-source'\ were unexpected) Signed-off-by: Fabio Estevam <festevam@gmail.com> Link: https://patch.msgid.link/20260303193855.828892-3-festevam@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent bd4a9d6 commit 729675e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

arch/arm/boot/dts/rockchip/rk3288-phycore-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
tx_delay = <0x0>;
101101
rx_delay = <0x0>;
102102

103-
mdio0 {
103+
mdio {
104104
compatible = "snps,dwmac-mdio";
105105
#address-cells = <1>;
106106
#size-cells = <0>;

arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@
9898
snps,reset-gpio = <&gpio4 RK_PB0 0>;
9999
snps,reset-active-low;
100100
snps,reset-delays-us = <0 10000 30000>;
101-
wakeup-source;
102101

103-
mdio0 {
102+
mdio {
104103
compatible = "snps,dwmac-mdio";
105104
#address-cells = <1>;
106105
#size-cells = <0>;

0 commit comments

Comments
 (0)