From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH] arm64: dts: rockchip: fix cpu compatible property for rk3308 Date: Sun, 01 Mar 2020 00:43:46 +0100 Message-ID: <2296994.saQPy0AWz7@phil> References: <20200228084827.16198-1-jbx6244@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20200228084827.16198-1-jbx6244@gmail.com> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: linux-rockchip.vger.kernel.org Am Freitag, 28. Februar 2020, 09:48:27 CET schrieb Johan Jonker: > 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. > > make ARCH=arm64 > dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/cpus.yaml > > Signed-off-by: Johan Jonker applied for 5.7 with Robins Rb Thanks Heiko