ARM: dts: sun8i: a23/a33: 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>
This commit is contained in:
parent
5759b8d6f4
commit
3af4c3eaf8
|
@ -57,7 +57,7 @@
|
|||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
simplefb_lcd: framebuffer@0 {
|
||||
simplefb_lcd: framebuffer-lcd0 {
|
||||
compatible = "allwinner,simple-framebuffer",
|
||||
"simple-framebuffer";
|
||||
allwinner,pipeline = "de_be0-lcd0";
|
||||
|
|
Loading…
Reference in New Issue