ARM: dts: stm32: YAML validation fails for STM32MP15 ST Boards
authorPierre-Yves MORDRET <pierre-yves.mordret@foss.st.com>
Mon, 3 Apr 2023 07:54:15 +0000 (09:54 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 3 Apr 2023 07:55:01 +0000 (09:55 +0200)
"make dtbs_check" gives following output :
stm32mp157x-xxx.dt.yaml: gpu@59000000: 'contiguous-area' does not match
any of the regexes: 'pinctrl-[0-9]+'
        From schema: Documentation/devicetree/bindings/gpu/vivante,gc.yaml

Solve this trouble for STM32MPU Boards :
- stm32mp157c-ed1
- stm32mp157x-dkx

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi

index 2dfde62..8beb901 100644 (file)
                        reg = <0x38000000 0x10000>;
                        no-map;
                };
-
-               gpu_reserved: gpu@e8000000 {
-                       reg = <0xe8000000 0x8000000>;
-                       no-map;
-               };
        };
 
        sd_switch: regulator-sd_switch {
        status = "okay";
 };
 
-&gpu {
-       contiguous-area = <&gpu_reserved>;
-};
-
 &hash1 {
        status = "okay";
 };
index ded5ab9..cefeeb0 100644 (file)
                        reg = <0x38000000 0x10000>;
                        no-map;
                };
-
-               gpu_reserved: gpu@d4000000 {
-                       reg = <0xd4000000 0x4000000>;
-                       no-map;
-               };
        };
 
        led {
        };
 };
 
-&gpu {
-       contiguous-area = <&gpu_reserved>;
-};
-
 &hash1 {
        status = "okay";
 };