ARM: dts: rockchip: add missing model properties
authorJohan Jonker <jbx6244@gmail.com>
Wed, 4 Mar 2020 07:40:49 +0000 (08:40 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 5 Mar 2020 21:33:49 +0000 (22:33 +0100)
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>
arch/arm/boot/dts/rk3288-evb-act8846.dts
arch/arm/boot/dts/rk3288-evb-rk808.dts
arch/arm/boot/dts/rk3288-r89.dts

index 80080767c3659ecf135df62288c2a5f65e03d72c..be695b8c1f672eae4b51217acb1e716188e443df 100644 (file)
@@ -4,6 +4,7 @@
 #include "rk3288-evb.dtsi"
 
 / {
+       model = "Rockchip RK3288 EVB ACT8846";
        compatible = "rockchip,rk3288-evb-act8846", "rockchip,rk3288";
 
        vcc_lcd: vcc-lcd {
index 16788209625b08fc26647d40bc9b90d92d9a64eb..42384ea4ca21e20e3ce7f9f9122bbbc276ddaa3f 100644 (file)
@@ -4,6 +4,7 @@
 #include "rk3288-evb.dtsi"
 
 / {
+       model = "Rockchip RK3288 EVB RK808";
        compatible = "rockchip,rk3288-evb-rk808", "rockchip,rk3288";
 };
 
index a6ffc381abaabae5c9176642044b694ba78d83ec..a258c7ae532962ee1ab8388afe4f138bc0c1a649 100644 (file)
@@ -9,6 +9,7 @@
 #include "rk3288.dtsi"
 
 / {
+       model = "Netxeon R89";
        compatible = "netxeon,r89", "rockchip,rk3288";
 
        memory@0 {