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 "nextthing,pocketchip" to the head of t...
details: https://anonhg.NetBSD.org/src/rev/b5f6842880ef
branches: trunk
changeset: 998897:b5f6842880ef
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue May 07 04:21:09 2019 +0000
description:
Add "nextthing,pocketchip" to the head of the 'compatible' property
so that this device tree can be distinguished from that of the base
CHIP. "nextthing,chip" remains in the list, but one match-priority
notch down.
diffstat:
sys/arch/arm/dts/sun5i-r8-pocketchip.dts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 32b382c0ec62 -r b5f6842880ef sys/arch/arm/dts/sun5i-r8-pocketchip.dts
--- a/sys/arch/arm/dts/sun5i-r8-pocketchip.dts Tue May 07 03:49:25 2019 +0000
+++ b/sys/arch/arm/dts/sun5i-r8-pocketchip.dts Tue May 07 04:21:09 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun5i-r8-pocketchip.dts,v 1.1 2017/08/27 02:20:49 jmcneill Exp $ */
+/* $NetBSD: sun5i-r8-pocketchip.dts,v 1.2 2019/05/07 04:21:09 thorpej Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -34,7 +34,7 @@
/ {
model = "NextThing PocketC.H.I.P.";
- compatible = "nextthing,chip", "allwinner,sun5i-r8", "allwinner,sun5i-a13";
+ compatible = "nextthing,pocketchip", "nextthing,chip", "allwinner,sun5i-r8", "allwinner,sun5i-a13";
};
/* Keyboard */
Home |
Main Index |
Thread Index |
Old Index