projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c23f9e
)
ARM: dts: rockchip: fix rk3036 emac node compatible string
author
Johan Jonker
<jbx6244@gmail.com>
Fri, 3 Jun 2022 16:35:38 +0000
(18:35 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Fri, 9 Sep 2022 22:58:36 +0000
(
00:58
+0200)
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>
arch/arm/boot/dts/rk3036.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3036.dtsi
b/arch/arm/boot/dts/rk3036.dtsi
index 9b0f0497567d71bfaf07c77078872879e5a08b38..e240b89b0b35267131b9d0dcc1e10051836e10c9 100644
(file)
--- a/
arch/arm/boot/dts/rk3036.dtsi
+++ b/
arch/arm/boot/dts/rk3036.dtsi
@@
-225,7
+225,7
@@
};
emac: ethernet@10200000 {
- compatible = "rockchip,rk3036-emac"
, "snps,arc-emac"
;
+ compatible = "rockchip,rk3036-emac";
reg = <0x10200000 0x4000>;
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>;