devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: dts: qcom: sm8450: add PMIC includes
@ 2022-04-10 20:51 Dmitry Baryshkov
  2022-04-10 20:51 ` [PATCH 1/2] arm64: dts: qcom: sm8450-qrd: add missing " Dmitry Baryshkov
  2022-04-10 20:51 ` [PATCH 2/2] arm64: dts: qcom: sm8450-hdk: " Dmitry Baryshkov
  0 siblings, 2 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2022-04-10 20:51 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree

Add includes for PMICs used on two SM8450-based platforms. These patches
depend on the series at [1].

[1]: https://lore.kernel.org/linux-arm-msm/20220226205035.1826360-1-dmitry.baryshkov@linaro.org/

Dmitry Baryshkov (2):
  arm64: dts: qcom: sm8450-qrd: add missing PMIC includes
  arm64: dts: qcom: sm8450-hdk: add missing PMIC includes

 arch/arm64/boot/dts/qcom/sm8450-hdk.dts | 6 ++++++
 arch/arm64/boot/dts/qcom/sm8450-qrd.dts | 7 +++++++
 2 files changed, 13 insertions(+)


base-commit: 3123109284176b1532874591f7c81f3837bbdc17
prerequisite-patch-id: 435eb95d10af754e1f192cd8320bee260c3a46c4
prerequisite-patch-id: a3e95931fb401248d550ff95a1030bb2e6f86d54
prerequisite-patch-id: 5e13599495bd37b79c7fa870a440604892992f87
prerequisite-patch-id: 3d92b9a5b685aa2aae132cc4de10411ce5ce6472
prerequisite-patch-id: f36bb6107c1db6710a2766c623ecce5c5bf4f843
prerequisite-patch-id: 73bdfb2f30b1225919dedc692e9a9ed0ae923b2f
prerequisite-patch-id: f679f3592a872a3becab63912e735f9e4ecada1c
-- 
2.35.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] arm64: dts: qcom: sm8450-qrd: add missing PMIC includes
  2022-04-10 20:51 [PATCH 0/2] arm64: dts: qcom: sm8450: add PMIC includes Dmitry Baryshkov
@ 2022-04-10 20:51 ` Dmitry Baryshkov
  2022-04-11  5:10   ` Vinod Koul
  2022-04-10 20:51 ` [PATCH 2/2] arm64: dts: qcom: sm8450-hdk: " Dmitry Baryshkov
  1 sibling, 1 reply; 4+ messages in thread
From: Dmitry Baryshkov @ 2022-04-10 20:51 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree, Vinod Koul

Add includes for PMICs used on the SM8450-HDK. This makes GPIO blocks
and thermal sensors available to the user of the platform.

Co-developed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8450-qrd.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts
index 9526632d4029..b7ea92045bc4 100644
--- a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts
+++ b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts
@@ -7,6 +7,13 @@
 
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 #include "sm8450.dtsi"
+#include "pm8350.dtsi"
+#include "pm8350b.dtsi"
+#include "pm8350c.dtsi"
+#include "pm8450.dtsi"
+#include "pmk8350.dtsi"
+#include "pmr735a.dtsi"
+#include "pmr735b.dtsi"
 
 / {
 	model = "Qualcomm Technologies, Inc. SM8450 QRD";
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] arm64: dts: qcom: sm8450-hdk: add missing PMIC includes
  2022-04-10 20:51 [PATCH 0/2] arm64: dts: qcom: sm8450: add PMIC includes Dmitry Baryshkov
  2022-04-10 20:51 ` [PATCH 1/2] arm64: dts: qcom: sm8450-qrd: add missing " Dmitry Baryshkov
@ 2022-04-10 20:51 ` Dmitry Baryshkov
  1 sibling, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2022-04-10 20:51 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree

Add includes for PMICs used on the SM8450-HDK. This makes GPIO blocks
and thermal sensors available to the user of the platform.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8450-hdk.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts
index f0fcb1428449..e4b34ba22003 100644
--- a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts
+++ b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts
@@ -7,6 +7,12 @@
 
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 #include "sm8450.dtsi"
+#include "pm8350.dtsi"
+#include "pm8350b.dtsi"
+#include "pm8350c.dtsi"
+#include "pm8450.dtsi"
+#include "pmk8350.dtsi"
+#include "pmr735a.dtsi"
 
 / {
 	model = "Qualcomm Technologies, Inc. SM8450 HDK";
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] arm64: dts: qcom: sm8450-qrd: add missing PMIC includes
  2022-04-10 20:51 ` [PATCH 1/2] arm64: dts: qcom: sm8450-qrd: add missing " Dmitry Baryshkov
@ 2022-04-11  5:10   ` Vinod Koul
  0 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2022-04-11  5:10 UTC (permalink / raw)
  To: Dmitry Baryshkov
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree

On 10-04-22, 23:51, Dmitry Baryshkov wrote:
> Add includes for PMICs used on the SM8450-HDK. This makes GPIO blocks
> and thermal sensors available to the user of the platform.

Problem is that we need spmi driver and binding merged before we can
merge this. I have not sent the patch for that reason :(


> Co-developed-by: Vinod Koul <vkoul@kernel.org>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/sm8450-qrd.dts | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts
> index 9526632d4029..b7ea92045bc4 100644
> --- a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts
> +++ b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts
> @@ -7,6 +7,13 @@
>  
>  #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
>  #include "sm8450.dtsi"
> +#include "pm8350.dtsi"
> +#include "pm8350b.dtsi"
> +#include "pm8350c.dtsi"
> +#include "pm8450.dtsi"
> +#include "pmk8350.dtsi"
> +#include "pmr735a.dtsi"
> +#include "pmr735b.dtsi"
>  
>  / {
>  	model = "Qualcomm Technologies, Inc. SM8450 QRD";
> -- 
> 2.35.1

-- 
~Vinod

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-11  5:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-10 20:51 [PATCH 0/2] arm64: dts: qcom: sm8450: add PMIC includes Dmitry Baryshkov
2022-04-10 20:51 ` [PATCH 1/2] arm64: dts: qcom: sm8450-qrd: add missing " Dmitry Baryshkov
2022-04-11  5:10   ` Vinod Koul
2022-04-10 20:51 ` [PATCH 2/2] arm64: dts: qcom: sm8450-hdk: " Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).