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 <jbx6244@xxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>