[openwrt/openwrt] rtl838x: rtl838x.dtsi: remove reg property from root node
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 9 03:14:21 EST 2020
ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2ab6add9b9171099c5bcd993cb8a3d355b6f3ae4
commit 2ab6add9b9171099c5bcd993cb8a3d355b6f3ae4
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Wed Nov 4 16:43:16 2020 +0100
rtl838x: rtl838x.dtsi: remove reg property from root node
Fixes following dtc warning:
../dts/rtl838x.dtsi:38.3-145.3: Warning (reg_format): /: Root node has a "reg" property
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
target/linux/rtl838x/dts/rtl838x.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/rtl838x/dts/rtl838x.dtsi b/target/linux/rtl838x/dts/rtl838x.dtsi
index 5d562063ea..699a621f62 100644
--- a/target/linux/rtl838x/dts/rtl838x.dtsi
+++ b/target/linux/rtl838x/dts/rtl838x.dtsi
@@ -7,7 +7,6 @@
#size-cells = <1>;
compatible = "realtek,rtl838x-soc";
- reg = <0xbb000000 0xa000>;
cpus {
#address-cells = <1>;
More information about the lede-commits
mailing list