]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: rockchip: Fix GMAC description n RK3288 boards
authorFabio Estevam <festevam@gmail.com>
Tue, 3 Mar 2026 19:38:55 +0000 (16:38 -0300)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 23 Mar 2026 21:17:26 +0000 (22:17 +0100)
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>
arch/arm/boot/dts/rockchip/rk3288-phycore-som.dtsi
arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts

index 12ab10c4addef12cad23f938c5302beb87a402b5..0816e388852f30b75a0ff8bb83a7938e47243bac 100644 (file)
        tx_delay = <0x0>;
        rx_delay = <0x0>;
 
-       mdio0 {
+       mdio {
                compatible = "snps,dwmac-mdio";
                #address-cells = <1>;
                #size-cells = <0>;
index 26817848c15412cea61a7d3c517e182c8613c836..3da105060302ef1b3c0d2eb54f1c7075936ef741 100644 (file)
@@ -98,9 +98,8 @@
        snps,reset-gpio = <&gpio4 RK_PB0 0>;
        snps,reset-active-low;
        snps,reset-delays-us = <0 10000 30000>;
-       wakeup-source;
 
-       mdio0 {
+       mdio {
                compatible = "snps,dwmac-mdio";
                #address-cells = <1>;
                #size-cells = <0>;