Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/dts Add a simplefb node for H3 SoCs



details:   https://anonhg.NetBSD.org/src/rev/2d1d2fc351e7
branches:  trunk
changeset: 826419:2d1d2fc351e7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Sep 02 17:35:07 2017 +0000

description:
Add a simplefb node for H3 SoCs

diffstat:

 sys/arch/arm/dts/sun8i-h3.dtsi |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r a24accd4aaf8 -r 2d1d2fc351e7 sys/arch/arm/dts/sun8i-h3.dtsi
--- a/sys/arch/arm/dts/sun8i-h3.dtsi    Sat Sep 02 15:40:31 2017 +0000
+++ b/sys/arch/arm/dts/sun8i-h3.dtsi    Sat Sep 02 17:35:07 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun8i-h3.dtsi,v 1.1 2017/07/13 01:17:58 jmcneill Exp $ */
+/* $NetBSD: sun8i-h3.dtsi,v 1.2 2017/09/02 17:35:07 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,6 +27,19 @@
  */
 
 / {
+       chosen {
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges;
+
+               framebuffer@0 {
+                       compatible = "allwinner,simple-framebuffer",
+                                    "simple-framebuffer";
+                       allwinner,pipeline = "mixer0-lcd0-hdmi";
+                       status = "disabled";
+               };
+       };
+
        soc {
                emac: ethernet@1c30000 {
                        compatible = "allwinner,sun8i-h3-emac";



Home | Main Index | Thread Index | Old Index