diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-10-12 14:10:25 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@nxp.com> | 2016-01-14 11:02:03 -0600 |
commit | a813088e91ee14e2083dcd128525343e5b0037d4 (patch) | |
tree | 5eef3126a2a03d31dbecf3aad63cea92a4661120 /arch/arm/boot/dts/imx7d.dtsi | |
parent | d87516592b236c28aea30de44e60969bf8302d36 (diff) |
MLK-11696-1: arm: dts: imx7d iomuxc-lpsr add fsl input select property
Add iomuxc-lpsr fsl,input-sel property for shared input select
support, insteand of parsing the device tree on iomuxc probe
function to get iomuxc base address this property helps to
identify when shared input select register is needed.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7d.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7d.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index 92a010d4252d..ca578673e2cc 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++ b/arch/arm/boot/dts/imx7d.dtsi @@ -512,6 +512,7 @@ iomuxc_lpsr: iomuxc-lpsr@302c0000 { compatible = "fsl,imx7d-iomuxc-lpsr"; reg = <0x302c0000 0x10000>; + fsl,input-sel = <&iomuxc>; }; gpt1: gpt@302d0000 { |