Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx: imx7d add iomuxc lpsr device node

Add device tree node to support iomuxc-lpsr controller, fsl,input-sel
phandle allows to get input select register base address which is
shared from main iomuxc controller.

Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Adrian Alonso and committed by
Shawn Guo
149c08e0 47bcc8c0

+6
+6
arch/arm/boot/dts/imx7d.dtsi
··· 446 446 status = "disabled"; 447 447 }; 448 448 449 + iomuxc_lpsr: iomuxc-lpsr@302c0000 { 450 + compatible = "fsl,imx7d-iomuxc-lpsr"; 451 + reg = <0x302c0000 0x10000>; 452 + fsl,input-sel = <&iomuxc>; 453 + }; 454 + 449 455 gpt1: gpt@302d0000 { 450 456 compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt"; 451 457 reg = <0x302d0000 0x10000>;