]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx6ull: add IOMUXC SNVS instance
authorStefan Agner <stefan@agner.ch>
Wed, 10 Jan 2018 21:04:52 +0000 (22:04 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:08 +0000 (21:13 +0800)
The i.MX 6ULL features another IOMUX Controller called IOMUXC
SNVS which allows to control BOOT_MODE and TAMPER pins. Add the
controller to the i.MX 6ULL specific imx6ull.dtsi device tree.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ull.dtsi

index a58c01dc15c3366c20b51fcee0d09054457d6f1c..bc2cd4fb8b121838f0040f06fb43fa5f91ee6742 100644 (file)
 #include "imx6ul.dtsi"
 #include "imx6ull-pinfunc.h"
 #include "imx6ull-pinfunc-snvs.h"
+
+/ {
+       soc {
+               aips3: aips-bus@2200000 {
+                       compatible = "fsl,aips-bus", "simple-bus";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       reg = <0x02200000 0x100000>;
+                       ranges;
+
+                       iomuxc_snvs: iomuxc-snvs@2290000 {
+                               compatible = "fsl,imx6ull-iomuxc-snvs";
+                               reg = <0x02290000 0x4000>;
+                       };
+               };
+       };
+};