Skip to content

Commit 5e570c0

Browse files
committed
ARM: dts: sun6i: 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: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
1 parent 86f085c commit 5e570c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/sun6i-a31.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#size-cells = <1>;
6363
ranges;
6464

65-
simplefb_hdmi: framebuffer@0 {
65+
simplefb_hdmi: framebuffer-lcd0-hdmi {
6666
compatible = "allwinner,simple-framebuffer",
6767
"simple-framebuffer";
6868
allwinner,pipeline = "de_be0-lcd0-hdmi";
@@ -73,7 +73,7 @@
7373
status = "disabled";
7474
};
7575

76-
simplefb_lcd: framebuffer@1 {
76+
simplefb_lcd: framebuffer-lcd0 {
7777
compatible = "allwinner,simple-framebuffer",
7878
"simple-framebuffer";
7979
allwinner,pipeline = "de_be0-lcd0";

0 commit comments

Comments
 (0)