Skip to content

Commit 3c3e8a9

Browse files
titolini72Alexandre Torgue
authored andcommitted
ARM: dts: stm32: YAML validation fails for STM32MP15 ST Boards
"make dtbs_check" gives following output : stm32mp157x-xxx.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 Solve this trouble for STM32MPU Boards : - stm32mp157c-ed1 - stm32mp157x-dkx Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent 623ac59 commit 3c3e8a9

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

arch/arm/boot/dts/stm32mp157c-ed1.dts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@
6969
reg = <0x38000000 0x10000>;
7070
no-map;
7171
};
72-
73-
gpu_reserved: gpu@e8000000 {
74-
reg = <0xe8000000 0x8000000>;
75-
no-map;
76-
};
7772
};
7873

7974
sd_switch: regulator-sd_switch {
@@ -140,10 +135,6 @@
140135
status = "okay";
141136
};
142137

143-
&gpu {
144-
contiguous-area = <&gpu_reserved>;
145-
};
146-
147138
&hash1 {
148139
status = "okay";
149140
};

arch/arm/boot/dts/stm32mp15xx-dkx.dtsi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
reg = <0x38000000 0x10000>;
6060
no-map;
6161
};
62-
63-
gpu_reserved: gpu@d4000000 {
64-
reg = <0xd4000000 0x4000000>;
65-
no-map;
66-
};
6762
};
6863

6964
led {
@@ -157,10 +152,6 @@
157152
};
158153
};
159154

160-
&gpu {
161-
contiguous-area = <&gpu_reserved>;
162-
};
163-
164155
&hash1 {
165156
status = "okay";
166157
};

0 commit comments

Comments
 (0)