mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-24 15:52:58 +00:00
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>
This commit is contained in:
parent
86f085c58b
commit
5e570c0475
@ -62,7 +62,7 @@
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
simplefb_hdmi: framebuffer@0 {
|
||||
simplefb_hdmi: framebuffer-lcd0-hdmi {
|
||||
compatible = "allwinner,simple-framebuffer",
|
||||
"simple-framebuffer";
|
||||
allwinner,pipeline = "de_be0-lcd0-hdmi";
|
||||
@ -73,7 +73,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
simplefb_lcd: framebuffer@1 {
|
||||
simplefb_lcd: framebuffer-lcd0 {
|
||||
compatible = "allwinner,simple-framebuffer",
|
||||
"simple-framebuffer";
|
||||
allwinner,pipeline = "de_be0-lcd0";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user