]> Git Repo - linux.git/commitdiff
ARM: dts: sun6i: Add simplefb node labels to reference at board level
authorChen-Yu Tsai <[email protected]>
Fri, 23 Oct 2015 03:50:40 +0000 (11:50 +0800)
committerMaxime Ripard <[email protected]>
Fri, 23 Oct 2015 06:04:49 +0000 (08:04 +0200)
Some boards, such as tablets, have regulators providing power to parts
of the display pipeline, like signal converters and LCD panels.

Add labels to the simplefb device nodes so that we can reference them
in the board dts files to add regulator supply properties.

Signed-off-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
arch/arm/boot/dts/sun6i-a31.dtsi

index 83c18798cae076d83cd30aa5da4bdba6cfad5a47..b6ad7850fac6931ee1eb6f1716418c16b849eae4 100644 (file)
@@ -61,7 +61,7 @@
                #size-cells = <1>;
                ranges;
 
-               framebuffer@0 {
+               simplefb_hdmi: framebuffer@0 {
                        compatible = "allwinner,simple-framebuffer",
                                     "simple-framebuffer";
                        allwinner,pipeline = "de_be0-lcd0-hdmi";
@@ -69,7 +69,7 @@
                        status = "disabled";
                };
 
-               framebuffer@1 {
+               simplefb_lcd: framebuffer@1 {
                        compatible = "allwinner,simple-framebuffer",
                                     "simple-framebuffer";
                        allwinner,pipeline = "de_be0-lcd0";
This page took 0.049169 seconds and 4 git commands to generate.