"display" is both a property and a node name. Rename the node to avoid dtc warnings. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/dts/imx7d-peb-av-02.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/imx7d-peb-av-02.dtsi b/arch/arm/dts/imx7d-peb-av-02.dtsi index dcf117c71a..2e5af755bb 100644 --- a/arch/arm/dts/imx7d-peb-av-02.dtsi +++ b/arch/arm/dts/imx7d-peb-av-02.dtsi @@ -72,7 +72,7 @@ lcd-supply = <&lcd_3v3>; status = "disabled"; - display0: display { + display0: display0 { bits-per-pixel = <32>; bus-width = <24>; -- 2.30.2