* [PATCH 0/3] arm64: dts: qcom: Fix qcom,controlled-remotely property
@ 2021-08-29 11:16 Shawn Guo
2021-08-29 11:16 ` [PATCH 1/3] arm64: dts: qcom: ipq6018: " Shawn Guo
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Shawn Guo @ 2021-08-29 11:16 UTC (permalink / raw)
To: Bjorn Andersson; +Cc: Rob Herring, devicetree, linux-arm-msm, Shawn Guo
Property qcom,controlled-remotely should be boolean. The series fixes
all the mistyping in qcom dts files to stop more spreading.
Bjorn, let me know if you prefer to merge 3 patches into one. I can
resend.
Shawn Guo (3):
arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property
arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property
arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property
2021-08-29 11:16 [PATCH 0/3] arm64: dts: qcom: Fix qcom,controlled-remotely property Shawn Guo
@ 2021-08-29 11:16 ` Shawn Guo
2021-08-29 11:16 ` [PATCH 2/3] arm64: dts: qcom: ipq8074: " Shawn Guo
2021-08-29 11:16 ` [PATCH 3/3] arm64: dts: qcom: sdm845: " Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2021-08-29 11:16 UTC (permalink / raw)
To: Bjorn Andersson; +Cc: Rob Herring, devicetree, linux-arm-msm, Shawn Guo
Property qcom,controlled-remotely should be boolean. Fix it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
index d2fe58e0eb7a..7b6205c180df 100644
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
@@ -200,7 +200,7 @@
clock-names = "bam_clk";
#dma-cells = <1>;
qcom,ee = <1>;
- qcom,controlled-remotely = <1>;
+ qcom,controlled-remotely;
qcom,config-pipe-trust-reg = <0>;
};
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property
2021-08-29 11:16 [PATCH 0/3] arm64: dts: qcom: Fix qcom,controlled-remotely property Shawn Guo
2021-08-29 11:16 ` [PATCH 1/3] arm64: dts: qcom: ipq6018: " Shawn Guo
@ 2021-08-29 11:16 ` Shawn Guo
2021-08-29 11:16 ` [PATCH 3/3] arm64: dts: qcom: sdm845: " Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2021-08-29 11:16 UTC (permalink / raw)
To: Bjorn Andersson; +Cc: Rob Herring, devicetree, linux-arm-msm, Shawn Guo
Property qcom,controlled-remotely should be boolean. Fix it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
index a620ac0d0b19..2843bcbce778 100644
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
@@ -220,7 +220,7 @@
clock-names = "bam_clk";
#dma-cells = <1>;
qcom,ee = <1>;
- qcom,controlled-remotely = <1>;
+ qcom,controlled-remotely;
status = "disabled";
};
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property
2021-08-29 11:16 [PATCH 0/3] arm64: dts: qcom: Fix qcom,controlled-remotely property Shawn Guo
2021-08-29 11:16 ` [PATCH 1/3] arm64: dts: qcom: ipq6018: " Shawn Guo
2021-08-29 11:16 ` [PATCH 2/3] arm64: dts: qcom: ipq8074: " Shawn Guo
@ 2021-08-29 11:16 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2021-08-29 11:16 UTC (permalink / raw)
To: Bjorn Andersson; +Cc: Rob Herring, devicetree, linux-arm-msm, Shawn Guo
Property qcom,controlled-remotely should be boolean. Fix it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 6d7172e6f4c3..99e023314ae4 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -2315,7 +2315,7 @@
clock-names = "bam_clk";
#dma-cells = <1>;
qcom,ee = <0>;
- qcom,controlled-remotely = <1>;
+ qcom,controlled-remotely;
iommus = <&apps_smmu 0x704 0x1>,
<&apps_smmu 0x706 0x1>,
<&apps_smmu 0x714 0x1>,
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-08-29 11:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-29 11:16 [PATCH 0/3] arm64: dts: qcom: Fix qcom,controlled-remotely property Shawn Guo
2021-08-29 11:16 ` [PATCH 1/3] arm64: dts: qcom: ipq6018: " Shawn Guo
2021-08-29 11:16 ` [PATCH 2/3] arm64: dts: qcom: ipq8074: " Shawn Guo
2021-08-29 11:16 ` [PATCH 3/3] arm64: dts: qcom: sdm845: " Shawn Guo
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).