[openwrt/openwrt] realtek: Drop unused property on DGS-1210 gpio0
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 27 22:31:08 PST 2025
svanheule pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/022b7d80bf9de326f02c625f2fdeb2fb9c9203a3
commit 022b7d80bf9de326f02c625f2fdeb2fb9c9203a3
Author: Sander Vanheule <sander at svanheule.net>
AuthorDate: Sat Jan 18 16:51:59 2025 +0100
realtek: Drop unused property on DGS-1210 gpio0
The 'indirect-access-id' property on gpio0 is a remnant from the
original GPIO driver. This property has not been relevant on the SoC's
embedded GPIO controller for a long time, so just drop it.
Signed-off-by: Sander Vanheule <sander at svanheule.net>
---
target/linux/realtek/dts/rtl83xx_d-link_dgs-1210_common.dtsi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/target/linux/realtek/dts/rtl83xx_d-link_dgs-1210_common.dtsi b/target/linux/realtek/dts/rtl83xx_d-link_dgs-1210_common.dtsi
index fa623d7a90..c11c26f079 100644
--- a/target/linux/realtek/dts/rtl83xx_d-link_dgs-1210_common.dtsi
+++ b/target/linux/realtek/dts/rtl83xx_d-link_dgs-1210_common.dtsi
@@ -30,10 +30,6 @@
};
};
-&gpio0 {
- indirect-access-bus-id = <0>;
-};
-
&spi0 {
status = "okay";
flash at 0 {
More information about the lede-commits
mailing list