Message ID | 20230225162237.40242-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 33a0c1b850c8c85f400531dab3a0b022cdb164b1 |
Headers | show |
Series | ARM: dts: spear320-hmi: correct STMPE GPIO compatible | expand |
On 25-02-23, 17:22, Krzysztof Kozlowski wrote: > The compatible is st,stmpe-gpio. > > Fixes: e2eb69183ec4 ("ARM: SPEAr320: DT: Add SPEAr 320 HMI board support") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > arch/arm/boot/dts/spear320-hmi.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/spear320-hmi.dts b/arch/arm/boot/dts/spear320-hmi.dts > index 34503ac9c51c..721e5ee7b680 100644 > --- a/arch/arm/boot/dts/spear320-hmi.dts > +++ b/arch/arm/boot/dts/spear320-hmi.dts > @@ -241,7 +241,7 @@ stmpe811@41 { > irq-trigger = <0x1>; > > stmpegpio: stmpe-gpio { > - compatible = "stmpe,gpio"; > + compatible = "st,stmpe-gpio"; > reg = <0>; > gpio-controller; > #gpio-cells = <2>; Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Hello: This patch was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Sat, 25 Feb 2023 17:22:37 +0100 you wrote: > The compatible is st,stmpe-gpio. > > Fixes: e2eb69183ec4 ("ARM: SPEAr320: DT: Add SPEAr 320 HMI board support") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > arch/arm/boot/dts/spear320-hmi.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - ARM: dts: spear320-hmi: correct STMPE GPIO compatible https://git.kernel.org/soc/soc/c/33a0c1b850c8 You are awesome, thank you!
diff --git a/arch/arm/boot/dts/spear320-hmi.dts b/arch/arm/boot/dts/spear320-hmi.dts index 34503ac9c51c..721e5ee7b680 100644 --- a/arch/arm/boot/dts/spear320-hmi.dts +++ b/arch/arm/boot/dts/spear320-hmi.dts @@ -241,7 +241,7 @@ stmpe811@41 { irq-trigger = <0x1>; stmpegpio: stmpe-gpio { - compatible = "stmpe,gpio"; + compatible = "st,stmpe-gpio"; reg = <0>; gpio-controller; #gpio-cells = <2>;
The compatible is st,stmpe-gpio. Fixes: e2eb69183ec4 ("ARM: SPEAr320: DT: Add SPEAr 320 HMI board support") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm/boot/dts/spear320-hmi.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)