Re: [PATCH 4/4] arm64: dts: rockchip: fix compatible property for Radxa ROCK Pi N10
From: Heiko Stuebner <heiko@sntech.de>
Date: 2020-03-01 00:04:21
Also in:
linux-arm-kernel, linux-rockchip, lkml
From: Heiko Stuebner <heiko@sntech.de>
Date: 2020-03-01 00:04:21
Also in:
linux-arm-kernel, linux-rockchip, lkml
Am Freitag, 28. Februar 2020, 07:14:36 CET schrieb Johan Jonker:
A test with the command below gives this error: arch/arm64/boot/dts/rockchip/rk3399pro-rock-pi-n10.dt.yaml: /: compatible: ['radxa,rockpi-n10', 'rockchip,rk3399pro'] is not valid under any of the given schemas During the review process the binding was changed, but the dts file was somehow not updated. Fix this error by adding 'vamrs,rk3399pro-vmarc-som' to the compatible property. make ARCH=arm64 dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/rockchip.yaml Signed-off-by: Johan Jonker <redacted>
applied for 5.7 Thanks Heiko