]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: pmi8950: Add missing OVP interrupt
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Mon, 26 Jun 2023 20:00:27 +0000 (22:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2023 07:48:13 +0000 (09:48 +0200)
[ Upstream commit 4d77b639531fd85b84a7079c3369908dfaddf8b2 ]

Add the missing OVP interrupt. This fixes the schema warning:

wled@d800: interrupt-names: ['short'] is too short

Fixes: 0d97fdf380b4 ("arm64: dts: qcom: Add configuration for PMI8950 peripheral")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230626-topic-bindingsfixups-v1-5-254ae8642e69@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/pmi8950.dtsi

index 4891be3cd68a3ce082d4beab9384024dc89536d5..c16adca4e93a9ee29bb217decbb221ba4e790680 100644 (file)
@@ -87,8 +87,9 @@
                pmi8950_wled: leds@d800 {
                        compatible = "qcom,pmi8950-wled";
                        reg = <0xd800>, <0xd900>;
-                       interrupts = <0x3 0xd8 0x02 IRQ_TYPE_EDGE_RISING>;
-                       interrupt-names = "short";
+                       interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
+                                    <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
+                       interrupt-names = "ovp", "short";
                        label = "backlight";
 
                        status = "disabled";