Commit 8ce97caa authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun7i: Change framebuffer node names to avoid warnings

The simple-framebuffer nodes have a unit address, but no reg property which
generates a warning when compiling it with DTC.

Change the simple-framebuffer node names so that there is no warnings on
this anymore.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 73732b1d
...@@ -62,7 +62,7 @@ chosen { ...@@ -62,7 +62,7 @@ chosen {
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
framebuffer@0 { framebuffer-lcd0-hdmi {
compatible = "allwinner,simple-framebuffer", compatible = "allwinner,simple-framebuffer",
"simple-framebuffer"; "simple-framebuffer";
allwinner,pipeline = "de_be0-lcd0-hdmi"; allwinner,pipeline = "de_be0-lcd0-hdmi";
...@@ -73,7 +73,7 @@ framebuffer@0 { ...@@ -73,7 +73,7 @@ framebuffer@0 {
status = "disabled"; status = "disabled";
}; };
framebuffer@1 { framebuffer-lcd0 {
compatible = "allwinner,simple-framebuffer", compatible = "allwinner,simple-framebuffer",
"simple-framebuffer"; "simple-framebuffer";
allwinner,pipeline = "de_be0-lcd0"; allwinner,pipeline = "de_be0-lcd0";
...@@ -83,7 +83,7 @@ framebuffer@1 { ...@@ -83,7 +83,7 @@ framebuffer@1 {
status = "disabled"; status = "disabled";
}; };
framebuffer@2 { framebuffer-lcd0-tve0 {
compatible = "allwinner,simple-framebuffer", compatible = "allwinner,simple-framebuffer",
"simple-framebuffer"; "simple-framebuffer";
allwinner,pipeline = "de_be0-lcd0-tve0"; allwinner,pipeline = "de_be0-lcd0-tve0";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment