All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi
@ 2020-09-02 16:51 Adrian Schmutzler
  2020-09-02 16:51 ` [PATCH 2/2] ARM: dts: qcom: remove commented mmc-ddr-1_8v for sdcc3 Adrian Schmutzler
  2021-01-22 21:40 ` [PATCH 1/2] ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Schmutzler @ 2020-09-02 16:51 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, linux-arm-msm, devicetree

This adds some additional DT labels which are handy when referring
to the nodes in derived DTS(I) files. It will also make the
definitions more consistent, e.g. by adding gsbi2_serial and
gsbi5_serial where we previously "only" had gsbi4_serial defined.

While at it, add missing spaces after some DT labels and remove one
useless empty line.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 arch/arm/boot/dts/qcom-ipq8064.dtsi | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
index c51481405e7f..c51f9fb4a0eb 100644
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
@@ -20,7 +20,7 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		cpu@0 {
+		cpu0: cpu@0 {
 			compatible = "qcom,krait";
 			enable-method = "qcom,kpss-acc-v1";
 			device_type = "cpu";
@@ -30,7 +30,7 @@
 			qcom,saw = <&saw0>;
 		};
 
-		cpu@1 {
+		cpu1: cpu@1 {
 			compatible = "qcom,krait";
 			enable-method = "qcom,kpss-acc-v1";
 			device_type = "cpu";
@@ -67,7 +67,7 @@
 			no-map;
 		};
 
-		smem@41000000 {
+		smem: smem@41000000 {
 			reg = <0x41000000 0x200000>;
 			no-map;
 		};
@@ -251,7 +251,7 @@
 
 			syscon-tcsr = <&tcsr>;
 
-			serial@12490000 {
+			gsbi2_serial: serial@12490000 {
 				compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
 				reg = <0x12490000 0x1000>,
 				      <0x12480000 0x1000>;
@@ -273,7 +273,6 @@
 				#address-cells = <1>;
 				#size-cells = <0>;
 			};
-
 		};
 
 		gsbi4: gsbi@16300000 {
@@ -326,7 +325,7 @@
 
 			syscon-tcsr = <&tcsr>;
 
-			serial@1a240000 {
+			gsbi5_serial: serial@1a240000 {
 				compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
 				reg = <0x1a240000 0x1000>,
 				      <0x1a200000 0x1000>;
@@ -397,7 +396,7 @@
 			status = "disabled";
 		};
 
-		sata@29000000 {
+		sata: sata@29000000 {
 			compatible = "qcom,ipq806x-ahci", "generic-ahci";
 			reg = <0x29000000 0x180>;
 
@@ -720,7 +719,7 @@
 			regulator-always-on;
 		};
 
-		sdcc1bam:dma@12402000 {
+		sdcc1bam: dma@12402000 {
 			compatible = "qcom,bam-v1.3.0";
 			reg = <0x12402000 0x8000>;
 			interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
@@ -730,7 +729,7 @@
 			qcom,ee = <0>;
 		};
 
-		sdcc3bam:dma@12182000 {
+		sdcc3bam: dma@12182000 {
 			compatible = "qcom,bam-v1.3.0";
 			reg = <0x12182000 0x8000>;
 			interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
@@ -740,13 +739,13 @@
 			qcom,ee = <0>;
 		};
 
-		amba {
+		amba: amba {
 			compatible = "simple-bus";
 			#address-cells = <1>;
 			#size-cells = <1>;
 			ranges;
 
-			sdcc@12400000 {
+			sdcc1: sdcc@12400000 {
 				status          = "disabled";
 				compatible      = "arm,pl18x", "arm,primecell";
 				arm,primecell-periphid = <0x00051180>;
@@ -766,7 +765,7 @@
 				dma-names = "tx", "rx";
 			};
 
-			sdcc@12180000 {
+			sdcc3: sdcc@12180000 {
 				compatible      = "arm,pl18x", "arm,primecell";
 				arm,primecell-periphid = <0x00051180>;
 				status          = "disabled";
-- 
2.20.1


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

* [PATCH 2/2] ARM: dts: qcom: remove commented mmc-ddr-1_8v for sdcc3
  2020-09-02 16:51 [PATCH 1/2] ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi Adrian Schmutzler
@ 2020-09-02 16:51 ` Adrian Schmutzler
  2021-01-22 21:40 ` [PATCH 1/2] ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Schmutzler @ 2020-09-02 16:51 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, linux-arm-msm, devicetree

This property appears to be commented out, so we can remove it
as well.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 arch/arm/boot/dts/qcom-ipq8064.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
index c51f9fb4a0eb..c4667dff613e 100644
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
@@ -778,7 +778,6 @@
 				cap-sd-highspeed;
 				cap-mmc-highspeed;
 				max-frequency   = <192000000>;
-				#mmc-ddr-1_8v;
 				sd-uhs-sdr104;
 				sd-uhs-ddr50;
 				vqmmc-supply = <&vsdcc_fixed>;
-- 
2.20.1


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

* Re: [PATCH 1/2] ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi
  2020-09-02 16:51 [PATCH 1/2] ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi Adrian Schmutzler
  2020-09-02 16:51 ` [PATCH 2/2] ARM: dts: qcom: remove commented mmc-ddr-1_8v for sdcc3 Adrian Schmutzler
@ 2021-01-22 21:40 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-01-22 21:40 UTC (permalink / raw)
  To: Adrian Schmutzler; +Cc: linux-arm-msm

Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Wed,  2 Sep 2020 18:51:58 +0200 you wrote:
> This adds some additional DT labels which are handy when referring
> to the nodes in derived DTS(I) files. It will also make the
> definitions more consistent, e.g. by adding gsbi2_serial and
> gsbi5_serial where we previously "only" had gsbi4_serial defined.
> 
> While at it, add missing spaces after some DT labels and remove one
> useless empty line.
> 
> [...]

Here is the summary with links:
  - [1/2] ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi
    https://git.kernel.org/qcom/c/dd1ebbcf7b60
  - [2/2] ARM: dts: qcom: remove commented mmc-ddr-1_8v for sdcc3
    https://git.kernel.org/qcom/c/59595f65b3aa

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-01-22 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 16:51 [PATCH 1/2] ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi Adrian Schmutzler
2020-09-02 16:51 ` [PATCH 2/2] ARM: dts: qcom: remove commented mmc-ddr-1_8v for sdcc3 Adrian Schmutzler
2021-01-22 21:40 ` [PATCH 1/2] ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi patchwork-bot+linux-arm-msm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.