Skip to content

Commit

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

"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>
Stable-dep-of: 0ee0ef3 ("ARM: dts: stm32: Add missing detach mailbox for emtrion emSBC-Argon")
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
titolini72 authored and gregkh committed Sep 13, 2023
1 parent e62c091 commit a5274a7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi
Expand Up @@ -68,11 +68,6 @@
reg = <0x38000000 0x10000>;
no-map;
};

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

led: gpio_leds {
Expand Down Expand Up @@ -183,10 +178,6 @@
};
};

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

&hash1 {
status = "okay";
};
Expand Down

0 comments on commit a5274a7

Please sign in to comment.