Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1371270
| From | Robert Jarzmik <robert.jarzmik@free.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/6] ARM: dts: pxa: add pxa framebuffer device |
| Date | 2016-04-05 08:40 +0200 |
| Message-ID | <rksOC-7th-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add the framebuffer device, or display controller, available on pxa2xx
and pxa3xx platforms.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
arch/arm/boot/dts/pxa2xx.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
index 5e5af078b9b5..3ff077ca4400 100644
--- a/arch/arm/boot/dts/pxa2xx.dtsi
+++ b/arch/arm/boot/dts/pxa2xx.dtsi
@@ -140,5 +140,13 @@
reg = <0x40900000 0x3c>;
interrupts = <30 31>;
};
+
+ lcd-controller@40500000 {
+ compatible = "marvell,pxa2xx-lcdc";
+ reg = <0x44000000 0x10000>;
+ interrupts = <17>;
+ clocks = <&clks CLK_LCD>;
+ status = "disabled";
+ };
};
};
--
2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/6] ARM: dts: pxa: add pxa framebuffer device Robert Jarzmik <robert.jarzmik@free.fr> - 2016-04-05 08:40 +0200 [PATCH 6/6] ARM: dts: pxa3xx: add pincontrol helpers Robert Jarzmik <robert.jarzmik@free.fr> - 2016-04-05 08:50 +0200
csiph-web