Message ID | 20210828114240.12231-1-jbx6244@gmail.com |
---|---|
State | Accepted |
Commit | f0f56c11447b7c77ba07f05fb07ddb00c3ae42b1 |
Headers | show |
Series | ARM: dts: rockchip: change rv1108 gmac nodename | expand |
On Sat, 28 Aug 2021 13:42:40 +0200, Johan Jonker wrote: > The rv1108 gmac node is checked with rockchip-dwmac.yaml, > snps,dwmac.yaml and ethernet-controller.yaml. > The nodename should have a pattern: "^ethernet(@.*)?$", > so change to nodename. Applied, thanks! [1/1] ARM: dts: rockchip: change rv1108 gmac nodename commit: f0f56c11447b7c77ba07f05fb07ddb00c3ae42b1 Best regards, -- Heiko Stuebner <heiko@sntech.de>
diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi index 140434384..668fb1513 100644 --- a/arch/arm/boot/dts/rv1108.dtsi +++ b/arch/arm/boot/dts/rv1108.dtsi @@ -557,7 +557,7 @@ status = "disabled"; }; - gmac: eth@30200000 { + gmac: ethernet@30200000 { compatible = "rockchip,rv1108-gmac"; reg = <0x30200000 0x10000>; interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
The rv1108 gmac node is checked with rockchip-dwmac.yaml, snps,dwmac.yaml and ethernet-controller.yaml. The nodename should have a pattern: "^ethernet(@.*)?$", so change to nodename. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm/boot/dts/rv1108.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)