ARM: dts: imx6: fix dtc warnings for ipu endpoints
authorJoshua Clayton <stillcompiling@gmail.com>
Tue, 26 Apr 2016 01:09:33 +0000 (18:09 -0700)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Apr 2016 11:52:23 +0000 (19:52 +0800)
commit416196cd90999c29b04ca04cfbd713c73784a4ef
treefda41a82e2fd74ed4ff5c376f5d5eb9ab662e903
parent46350b71a09ccf3573649e03db55d4b61d5da231
ARM: dts: imx6: fix dtc warnings for ipu endpoints

When compiled with "W=1", dtc complains: e.g.
"Warning (unit_address_vs_reg):
Node /soc/ipu@02800000/port@2/endpoint@0
has a unit name, but no reg property"

Endpoint nodes don't have a reg property, and the addresses
in their node names are ordinals without any special meaning
so remove them and swap them for semantic node names.

Signed-off-by: Joshua Clayton <stillcompiling@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q.dtsi
arch/arm/boot/dts/imx6qdl.dtsi