Message ID | 20220511190718.764445-1-marijn.suijten@somainline.org |
---|---|
State | Accepted |
Commit | 3ed4b599ccede7f943d5d993ff50bfd8e8f8bd5f |
Headers | show |
Series | [v3,1/4] dt-bindings: leds: qcom-lpg: Add compatible for PM660L LPG block | expand |
On Wed 11 May 14:07 CDT 2022, Marijn Suijten wrote: > Document the availability of an LPG configuration for the PM660L PMIC in > the Qualcomm Light Pulse Generator driver. > > Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> > Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn > --- > Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml > index 409a4c7298e1..cd02811583ec 100644 > --- a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml > +++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml > @@ -17,6 +17,7 @@ description: > > properties: > compatible: > enum: > + - qcom,pm660l-lpg > - qcom,pm8150b-lpg > - qcom,pm8150l-lpg > - qcom,pm8350c-pwm > -- > 2.36.1 >
On Wed, 11 May 2022 21:07:15 +0200, Marijn Suijten wrote: > Document the availability of an LPG configuration for the PM660L PMIC in > the Qualcomm Light Pulse Generator driver. > > Applied, thanks! [3/4] arm64: dts: qcom: pm660l: Add LPG node commit: fc41893fe8289967d0aaffab25d8bb96334cc676 [4/4] arm64: dts: qcom: sdm630-nile: Add RGB status LED on the PM660L LPG commit: dd764e1a42367c93d1e8e3f9e1ce08752a6dbac2 Best regards,
On 5/12/22 12:37 AM, Marijn Suijten wrote: > Document the availability of an LPG configuration for the PM660L PMIC in > the Qualcomm Light Pulse Generator driver. > > Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> > Acked-by: Rob Herring <robh@kernel.org> > --- > Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml > index 409a4c7298e1..cd02811583ec 100644 > --- a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml > +++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml > @@ -17,6 +17,7 @@ description: > > properties: > compatible: > enum: > + - qcom,pm660l-lpg > - qcom,pm8150b-lpg > - qcom,pm8150l-lpg > - qcom,pm8350c-pwm This patch seems to have slipped through the cracks, as running a 'make dtbs_check' currently on linux-next tip causes the following issue: arch/arm64/boot/dts/qcom/sdm630-sony-xperia-ganges-kirin.dtb:0:0: /soc/spmi@800f000/pmic@3/lpg@b100: failed to match any schema with compatible: ['qcom,pm660l-lpg'] If it helps: Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Thanks.
diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml index 409a4c7298e1..cd02811583ec 100644 --- a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml +++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml @@ -17,6 +17,7 @@ description: > properties: compatible: enum: + - qcom,pm660l-lpg - qcom,pm8150b-lpg - qcom,pm8150l-lpg - qcom,pm8350c-pwm