diff options
| author | Sander Vanheule | 2025-01-18 15:51:59 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2025-01-28 06:30:32 +0000 |
| commit | 022b7d80bf9de326f02c625f2fdeb2fb9c9203a3 (patch) | |
| tree | e499564f19404ea64ecae6d5836e6c6c51963ac1 | |
| parent | 6dc0f0c50cf1072ec3751c0fb1fc152a0a86487d (diff) | |
| download | openwrt-022b7d80bf9de326f02c625f2fdeb2fb9c9203a3.tar.gz | |
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@svanheule.net>
| -rw-r--r-- | target/linux/realtek/dts/rtl83xx_d-link_dgs-1210_common.dtsi | 4 |
1 files changed, 0 insertions, 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@0 { |