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 simplefb stub for Allwinner A64
details: https://anonhg.NetBSD.org/src/rev/a6b13e497aa5
branches: trunk
changeset: 356183:a6b13e497aa5
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Thu Sep 07 21:46:42 2017 +0000
description:
Add simplefb stub for Allwinner A64
diffstat:
sys/arch/arm/dts/sun50i-a64.dtsi | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 370a7091052d -r a6b13e497aa5 sys/arch/arm/dts/sun50i-a64.dtsi
--- a/sys/arch/arm/dts/sun50i-a64.dtsi Thu Sep 07 21:37:56 2017 +0000
+++ b/sys/arch/arm/dts/sun50i-a64.dtsi Thu Sep 07 21:46:42 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun50i-a64.dtsi,v 1.1 2017/09/07 21:37:56 jmcneill Exp $ */
+/* $NetBSD: sun50i-a64.dtsi,v 1.2 2017/09/07 21:46:42 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 = "mixer1-lcd1-hdmi";
+ status = "disabled";
+ };
+ };
+
soc {
emac: ethernet@1c30000 {
compatible = "allwinner,sun50i-a64-emac";
Home |
Main Index |
Thread Index |
Old Index