diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-03-04 08:40:49 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-03-05 22:33:49 +0100 |
commit | 17ec2394d5888f77c2b11d329544d1be37549682 (patch) | |
tree | a5ea200590f61e5de791dac4564725cf4a574a2a /arch/arm/boot/dts/rk3288-r89.dts | |
parent | ARM: dts: rockchip: Add vcc50_hdmi for rk3288-vyasa (diff) | |
download | linux-17ec2394d5888f77c2b11d329544d1be37549682.tar.xz linux-17ec2394d5888f77c2b11d329544d1be37549682.zip |
ARM: dts: rockchip: add missing model properties
A test with the command below gives these errors:
arch/arm/boot/dts/rk3288-evb-act8846.dt.yaml: /: 'model'
is a required property
arch/arm/boot/dts/rk3288-evb-rk808.dt.yaml: /: 'model'
is a required property
arch/arm/boot/dts/rk3288-r89.dt.yaml: /: 'model'
is a required property
Fix this error by adding the missing model properties to
the involved dts files.
make ARCH=arm dtbs_check
DT_SCHEMA_FILES=~/.local/lib/python3.5/site-packages/dtschema/
schemas/root-node.yaml
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200304074051.8742-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-r89.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-r89.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-r89.dts b/arch/arm/boot/dts/rk3288-r89.dts index a6ffc381abaa..a258c7ae5329 100644 --- a/arch/arm/boot/dts/rk3288-r89.dts +++ b/arch/arm/boot/dts/rk3288-r89.dts @@ -9,6 +9,7 @@ #include "rk3288.dtsi" / { + model = "Netxeon R89"; compatible = "netxeon,r89", "rockchip,rk3288"; memory@0 { |