Re: [PATCH] ARM: dts: imx6: fix dtc warnings for ipu endpoints

From: Shawn Guo
Date: Tue Apr 26 2016 - 07:56:11 EST


On Mon, Apr 25, 2016 at 06:09:33PM -0700, Joshua Clayton wrote:
> 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@xxxxxxxxx>

Applied, thanks.