Message ID | 1402178205-22697-3-git-send-email-steve_longerbeam@mentor.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Am Samstag, den 07.06.2014, 14:56 -0700 schrieb Steve Longerbeam: > Add ipu0 (and ipu1 for quad) aliases to ipu1/ipu2 nodes respectively. > > Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> > --- > arch/arm/boot/dts/imx6q.dtsi | 1 + > arch/arm/boot/dts/imx6qdl.dtsi | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi > index addd3f8..c7544f0 100644 > --- a/arch/arm/boot/dts/imx6q.dtsi > +++ b/arch/arm/boot/dts/imx6q.dtsi > @@ -15,6 +15,7 @@ > / { > aliases { > spi4 = &ecspi5; > + ipu1 = &ipu2; > }; > > cpus { > diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi > index eca0971..04c978c 100644 > --- a/arch/arm/boot/dts/imx6qdl.dtsi > +++ b/arch/arm/boot/dts/imx6qdl.dtsi > @@ -43,6 +43,7 @@ > spi3 = &ecspi4; > usbphy0 = &usbphy1; > usbphy1 = &usbphy2; > + ipu0 = &ipu1; > }; > > intc: interrupt-controller@00a01000 { That could be useful, although I think those aliases are supposed to be in alphabetic order. regards Philipp -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index addd3f8..c7544f0 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -15,6 +15,7 @@ / { aliases { spi4 = &ecspi5; + ipu1 = &ipu2; }; cpus { diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index eca0971..04c978c 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -43,6 +43,7 @@ spi3 = &ecspi4; usbphy0 = &usbphy1; usbphy1 = &usbphy2; + ipu0 = &ipu1; }; intc: interrupt-controller@00a01000 {
Add ipu0 (and ipu1 for quad) aliases to ipu1/ipu2 nodes respectively. Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> --- arch/arm/boot/dts/imx6q.dtsi | 1 + arch/arm/boot/dts/imx6qdl.dtsi | 1 + 2 files changed, 2 insertions(+)