diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-12 18:34:58 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-20 17:33:24 +0300 |
commit | ae701b60028f4e0f6714276fd6790b5126975021 (patch) | |
tree | 8a2dc334d80eb951e4094d63aa0a44fa72aed2da /arch/arm64/boot/dts/marvell/armada-ap806.dtsi | |
parent | db7bc1ba9100c54236958ab60e1feecd7b203f12 (diff) | |
download | linux-ae701b60028f4e0f6714276fd6790b5126975021.tar.xz |
arm64: dts: marvell: add pinctrl support for Armada 7K/8K
Enable pinctrl support for CP and AP on the Armada 7K/8K SoCs.
The CP master being different between Armada 7k and Armada 8k. This
commit introduces the intermediates files armada-70x0.dtsi and
armada-80x0.dtsi.
These new files will provide different compatible strings depending of
the SoC family. They will also be the location for the pinmux
configuration at the SoC level.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-ap806.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi index 02e5aff48c81..b9b984e3fd55 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi @@ -252,6 +252,10 @@ compatible = "marvell,ap806-clock"; #clock-cells = <1>; }; + + ap_pinctrl: pinctrl { + compatible = "marvell,ap806-pinctrl"; + }; }; }; }; |