Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ab9123e authored by Marco Franchi's avatar Marco Franchi Committed by Shawn Guo
Browse files

ARM: dts: imx51-ts4800: Fix 'port@0' node with unit name and no reg property



The following build warning is seen with W=1:

Warning (unit_address_vs_reg): Node /display-di0/port@0 has a unit name,
but no reg property

Fix this warning by removing '@' from such node.

Signed-off-by: default avatarMarco Franchi <marco.franchi@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 901765a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,7 @@
			};
			};
		};
		};


		port@0 {
		port {
			display0_in: endpoint {
			display0_in: endpoint {
				remote-endpoint = <&ipu_di0_disp1>;
				remote-endpoint = <&ipu_di0_disp1>;
			};
			};