summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Yves MORDRET <pierre-yves.mordret@foss.st.com>2023-04-03 10:58:31 +0300
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2023-04-03 10:58:43 +0300
commit84a34e1862aae43e4dcdfb743a7dd3ade1fe4a3c (patch)
tree034b3348bdf1dc99158a1d33a7421de98688f01d
parent3c3e8a92ae57e5d5cc03abdf15970432d80ac4a5 (diff)
downloadlinux-84a34e1862aae43e4dcdfb743a7dd3ade1fe4a3c.tar.xz
ARM: dts: stm32: YAML validation fails for Odyssey Boards
"make dtbs_check" gives following output : stm32mp157c-odyssey.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 Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-rw-r--r--arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi b/arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi
index 2d9461006810..e22871dc580c 100644
--- a/arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi
+++ b/arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi
@@ -62,11 +62,6 @@
reg = <0x38000000 0x10000>;
no-map;
};
-
- gpu_reserved: gpu@d4000000 {
- reg = <0xd4000000 0x4000000>;
- no-map;
- };
};
led {
@@ -80,11 +75,6 @@
};
};
-&gpu {
- contiguous-area = <&gpu_reserved>;
- status = "okay";
-};
-
&i2c2 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins_a>;