diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2019-09-26 16:36:05 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-11-01 08:03:20 +0300 |
commit | 9f5a341eb96bd858ef7567f6f45a7357d86bbca9 (patch) | |
tree | fae569e11db8760f9c4fb1416cdaf56b9a9c1a1f /arch | |
parent | a45d88725d18f611ac6ee41c710d9648b728c5b3 (diff) | |
download | linux-9f5a341eb96bd858ef7567f6f45a7357d86bbca9.tar.xz |
ARM: dts: aspeed-g6: Fix EMMC function in pinctrl dtsi
The binding was updated to better reflect the intended use of the
hardware and the existing function/groups for SD3 were dropped.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi b/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi index 5b8bf58e89cb..045ce66ca876 100644 --- a/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi +++ b/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi @@ -852,14 +852,9 @@ groups = "SD2"; }; - pinctrl_sd3_default: sd3_default { - function = "SD3"; - groups = "SD3"; - }; - pinctrl_emmc_default: emmc_default { - function = "SD3"; - groups = "EMMC"; + function = "EMMC"; + groups = "EMMCG4"; }; pinctrl_sgpm1_default: sgpm1_default { |