ARM: dts: rockchip: rk3xxx: fix emac node
authorJohan Jonker <jbx6244@gmail.com>
Tue, 18 Jun 2024 16:13:56 +0000 (18:13 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jun 2024 09:07:17 +0000 (10:07 +0100)
commita8bd4d7af70d3e042bcffbdc5aa785b30b1a393e
tree24538e7f6ce8e8ff78f3cb937bf5061b621196f4
parent86474deeb5c3e57258839a4389ec75c7a871d4af
ARM: dts: rockchip: rk3xxx: fix emac node

In the combined DT of rk3066a/rk3188 the emac node uses as place holder
the compatible string "snps,arc-emac". The last real user nSIM_700
of the "snps,arc-emac" compatible string in a driver was removed in 2019.
Rockchip emac nodes don't make use of this common fall back string.
In order to removed unused driver code replace this string with
"rockchip,rk3066-emac".
As we are there remove the blank lines and sort.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/rockchip/rk3066a.dtsi
arch/arm/boot/dts/rockchip/rk3xxx.dtsi