Message ID | 20201203071244.2652297-1-vkoul@kernel.org |
---|---|
State | New |
Headers | show |
Series | [1/2] regulator: dt-bindings: Add PM8350x compatibles | expand |
On Thu 03 Dec 01:12 CST 2020, Vinod Koul wrote: > Add PM8350 and PM8350C compatibles for these PMICs found in some > Qualcomm platforms. > Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> > Signed-off-by: Vinod Koul <vkoul@kernel.org> > --- > .../devicetree/bindings/regulator/qcom,rpmh-regulator.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt > index 97c3e0b7611c..0f5f4029d9a2 100644 > --- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt > +++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt > @@ -26,6 +26,8 @@ Supported regulator node names: > PM8009: smps1 - smps2, ldo1 - ldo7 > PM8150: smps1 - smps10, ldo1 - ldo18 > PM8150L: smps1 - smps8, ldo1 - ldo11, bob, flash, rgb > + PM8350: smps1 - smps12, ldo1 - ldo10, > + PM8350C: smps1 - smps10, ldo1 - ldo13, bob > PM8998: smps1 - smps13, ldo1 - ldo28, lvs1 - lvs2 > PMI8998: bob > PM6150: smps1 - smps5, ldo1 - ldo19 > @@ -43,6 +45,8 @@ First Level Nodes - PMIC > "qcom,pm8009-rpmh-regulators" > "qcom,pm8150-rpmh-regulators" > "qcom,pm8150l-rpmh-regulators" > + "qcom,pm8350-rpmh-regulators" > + "qcom,pm8350c-rpmh-regulators" > "qcom,pm8998-rpmh-regulators" > "qcom,pmi8998-rpmh-regulators" > "qcom,pm6150-rpmh-regulators" > -- > 2.26.2 >
On Thu, 3 Dec 2020 12:42:43 +0530, Vinod Koul wrote: > Add PM8350 and PM8350C compatibles for these PMICs found in some > Qualcomm platforms. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/2] regulator: dt-bindings: Add PM8350x compatibles commit: ff7f380d21d0e530c3501a007cec68da6dd4d650 [2/2] regulator: qcom-rpmh: Add support for PM8350/PM8350c commit: bebb2c6d5ca23d6b7556d39564212b619e068562 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, 3 Dec 2020 12:42:43 +0530 you wrote: > Add PM8350 and PM8350C compatibles for these PMICs found in some > Qualcomm platforms. > > Signed-off-by: Vinod Koul <vkoul@kernel.org> > --- > .../devicetree/bindings/regulator/qcom,rpmh-regulator.txt | 4 ++++ > 1 file changed, 4 insertions(+) Here is the summary with links: - [1/2] regulator: dt-bindings: Add PM8350x compatibles https://git.kernel.org/qcom/c/ff7f380d21d0 - [2/2] regulator: qcom-rpmh: Add support for PM8350/PM8350c https://git.kernel.org/qcom/c/bebb2c6d5ca2 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..0f5f4029d9a2 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt @@ -26,6 +26,8 @@ Supported regulator node names: PM8009: smps1 - smps2, ldo1 - ldo7 PM8150: smps1 - smps10, ldo1 - ldo18 PM8150L: smps1 - smps8, ldo1 - ldo11, bob, flash, rgb + PM8350: smps1 - smps12, ldo1 - ldo10, + PM8350C: smps1 - smps10, ldo1 - ldo13, bob PM8998: smps1 - smps13, ldo1 - ldo28, lvs1 - lvs2 PMI8998: bob PM6150: smps1 - smps5, ldo1 - ldo19 @@ -43,6 +45,8 @@ First Level Nodes - PMIC "qcom,pm8009-rpmh-regulators" "qcom,pm8150-rpmh-regulators" "qcom,pm8150l-rpmh-regulators" + "qcom,pm8350-rpmh-regulators" + "qcom,pm8350c-rpmh-regulators" "qcom,pm8998-rpmh-regulators" "qcom,pmi8998-rpmh-regulators" "qcom,pm6150-rpmh-regulators"
Add PM8350 and PM8350C compatibles for these PMICs found in some Qualcomm platforms. Signed-off-by: Vinod Koul <vkoul@kernel.org> --- .../devicetree/bindings/regulator/qcom,rpmh-regulator.txt | 4 ++++ 1 file changed, 4 insertions(+) -- 2.26.2