[PATCH] dt-bindings: regulator: qcom-labibb-regulator: document the pmi8950 labibb regulator

Neil Armstrong posted 1 patch 1 week ago
.../devicetree/bindings/regulator/qcom-labibb-regulator.yaml       | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
[PATCH] dt-bindings: regulator: qcom-labibb-regulator: document the pmi8950 labibb regulator
Posted by Neil Armstrong 1 week ago
Document the pmi8950 labibb regulator with the pmi8998 compatible
as fallback since they share the same hardware settings.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 .../devicetree/bindings/regulator/qcom-labibb-regulator.yaml       | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml
index e987c39b223e753e20dfa1b60dd680fe0fbf028c..83965076d6ab1ff05dac107a1cfd88d3807bd606 100644
--- a/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml
@@ -16,7 +16,12 @@ description:
 
 properties:
   compatible:
-    const: qcom,pmi8998-lab-ibb
+    oneOf:
+      - const: qcom,pmi8998-lab-ibb
+      - items:
+          - enum:
+              - qcom,pmi8950-lab-ibb
+          - const: qcom,pmi8998-lab-ibb
 
   lab:
     type: object

---
base-commit: 2d5404caa8c7bb5c4e0435f94b28834ae5456623
change-id: 20241115-topic-sdm450-upstream-lab-ibb-bindings-e6be723a985c

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>
Re: [PATCH] dt-bindings: regulator: qcom-labibb-regulator: document the pmi8950 labibb regulator
Posted by Mark Brown 2 days, 22 hours ago
On Fri, 15 Nov 2024 11:04:26 +0100, Neil Armstrong wrote:
> Document the pmi8950 labibb regulator with the pmi8998 compatible
> as fallback since they share the same hardware settings.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] dt-bindings: regulator: qcom-labibb-regulator: document the pmi8950 labibb regulator
      commit: 5262bcbb41d526f944a91a6a6c88dfb6fba3889b

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH] dt-bindings: regulator: qcom-labibb-regulator: document the pmi8950 labibb regulator
Posted by Rob Herring (Arm) 3 days ago
On Fri, 15 Nov 2024 11:04:26 +0100, Neil Armstrong wrote:
> Document the pmi8950 labibb regulator with the pmi8998 compatible
> as fallback since they share the same hardware settings.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  .../devicetree/bindings/regulator/qcom-labibb-regulator.yaml       | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>