diff options
| author | Chen Minqiang | 2019-03-08 00:37:56 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2019-03-13 15:25:34 +0000 |
| commit | 7dfe357a3d763d6c62ae6fb9620a013356396572 (patch) | |
| tree | 80c3ca3a6d579e4a88080726fa5ac3f0b2f79a44 | |
| parent | d0090339117031d1994d139240bb30cb39b73060 (diff) | |
| download | openwrt-7dfe357a3d763d6c62ae6fb9620a013356396572.tar.gz | |
ramips: HC5861 drop unused gpio group define in dts
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
| -rw-r--r-- | target/linux/ramips/dts/HC5861.dts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/ramips/dts/HC5861.dts b/target/linux/ramips/dts/HC5861.dts index 76b2ce1088..b1d5ce4fa1 100644 --- a/target/linux/ramips/dts/HC5861.dts +++ b/target/linux/ramips/dts/HC5861.dts @@ -103,10 +103,3 @@ ieee80211-freq-limit = <5000000 6000000>; }; }; - -&state_default { - gpio { - ralink,group = "uartf", "wled", "rgmii2", "ephy"; - ralink,function = "gpio"; - }; -}; |