Message ID | 20200528154625.17742-4-sumit.semwal@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Qualcomm labibb regulator driver | expand |
On Thu 28 May 08:46 PDT 2020, Sumit Semwal wrote: > From: Nisha Kumari <nishakumari@codeaurora.org> > > This patch adds devicetree nodes for LAB and IBB regulators. > Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> > Signed-off-by: Nisha Kumari <nishakumari@codeaurora.org> > Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> > > -- > v2: sumits: updated for better compatible string and names > v3: sumits: updated interrupt-names as per review comments > > --- > arch/arm64/boot/dts/qcom/pmi8998.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/pmi8998.dtsi b/arch/arm64/boot/dts/qcom/pmi8998.dtsi > index 23f9146a161e..1a72fe92f1a6 100644 > --- a/arch/arm64/boot/dts/qcom/pmi8998.dtsi > +++ b/arch/arm64/boot/dts/qcom/pmi8998.dtsi > @@ -25,5 +25,19 @@ pmi8998_lsid1: pmic@3 { > reg = <0x3 SPMI_USID>; > #address-cells = <1>; > #size-cells = <0>; > + > + labibb: labibb { Although I don't see any reason to reference this node as of today, so it doesn't really need a label. Regards, Bjorn > + compatible = "qcom,pmi8998-lab-ibb"; > + > + ibb: ibb { > + interrupts = <0x3 0xdc 0x2 IRQ_TYPE_EDGE_RISING>; > + interrupt-names = "sc-err"; > + }; > + > + lab: lab { > + interrupts = <0x3 0xde 0x0 IRQ_TYPE_EDGE_RISING>; > + interrupt-names = "sc-err"; > + }; > + }; > }; > }; > -- > 2.26.2 >
diff --git a/arch/arm64/boot/dts/qcom/pmi8998.dtsi b/arch/arm64/boot/dts/qcom/pmi8998.dtsi index 23f9146a161e..1a72fe92f1a6 100644 --- a/arch/arm64/boot/dts/qcom/pmi8998.dtsi +++ b/arch/arm64/boot/dts/qcom/pmi8998.dtsi @@ -25,5 +25,19 @@ pmi8998_lsid1: pmic@3 { reg = <0x3 SPMI_USID>; #address-cells = <1>; #size-cells = <0>; + + labibb: labibb { + compatible = "qcom,pmi8998-lab-ibb"; + + ibb: ibb { + interrupts = <0x3 0xdc 0x2 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "sc-err"; + }; + + lab: lab { + interrupts = <0x3 0xde 0x0 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "sc-err"; + }; + }; }; };