aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-11-14 10:34:35 -0500
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-11-23 11:17:33 -0500
commitd501841fc42a97a8b69449135eadf6e9c4589a87 (patch)
treee52c396365046edcf023f512fab095675fe8dd5a
parent5790d4ee1e425fefef0e012d1415c25baeb9dae8 (diff)
ARM: dts: sun5i: Add simplefb node
Add a simplefb template node for u-boot to further fill and activate. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/sun5i-a10s.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi
index 531272c0e526..f1be4a1799a3 100644
--- a/arch/arm/boot/dts/sun5i-a10s.dtsi
+++ b/arch/arm/boot/dts/sun5i-a10s.dtsi
@@ -24,6 +24,18 @@
24 serial3 = &uart3; 24 serial3 = &uart3;
25 }; 25 };
26 26
27 chosen {
28 #address-cells = <1>;
29 #size-cells = <1>;
30 ranges;
31
32 framebuffer0-hdmi {
33 compatible = "simple-framebuffer";
34 clocks = <&ahb_gates 36>, <&ahb_gates 43>, <&ahb_gates 44>;
35 status = "disabled";
36 };
37 };
38
27 cpus { 39 cpus {
28 cpu@0 { 40 cpu@0 {
29 compatible = "arm,cortex-a8"; 41 compatible = "arm,cortex-a8";