Skip to content
Commit 416196cd authored by Joshua Clayton's avatar Joshua Clayton Committed by Shawn Guo
Browse files

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: default avatarJoshua Clayton <stillcompiling@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 46350b71
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment