From 008db6b970613d291b245d95734e3e42b5455f6c Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 3 Jul 2020 17:21:12 +0200 Subject: ath79: enable gpio on ar933x by default All other SoC DTSI files have gpio enabled by default, only ar9330/ar9331 disable it by default, only to have it enabled again afterwards for each individual device. So, do not disable it in the first place, and drop all device-specific status statements afterwards. Though this is a cosmetic commit, it might be a pitfall for device-support backporters if missing. Since backporting it is trivial, let's just do it. Signed-off-by: Adrian Schmutzler (cherry picked from commit dc1280ef652c6522269c7a864810c19362d33dc4) --- target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi') diff --git a/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi b/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi index e4b59f1591..c439a372db 100644 --- a/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi +++ b/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi @@ -141,10 +141,6 @@ mtd-mac-address-increment = <(-1)>; }; -&gpio { - status = "okay"; -}; - &uart { status = "okay"; }; -- cgit v1.2.3