diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2020-04-04 14:52:12 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-04 14:52:12 +0800 |
commit | d2b9461a558f4a005ecaab3e681886297b51270b (patch) | |
tree | 90b3b675d7a1c8eaa014b74e3c374ee692245103 /target/linux/ramips/dts/mt7621_planex_vr500.dts | |
parent | 30644bc579e771e4b6dcc165ca966124e0259e1e (diff) |
ramips: mt7621 remove unused pinctrl groups in dts
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
[split commit, remove leftover uart3->gpio setup]
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_planex_vr500.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_planex_vr500.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_planex_vr500.dts b/target/linux/ramips/dts/mt7621_planex_vr500.dts index 7114ba9834..096faba8bc 100644 --- a/target/linux/ramips/dts/mt7621_planex_vr500.dts +++ b/target/linux/ramips/dts/mt7621_planex_vr500.dts @@ -116,7 +116,7 @@ &state_default { gpio { - groups = "i2c", "uart2", "uart3", "rgmii2", "sdhci"; + groups = "sdhci"; function = "gpio"; }; }; |