Skip to content
Snippets Groups Projects
Commit d28b680a authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner
Browse files

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: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20220603163539.537-2-jbx6244@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 1c23f9e6
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ usb_host: usb@101c0000 { ...@@ -225,7 +225,7 @@ usb_host: usb@101c0000 {
}; };
emac: ethernet@10200000 { emac: ethernet@10200000 {
compatible = "rockchip,rk3036-emac", "snps,arc-emac"; compatible = "rockchip,rk3036-emac";
reg = <0x10200000 0x4000>; reg = <0x10200000 0x4000>;
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment