Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1270358 > unrolled thread
| Started by | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| First post | 2015-11-16 17:50 +0100 |
| Last post | 2015-11-20 12:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v3 6/9] ARM: dts: sun8i: Add simplefb node labels to reference at board level Chen-Yu Tsai <wens@csie.org> - 2015-11-16 17:50 +0100
Re: [PATCH v3 6/9] ARM: dts: sun8i: Add simplefb node labels to reference at board level Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-20 12:20 +0100
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Date | 2015-11-16 17:50 +0100 |
| Subject | [PATCH v3 6/9] ARM: dts: sun8i: Add simplefb node labels to reference at board level |
| Message-ID | <qvv8C-1ij-21@gated-at.bofh.it> |
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>
---
arch/arm/boot/dts/sun8i-a23-a33.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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";
--
2.6.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2015-11-20 12:20 +0100 |
| Subject | Re: [PATCH v3 6/9] ARM: dts: sun8i: Add simplefb node labels to reference at board level |
| Message-ID | <qwRTs-6uh-13@gated-at.bofh.it> |
| In reply to | #1270358 |
[Multipart message — attachments visible in raw view] — view raw
On Tue, Nov 17, 2015 at 12:38:25AM +0800, Chen-Yu Tsai wrote: > 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> Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web