aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/imx6dl.dtsi
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2020-08-31 15:27:49 +0200
committerShawn Guo <shawnguo@kernel.org>2020-09-05 16:05:07 +0800
commitd77a99a8a853ef18334b2777eef4cf931944036e (patch)
treeb04bdafdee26ad47e02e081f7678439552cfea0d /arch/arm/boot/dts/imx6dl.dtsi
parentARM: dts: vf: Fix PCA95xx GPIO expander properties on ZII CFU1 (diff)
downloadwireguard-linux-d77a99a8a853ef18334b2777eef4cf931944036e.tar.xz
wireguard-linux-d77a99a8a853ef18334b2777eef4cf931944036e.zip
ARM: dts: imx6qdl: move iomuxc compatible assignment out of root node
The common imx6qdl.dtsi already defines the iomuxc phandle. Make use of it in the imx6dl.dtsi and imx6q.dtsi. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6dl.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index 77b65a402e19..fdd81fdc3f35 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -88,10 +88,6 @@
};
aips1: bus@2000000 {
- iomuxc: pinctrl@20e0000 {
- compatible = "fsl,imx6dl-iomuxc";
- };
-
pxp: pxp@20f0000 {
reg = <0x020f0000 0x4000>;
interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
@@ -298,6 +294,10 @@
compatible = "fsl,imx6dl-hdmi";
};
+&iomuxc {
+ compatible = "fsl,imx6dl-iomuxc";
+};
+
&ipu1_csi1 {
ipu1_csi1_from_ipu1_csi1_mux: endpoint {
remote-endpoint = <&ipu1_csi1_mux_to_ipu1_csi1>;