Skip to content

Commit 33a0c1b

Browse files
krzkarndb
authored andcommitted
ARM: dts: spear320-hmi: correct STMPE GPIO compatible
The compatible is st,stmpe-gpio. Fixes: e2eb691 ("ARM: SPEAr320: DT: Add SPEAr 320 HMI board support") Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Viresh Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent a8cef54 commit 33a0c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/spear320-hmi.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
irq-trigger = <0x1>;
242242

243243
stmpegpio: stmpe-gpio {
244-
compatible = "stmpe,gpio";
244+
compatible = "st,stmpe-gpio";
245245
reg = <0>;
246246
gpio-controller;
247247
#gpio-cells = <2>;

0 commit comments

Comments
 (0)