arm64: dts: qcom: pm6150l: Add missing short interrupt
[ Upstream commit 7e1f024ef0d1da456f61d00f01dc3287ede915b3 ]
Add the missing short interrupt. This fixes the schema warning:
wled@d800: interrupt-names: ['ovp'] is too short
Fixes: fe508ced49
("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
6fd913f0f6
commit
cd1ba241d2
@ -75,8 +75,9 @@ pm6150l_lsid5: pmic@5 {
|
|||||||
pm6150l_wled: leds@d800 {
|
pm6150l_wled: leds@d800 {
|
||||||
compatible = "qcom,pm6150l-wled";
|
compatible = "qcom,pm6150l-wled";
|
||||||
reg = <0xd800>, <0xd900>;
|
reg = <0xd800>, <0xd900>;
|
||||||
interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
|
||||||
interrupt-names = "ovp";
|
<0x5 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
interrupt-names = "ovp", "short";
|
||||||
label = "backlight";
|
label = "backlight";
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
Loading…
Reference in New Issue
Block a user