diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-09-10 12:58:35 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-09-11 20:37:18 +0900 |
commit | c3ab1e118fc64b5ac49e949dab40507f6fdbbde3 (patch) | |
tree | 965fc2c273cfbed8e57c1b76980908c0104953e7 /arch/arm/dts/uniphier-pinctrl.dtsi | |
parent | b07f6e9faf3a111bd88a1814f346d56a6d48d215 (diff) |
mmc: uniphier-sd: sync with Linux
Sync with the driver code and the binding recently merged in Linux.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-pinctrl.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-pinctrl.dtsi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/dts/uniphier-pinctrl.dtsi b/arch/arm/dts/uniphier-pinctrl.dtsi index 2dc86d2728..aeb47b0ffe 100644 --- a/arch/arm/dts/uniphier-pinctrl.dtsi +++ b/arch/arm/dts/uniphier-pinctrl.dtsi @@ -121,7 +121,7 @@ function = "sd"; }; - pinctrl_sd_1v8: sd-1v8 { + pinctrl_sd_uhs: sd-uhs { groups = "sd"; function = "sd"; }; @@ -131,11 +131,6 @@ function = "sd1"; }; - pinctrl_sd1_1v8: sd1-1v8 { - groups = "sd1"; - function = "sd1"; - }; - pinctrl_system_bus: system-bus { groups = "system_bus", "system_bus_cs1"; function = "system_bus"; |