mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ARM: dts: stm32: YAML validation fails for Argon Boards
[ Upstream commitfc8d2b21bc] "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:0ee0ef38aa("ARM: dts: stm32: Add missing detach mailbox for emtrion emSBC-Argon") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e62c091b6d
commit
a5274a79ef
@@ -68,11 +68,6 @@
|
|||||||
reg = <0x38000000 0x10000>;
|
reg = <0x38000000 0x10000>;
|
||||||
no-map;
|
no-map;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpu_reserved: gpu@dc000000 {
|
|
||||||
reg = <0xdc000000 0x4000000>;
|
|
||||||
no-map;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
led: gpio_leds {
|
led: gpio_leds {
|
||||||
@@ -183,10 +178,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpu {
|
|
||||||
contiguous-area = <&gpu_reserved>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&hash1 {
|
&hash1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user