Message ID | 20201126093018.1085594-1-vkoul@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 1008521b9b4f85d80ac1d80391ac39055c89f736 |
Headers | show |
Series | [1/2] regulator: dt-bindings: Add PMX55 compatibles | expand |
On Thu 26 Nov 03:30 CST 2020, Vinod Koul wrote: > Add PMX55 compatibles for PMIC found in SDX55 platform > > Signed-off-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> > --- > .../devicetree/bindings/regulator/qcom,rpmh-regulator.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt > index 97c3e0b7611c..bae558b87686 100644 > --- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt > +++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt > @@ -30,6 +30,7 @@ Supported regulator node names: > PMI8998: bob > PM6150: smps1 - smps5, ldo1 - ldo19 > PM6150L: smps1 - smps8, ldo1 - ldo11, bob > + PMX55: smps1 - smps7, ldo1 - ldo16 > > ======================== > First Level Nodes - PMIC > @@ -47,6 +48,7 @@ First Level Nodes - PMIC > "qcom,pmi8998-rpmh-regulators" > "qcom,pm6150-rpmh-regulators" > "qcom,pm6150l-rpmh-regulators" > + "qcom,pmx55-rpmh-regulators" > > - qcom,pmic-id > Usage: required > -- > 2.26.2 >
On Thu, 26 Nov 2020 15:00:17 +0530, Vinod Koul wrote:
> Add PMX55 compatibles for PMIC found in SDX55 platform
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
Thanks!
[1/2] regulator: dt-bindings: Add PMX55 compatibles
commit: 1008521b9b4f85d80ac1d80391ac39055c89f736
[2/2] regulator: qcom-rpmh: Add support for SDX55
commit: 36dd70ceb4d955e6cd3ecd18e78169141aaa23b7
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
Hello: This series was applied to qcom/linux.git (refs/heads/for-next): On Thu, 26 Nov 2020 15:00:17 +0530 you wrote: > Add PMX55 compatibles for PMIC found in SDX55 platform > > Signed-off-by: Vinod Koul <vkoul@kernel.org> > --- > .../devicetree/bindings/regulator/qcom,rpmh-regulator.txt | 2 ++ > 1 file changed, 2 insertions(+) Here is the summary with links: - [1/2] regulator: dt-bindings: Add PMX55 compatibles https://git.kernel.org/qcom/c/1008521b9b4f - [2/2] regulator: qcom-rpmh: Add support for SDX55 https://git.kernel.org/qcom/c/36dd70ceb4d9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt index 97c3e0b7611c..bae558b87686 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt @@ -30,6 +30,7 @@ Supported regulator node names: PMI8998: bob PM6150: smps1 - smps5, ldo1 - ldo19 PM6150L: smps1 - smps8, ldo1 - ldo11, bob + PMX55: smps1 - smps7, ldo1 - ldo16 ======================== First Level Nodes - PMIC @@ -47,6 +48,7 @@ First Level Nodes - PMIC "qcom,pmi8998-rpmh-regulators" "qcom,pm6150-rpmh-regulators" "qcom,pm6150l-rpmh-regulators" + "qcom,pmx55-rpmh-regulators" - qcom,pmic-id Usage: required
Add PMX55 compatibles for PMIC found in SDX55 platform Signed-off-by: Vinod Koul <vkoul@kernel.org> --- .../devicetree/bindings/regulator/qcom,rpmh-regulator.txt | 2 ++ 1 file changed, 2 insertions(+)