On Thu, Oct 5, 2017 at 11:31 AM, Marco Franchi [off-list ref] wrote:
The following build warnings are seen with W=1:
Warning (unit_address_vs_reg): Node /display at di0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /display at di1 has a unit name, but no reg property
Fix all these warnings by changing 'display at diX' to 'dispX'.
Signed-off-by: Marco Franchi <redacted>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
This aligns the dts with the binding doc and also fixes the warnings, great!
https://git.pengutronix.de/cgit/pza/linux/commit/?h=imx-drm/next&id=dbfdd153d4aefec13460c97475737e59af92d8e2
Reviewed-by: Fabio Estevam <redacted>