Skip to content

Commit 84a34e1

Browse files
titolini72Alexandre Torgue
authored andcommitted
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>
1 parent 3c3e8a9 commit 84a34e1

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@
6262
reg = <0x38000000 0x10000>;
6363
no-map;
6464
};
65-
66-
gpu_reserved: gpu@d4000000 {
67-
reg = <0xd4000000 0x4000000>;
68-
no-map;
69-
};
7065
};
7166

7267
led {
@@ -80,11 +75,6 @@
8075
};
8176
};
8277

83-
&gpu {
84-
contiguous-area = <&gpu_reserved>;
85-
status = "okay";
86-
};
87-
8878
&i2c2 {
8979
pinctrl-names = "default";
9080
pinctrl-0 = <&i2c2_pins_a>;

0 commit comments

Comments
 (0)