Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: fix rk3036 emac node compatible string

The Linux kernel has no logic to decide which driver to probe first.
To prevent race conditions remove the rk3036 emac node
fall back compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20220603163539.537-2-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
d28b680a 1c23f9e6

+1 -1
+1 -1
arch/arm/boot/dts/rk3036.dtsi
··· 225 225 }; 226 226 227 227 emac: ethernet@10200000 { 228 - compatible = "rockchip,rk3036-emac", "snps,arc-emac"; 228 + compatible = "rockchip,rk3036-emac"; 229 229 reg = <0x10200000 0x4000>; 230 230 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; 231 231 #address-cells = <1>;