4e2e8418c4
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 <jbx6244@gmail.com> Link: https://lore.kernel.org/r/20200228061436.13506-4-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
19 lines
472 B
Plaintext
19 lines
472 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd
|
|
* Copyright (c) 2019 Radxa Limited
|
|
* Copyright (c) 2019 Amarula Solutions(India)
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rk3399.dtsi"
|
|
#include "rk3399-opp.dtsi"
|
|
#include "rk3399pro-vmarc-som.dtsi"
|
|
#include <arm/rockchip-radxa-dalang-carrier.dtsi>
|
|
|
|
/ {
|
|
model = "Radxa ROCK Pi N10";
|
|
compatible = "radxa,rockpi-n10", "vamrs,rk3399pro-vmarc-som",
|
|
"rockchip,rk3399pro";
|
|
};
|