ARM: dts: imx: Fix incorrect display nodes notation
The following build warnings are seen with W=1: Warning (unit_address_vs_reg): Node /display@di0 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /display@di1 has a unit name, but no reg property Fix all these warnings by changing 'display@diX' to 'dispX'. Signed-off-by: Marco Franchi <marco.franchi@nxp.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -424,7 +424,7 @@
|
||||
display = <&display>;
|
||||
status = "okay";
|
||||
|
||||
display: display@di0 {
|
||||
display: disp0 {
|
||||
bits-per-pixel = <32>;
|
||||
bus-width = <24>;
|
||||
status = "okay";
|
||||
|
Reference in New Issue
Block a user