projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b0fd35
)
arm64: dts: qcom: pm6150l: Add missing short interrupt
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Mon, 26 Jun 2023 20:00:25 +0000
(22:00 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Fri, 14 Jul 2023 05:42:32 +0000
(22:42 -0700)
Add the missing short interrupt. This fixes the schema warning:
wled@d800: interrupt-names: ['ovp'] is too short
Fixes: fe508ced49dd ("arm64: dts: qcom: pm6150l: Add wled node")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Link:
https://lore.kernel.org/r/20230626-topic-bindingsfixups-v1-3-254ae8642e69@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/pm6150l.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/pm6150l.dtsi
b/arch/arm64/boot/dts/qcom/pm6150l.dtsi
index 6f7aa67501e2702f5cf4408b3dc3855254f86700..0fdf440596c018195ec03651080a0740e3d3a69a 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/pm6150l.dtsi
+++ b/
arch/arm64/boot/dts/qcom/pm6150l.dtsi
@@
-121,8
+121,9
@@
pm6150l_wled: leds@d800 {
compatible = "qcom,pm6150l-wled";
reg = <0xd800>, <0xd900>;
- interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>;
- interrupt-names = "ovp";
+ interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
+ <0x5 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
+ interrupt-names = "ovp", "short";
label = "backlight";
status = "disabled";