From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 099FFC18E5A for ; Wed, 11 Mar 2020 08:05:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DEDAC205C9 for ; Wed, 11 Mar 2020 08:05:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728377AbgCKIF1 convert rfc822-to-8bit (ORCPT ); Wed, 11 Mar 2020 04:05:27 -0400 Received: from gloria.sntech.de ([185.11.138.130]:37342 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726198AbgCKIF0 (ORCPT ); Wed, 11 Mar 2020 04:05:26 -0400 Received: from p5b127c69.dip0.t-ipconnect.de ([91.18.124.105] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1jBwMi-0000Em-QT; Wed, 11 Mar 2020 09:05:20 +0100 From: Heiko Stuebner To: Johan Jonker Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: arm: fix Rockchip Kylin board bindings Date: Wed, 11 Mar 2020 09:05:19 +0100 Message-ID: <1953057.m1zP5CsIQp@phil> In-Reply-To: <20200302092759.3291-1-jbx6244@gmail.com> References: <20200302092759.3291-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 2. März 2020, 10:27:57 CET schrieb Johan Jonker: > A test with the command below gives this error: > > arch/arm/boot/dts/rk3036-kylin.dt.yaml: /: compatible: > ['rockchip,rk3036-kylin', 'rockchip,rk3036'] > is not valid under any of the given schemas > > Normally the dt-binding is the authoritative part, so boards should follow > the binding, but in the kylin-case the compatible from the .dts is used for > years in the field now, so fix the binding, as otherwise > we would break old users. > > Fix this error by changing 'rockchip,kylin-rk3036' to > 'rockchip,rk3036-kylin' in rockchip.yaml. > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/rockchip.yaml > > Signed-off-by: Johan Jonker applied all 3 for 5.7 Thanks Heiko