mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
ARM: dts: spear320-hmi: correct STMPE GPIO compatible
[ Upstream commit33a0c1b850] The compatible is st,stmpe-gpio. Fixes:e2eb69183e("ARM: SPEAr320: DT: Add SPEAr 320 HMI board support") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Link: https://lore.kernel.org/r/20230225162237.40242-1-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
16ff58cf5f
commit
a2f09b491b
@@ -241,7 +241,7 @@
|
|||||||
irq-trigger = <0x1>;
|
irq-trigger = <0x1>;
|
||||||
|
|
||||||
stmpegpio: stmpe-gpio {
|
stmpegpio: stmpe-gpio {
|
||||||
compatible = "stmpe,gpio";
|
compatible = "st,stmpe-gpio";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
|||||||
Reference in New Issue
Block a user