Commit fc8d2b21 authored by Pierre-Yves MORDRET's avatar Pierre-Yves MORDRET Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: YAML validation fails for Argon Boards



"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: default avatarPierre-Yves MORDRET <pierre-yves.mordret@foss.st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 84a34e18
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -68,11 +68,6 @@ retram: retram@38000000 {
			reg = <0x38000000 0x10000>;
			no-map;
		};

		gpu_reserved: gpu@dc000000 {
			reg = <0xdc000000 0x4000000>;
			no-map;
		};
	};

	led: gpio_leds {
@@ -183,10 +178,6 @@ phy0: ethernet-phy@0 {
	};
};

&gpu {
	contiguous-area = <&gpu_reserved>;
};

&hash1 {
	status = "okay";
};