Message ID | 20240306172710.59780-2-danila@jiaxyga.com |
---|---|
State | New |
Headers | show |
Series | Add LPG/PWM support for PM6150L PMIC | expand |
On Wed, 06 Mar 2024 20:27:09 +0300, Danila Tikhonov wrote: > The PM6150L LPG modules are compatible with the PM8150L LPG modules, > document the PM6150L LPG compatible as fallback for the PM8150L LPG. > > Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> > --- > Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Wed, 06 Mar 2024 20:27:09 +0300, Danila Tikhonov wrote: > The PM6150L LPG modules are compatible with the PM8150L LPG modules, > document the PM6150L LPG compatible as fallback for the PM8150L LPG. > > Applied, thanks! [1/2] dt-bindings: leds: qcom-lpg: Document PM6150L compatible commit: 385019bc6f0d57917282b634b80d3e359ab50163 -- Lee Jones [李琼斯]
diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml index 54a428d3d46f..7b9e0ad1ecaa 100644 --- a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml +++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml @@ -30,6 +30,10 @@ properties: - qcom,pmi8994-lpg - qcom,pmi8998-lpg - qcom,pmk8550-pwm + - items: + - enum: + - qcom,pm6150l-lpg + - const: qcom,pm8150l-lpg - items: - enum: - qcom,pm8550-pwm
The PM6150L LPG modules are compatible with the PM8150L LPG modules, document the PM6150L LPG compatible as fallback for the PM8150L LPG. Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> --- Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 4 ++++ 1 file changed, 4 insertions(+)