From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 2/3] dt-bindings: arm: add Rockchip rk3036-evb board Date: Tue, 10 Mar 2020 14:27:37 -0500 Message-ID: <20200310192737.GA14520@bogus> References: <20200302092759.3291-1-jbx6244@gmail.com> <20200302092759.3291-2-jbx6244@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200302092759.3291-2-jbx6244-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Johan Jonker Cc: heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rockchip.vger.kernel.org On Mon, 2 Mar 2020 10:27:58 +0100, Johan Jonker wrote: > A test with the command below gives this error: > > arch/arm/boot/dts/rk3036-evb.dt.yaml: /: compatible: > ['rockchip,rk3036-evb', 'rockchip,rk3036'] > is not valid under any of the given schemas > > This board was somehow never added to the documentation. > Fix this error by adding the rk3036-evb board to rockchip.yaml. > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/rockchip.yaml > > Signed-off-by: Johan Jonker > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Reviewed-by: Rob Herring