diff options
author | Chen-Yu Tsai <wens@csie.org> | 2015-11-17 00:38:25 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-11-20 12:13:23 +0100 |
commit | aea4c39526132e01a6cb18462ad2c15e7f15da1b (patch) | |
tree | 89b91c9b00f6a97b574383a115736a0977527bff /arch/arm/boot/dts | |
parent | fef5218430dc52e3d7494986dfff2ff93a6e409a (diff) | |
download | blackbird-obmc-linux-aea4c39526132e01a6cb18462ad2c15e7f15da1b.tar.gz blackbird-obmc-linux-aea4c39526132e01a6cb18462ad2c15e7f15da1b.zip |
ARM: dts: sun8i: Add simplefb node labels to reference at board level
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 <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index 0c0964d4fa1f..6f88fb0ddbc7 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -56,7 +56,7 @@ #size-cells = <1>; ranges; - framebuffer@0 { + simplefb_lcd: framebuffer@0 { compatible = "allwinner,simple-framebuffer", "simple-framebuffer"; allwinner,pipeline = "de_be0-lcd0"; |