ARM: dts: stm32: YAML validation fails for Argon Boards
authorPierre-Yves MORDRET <pierre-yves.mordret@foss.st.com>
Mon, 3 Apr 2023 08:01:06 +0000 (10:01 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 3 Apr 2023 08:01:11 +0000 (10:01 +0200)
"make dtbs_check" gives following output :
stm32mp157c-emstamp-argon.dtb: gpu@59000000: 'contiguous-area' does not match
any of the regexes: 'pinctrl-[0-9]+'
From schema: Documentation/devicetree/bindings/gpu/vivante,gc.yaml

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-emstamp-argon.dtsi

index 7d11c50b9e4087afa226adc052449c3a38b3dd6e..b01470a9a3d5320478feeb367daed20595ee1b37 100644 (file)
                        reg = <0x38000000 0x10000>;
                        no-map;
                };
-
-               gpu_reserved: gpu@dc000000 {
-                       reg = <0xdc000000 0x4000000>;
-                       no-map;
-               };
        };
 
        led: gpio_leds {
        };
 };
 
-&gpu {
-       contiguous-area = <&gpu_reserved>;
-};
-
 &hash1 {
        status = "okay";
 };