Module Name:    src
Committed By:   thorpej
Date:           Tue May  7 04:21:09 UTC 2019

Modified Files:
        src/sys/arch/arm/dts: sun5i-r8-pocketchip.dts

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/dts/sun5i-r8-pocketchip.dts

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/dts/sun5i-r8-pocketchip.dts
diff -u src/sys/arch/arm/dts/sun5i-r8-pocketchip.dts:1.1 src/sys/arch/arm/dts/sun5i-r8-pocketchip.dts:1.2
--- src/sys/arch/arm/dts/sun5i-r8-pocketchip.dts:1.1	Sun Aug 27 02:20:49 2017
+++ src/sys/arch/arm/dts/sun5i-r8-pocketchip.dts	Tue May  7 04:21:09 2019
@@ -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 <jmcne...@invisible.ca>
@@ -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 */

Reply via email to