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 Correct model and compatible string for Pin...



details:   https://anonhg.NetBSD.org/src/rev/495578e127a8
branches:  trunk
changeset: 826528:495578e127a8
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Sep 10 18:40:27 2017 +0000

description:
Correct model and compatible string for Pinebook

diffstat:

 sys/arch/arm/dts/sun50i-a64-pinebook.dts |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r fca22078039a -r 495578e127a8 sys/arch/arm/dts/sun50i-a64-pinebook.dts
--- a/sys/arch/arm/dts/sun50i-a64-pinebook.dts  Sun Sep 10 17:06:58 2017 +0000
+++ b/sys/arch/arm/dts/sun50i-a64-pinebook.dts  Sun Sep 10 18:40:27 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun50i-a64-pinebook.dts,v 1.1 2017/09/10 17:06:58 jmcneill Exp $ */
+/* $NetBSD: sun50i-a64-pinebook.dts,v 1.2 2017/09/10 18:40:27 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -29,6 +29,11 @@
 #include "../../../external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts"
 #include "sun50i-a64.dtsi"
 
+/ {
+       model = "Pine64 Pinebook";
+       compatible = "pine64,pinebook", "allwinner,sun50i-a64";
+};
+
 &ehci0 {
        status = "okay";
 };



Home | Main Index | Thread Index | Old Index