arm64: dts: qcom: correct SPMI WLED register range encoding
On PM660L, PMI8994 and PMI8998, the WLED has two address spaces and with size-cells=0, they should be encoded as two separate items. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220505154702.422108-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
6ba93ba9f6
commit
d66b1d2e4a
@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
pm660l_wled: leds@d800 {
|
pm660l_wled: leds@d800 {
|
||||||
compatible = "qcom,pm660l-wled";
|
compatible = "qcom,pm660l-wled";
|
||||||
reg = <0xd800 0xd900>;
|
reg = <0xd800>, <0xd900>;
|
||||||
interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "ovp";
|
interrupt-names = "ovp";
|
||||||
label = "backlight";
|
label = "backlight";
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
pmi8994_wled: wled@d800 {
|
pmi8994_wled: wled@d800 {
|
||||||
compatible = "qcom,pmi8994-wled";
|
compatible = "qcom,pmi8994-wled";
|
||||||
reg = <0xd800 0xd900>;
|
reg = <0xd800>, <0xd900>;
|
||||||
interrupts = <3 0xd8 0x02 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <3 0xd8 0x02 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "short";
|
interrupt-names = "short";
|
||||||
qcom,cabc;
|
qcom,cabc;
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
pmi8998_wled: leds@d800 {
|
pmi8998_wled: leds@d800 {
|
||||||
compatible = "qcom,pmi8998-wled";
|
compatible = "qcom,pmi8998-wled";
|
||||||
reg = <0xd800 0xd900>;
|
reg = <0xd800>, <0xd900>;
|
||||||
interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
|
interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
|
||||||
<0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
|
<0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "ovp", "short";
|
interrupt-names = "ovp", "short";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user