From 4a04944f528fce31c891a2cefdcd014ca7f20d19 Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 7 May 2019 04:21:09 +0000 Subject: [PATCH] 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. --- sys/arch/arm/dts/sun5i-r8-pocketchip.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm/dts/sun5i-r8-pocketchip.dts b/sys/arch/arm/dts/sun5i-r8-pocketchip.dts index 15c3e3618365..c8974373dd63 100644 --- a/sys/arch/arm/dts/sun5i-r8-pocketchip.dts +++ b/sys/arch/arm/dts/sun5i-r8-pocketchip.dts @@ -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 @@ -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 */