Message ID | 1389592718-9999-2-git-send-email-b20788@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Jan 13, 2014 at 01:58:35PM +0800, Anson Huang wrote: > IOMUXC node is included in i.mx6qdl.dtsi, so no need > to overwrite it, as it is a reused module from i.mx6q. > > Signed-off-by: Anson Huang <b20788@freescale.com> > --- > arch/arm/boot/dts/imx6dl.dtsi | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi > index e2ec0fb..d590d8d 100644 > --- a/arch/arm/boot/dts/imx6dl.dtsi > +++ b/arch/arm/boot/dts/imx6dl.dtsi > @@ -61,10 +61,6 @@ > }; > > aips1: aips-bus@02000000 { > - iomuxc: iomuxc@020e0000 { > - compatible = "fsl,imx6dl-iomuxc"; > - }; > - No. drivers/pinctrl/pinctrl-imx6dl.c needs it. Shawn > pxp: pxp@020f0000 { > reg = <0x020f0000 0x4000>; > interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>; > -- > 1.7.9.5 > >
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index e2ec0fb..d590d8d 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -61,10 +61,6 @@ }; aips1: aips-bus@02000000 { - iomuxc: iomuxc@020e0000 { - compatible = "fsl,imx6dl-iomuxc"; - }; - pxp: pxp@020f0000 { reg = <0x020f0000 0x4000>; interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
IOMUXC node is included in i.mx6qdl.dtsi, so no need to overwrite it, as it is a reused module from i.mx6q. Signed-off-by: Anson Huang <b20788@freescale.com> --- arch/arm/boot/dts/imx6dl.dtsi | 4 ---- 1 file changed, 4 deletions(-)