diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-08-04 14:41:09 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-08-18 02:01:14 +0900 |
commit | 65282edbdf2f30e97c1680e856e6e9fb7af26f8b (patch) | |
tree | ec4b3458d9d022cceab590c91a9bf5a80f488947 /arch/arm/dts/uniphier-pinctrl.dtsi | |
parent | 351b74cb6d8787fb3f5f338a761bded7a1d445f5 (diff) | |
download | u-boot-65282edbdf2f30e97c1680e856e6e9fb7af26f8b.tar.gz u-boot-65282edbdf2f30e97c1680e856e6e9fb7af26f8b.tar.bz2 u-boot-65282edbdf2f30e97c1680e856e6e9fb7af26f8b.zip |
ARM: dts: uniphier: resync DT with Linux 5.9-rc1
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-pinctrl.dtsi b/arch/arm/dts/uniphier-pinctrl.dtsi index bfdfb764b2..c0fd029b37 100644 --- a/arch/arm/dts/uniphier-pinctrl.dtsi +++ b/arch/arm/dts/uniphier-pinctrl.dtsi @@ -126,6 +126,11 @@ function = "nand"; }; + pinctrl_pcie: pcie { + groups = "pcie"; + function = "pcie"; + }; + pinctrl_sd: sd { groups = "sd"; function = "sd"; |