Skip to content

Commit

Permalink
ARM: dts: stm32: YAML validation fails for Odyssey Boards
Browse files Browse the repository at this point in the history
[ Upstream commit 84a34e1 ]

"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>
Stable-dep-of: 966f04a ("ARM: dts: stm32: Add missing detach mailbox for Odyssey SoM")
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
titolini72 authored and gregkh committed Sep 13, 2023
1 parent aa72079 commit c0929f2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi
Expand Up @@ -62,11 +62,6 @@
reg = <0x38000000 0x10000>;
no-map;
};

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

led {
Expand All @@ -80,11 +75,6 @@
};
};

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

&i2c2 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins_a>;
Expand Down

0 comments on commit c0929f2

Please sign in to comment.