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=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 BE9AEC3F2D2 for ; Fri, 28 Feb 2020 12:33:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 91573246AF for ; Fri, 28 Feb 2020 12:33:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LsBknNis" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 91573246AF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=MADT8dwxESnVVBuV+Ik/dSxaRnStUSkY8+FIq10S9DI=; b=LsBknNisflRrVA+pJAxVl0C1r c92FD8ejZXXlm/q9hszBcDJxb2JpOfJfO+lodkmbnEjL2ZGX4Zt7vEDDWCuCNxmzeF/qiAphNUAtG ja2IP9B2g2KOcLRkPbUh7vqLXh9x2ulMyQDQAQTyvfCd8nARSE2Fma1YjcQVAA0sr8S1lCFVSVZc3 akDAHhcWkjRYcYyKMpohOhBTm0W+udsoO7dc7xJlktihY2XmPfE70gxV3F0CCHK5o+2RX6gAhiJY0 x8WN4Yz6aUC5UhIGWwUyIVxstp70CKH+uQ/dN3HhjBuRpaKu/dkn7cAyMHZ9irENg5TXQdfEgDzkN 9qxYAGvag==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j7epi-0002z5-KS; Fri, 28 Feb 2020 12:33:34 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j7epc-0002t7-5c; Fri, 28 Feb 2020 12:33:29 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B68224B2; Fri, 28 Feb 2020 04:33:24 -0800 (PST) Received: from [10.1.196.37] (e121345-lin.cambridge.arm.com [10.1.196.37]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 800F53F7B4; Fri, 28 Feb 2020 04:33:23 -0800 (PST) Subject: Re: [PATCH] arm64: dts: rockchip: fix cpu compatible property for rk3308 To: Johan Jonker , heiko@sntech.de References: <20200228084827.16198-1-jbx6244@gmail.com> From: Robin Murphy Message-ID: <6a6beced-a8cb-448e-a4b2-331cd09d0c61@arm.com> Date: Fri, 28 Feb 2020 12:33:21 +0000 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20200228084827.16198-1-jbx6244@gmail.com> Content-Language: en-GB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200228_043328_271257_B49E1717 X-CRM114-Status: GOOD ( 16.67 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 28/02/2020 8:48 am, Johan Jonker wrote: > A test with the command below gives for example these errors: > > arch/arm64/boot/dts/rockchip/rk3308-evb.dt.yaml: cpu@0: compatible: > Additional items are not allowed ('arm,armv8' was unexpected) > arch/arm64/boot/dts/rockchip/rk3308-evb.dt.yaml: cpu@0: compatible: > ['arm,cortex-a35', 'arm,armv8'] > is too long > > Fix these errors by removing the last argument of > the cpu compatible property in rk3308.dtsi. Bah, seems this snuck in a couple of releases after we blitzed the last of these from the tree :) Reviewed-by: Robin Murphy > make ARCH=arm64 > dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/cpus.yaml > > Signed-off-by: Johan Jonker > --- > arch/arm64/boot/dts/rockchip/rk3308.dtsi | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3308.dtsi b/arch/arm64/boot/dts/rockchip/rk3308.dtsi > index 116f1900e..3bd5bc860 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3308.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3308.dtsi > @@ -40,7 +40,7 @@ > > cpu0: cpu@0 { > device_type = "cpu"; > - compatible = "arm,cortex-a35", "arm,armv8"; > + compatible = "arm,cortex-a35"; > reg = <0x0 0x0>; > enable-method = "psci"; > clocks = <&cru ARMCLK>; > @@ -53,7 +53,7 @@ > > cpu1: cpu@1 { > device_type = "cpu"; > - compatible = "arm,cortex-a35", "arm,armv8"; > + compatible = "arm,cortex-a35"; > reg = <0x0 0x1>; > enable-method = "psci"; > operating-points-v2 = <&cpu0_opp_table>; > @@ -63,7 +63,7 @@ > > cpu2: cpu@2 { > device_type = "cpu"; > - compatible = "arm,cortex-a35", "arm,armv8"; > + compatible = "arm,cortex-a35"; > reg = <0x0 0x2>; > enable-method = "psci"; > operating-points-v2 = <&cpu0_opp_table>; > @@ -73,7 +73,7 @@ > > cpu3: cpu@3 { > device_type = "cpu"; > - compatible = "arm,cortex-a35", "arm,armv8"; > + compatible = "arm,cortex-a35"; > reg = <0x0 0x3>; > enable-method = "psci"; > operating-points-v2 = <&cpu0_opp_table>; > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel