summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorPierre-Yves MORDRET <pierre-yves.mordret@foss.st.com>2023-04-03 11:01:06 +0300
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2023-04-03 11:01:11 +0300
commitfc8d2b21bc5d5d7a6eadaa8c2a5d2e6856689480 (patch)
tree6f53e0005fa3493015ee5c2ad468b679971a19d7 /arch/arm/boot
parent84a34e1862aae43e4dcdfb743a7dd3ade1fe4a3c (diff)
downloadlinux-fc8d2b21bc5d5d7a6eadaa8c2a5d2e6856689480.tar.xz
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: Pierre-Yves MORDRET <pierre-yves.mordret@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi b/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi
index 7d11c50b9e40..b01470a9a3d5 100644
--- a/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi
+++ b/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi
@@ -68,11 +68,6 @@
reg = <0x38000000 0x10000>;
no-map;
};
-
- gpu_reserved: gpu@dc000000 {
- reg = <0xdc000000 0x4000000>;
- no-map;
- };
};
led: gpio_leds {
@@ -183,10 +178,6 @@
};
};
-&gpu {
- contiguous-area = <&gpu_reserved>;
-};
-
&hash1 {
status = "okay";
};