Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1712369 > unrolled thread

[PATCH 2/6] ARM: dts: cygnus: place v3d in proper address ordered location

Started byScott Branden <scott.branden@broadcom.com>
First post2017-08-15 19:30 +0200
Last post2017-08-15 20:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/6] ARM: dts: cygnus: place v3d in proper address ordered location Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
    Re: [PATCH 2/6] ARM: dts: cygnus: place v3d in proper address ordered location Eric Anholt <eric@anholt.net> - 2017-08-15 20:30 +0200

#1712369 — [PATCH 2/6] ARM: dts: cygnus: place v3d in proper address ordered location

FromScott Branden <scott.branden@broadcom.com>
Date2017-08-15 19:30 +0200
Subject[PATCH 2/6] ARM: dts: cygnus: place v3d in proper address ordered location
Message-ID<ueNPb-4e6-11@gated-at.bofh.it>
Move v3d devicetree node to proper address ordered location in Cygnus
dtsi.

Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
 arch/arm/boot/dts/bcm-cygnus.dtsi | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi
index e4d07f4..2077fee 100644
--- a/arch/arm/boot/dts/bcm-cygnus.dtsi
+++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
@@ -366,6 +366,19 @@
 			brcm,nand-has-wp;
 		};
 
+		v3d: v3d@180a2000 {
+			compatible = "brcm,cygnus-v3d";
+			reg = <0x180a2000 0x1000>;
+			clocks = <&mipipll BCM_CYGNUS_MIPIPLL_CH2_V3D>;
+			clock-names = "v3d_clk";
+			interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>;
+			status = "disabled";
+		};
+
+		vc4: gpu {
+			compatible = "brcm,cygnus-vc4";
+		};
+
 		gpio_asiu: gpio@180a5000 {
 			compatible = "brcm,cygnus-asiu-gpio";
 			reg = <0x180a5000 0x668>;
@@ -444,19 +457,6 @@
 			status = "disabled";
 		};
 
-		v3d: v3d@180a2000 {
-			compatible = "brcm,cygnus-v3d";
-			reg = <0x180a2000 0x1000>;
-			clocks = <&mipipll BCM_CYGNUS_MIPIPLL_CH2_V3D>;
-			clock-names = "v3d_clk";
-			interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>;
-			status = "disabled";
-		};
-
-		vc4: gpu {
-			compatible = "brcm,cygnus-vc4";
-		};
-
 		adc: adc@180a6000 {
 			compatible = "brcm,iproc-static-adc";
 			#io-channel-cells = <1>;
-- 
2.5.0

[toc] | [next] | [standalone]


#1712417

FromEric Anholt <eric@anholt.net>
Date2017-08-15 20:30 +0200
Message-ID<ueOLf-4NY-7@gated-at.bofh.it>
In reply to#1712369

[Multipart message — attachments visible in raw view] — view raw

Scott Branden <scott.branden@broadcom.com> writes:

> Move v3d devicetree node to proper address ordered location in Cygnus
> dtsi.
>
> Signed-off-by: Scott Branden <scott.branden@broadcom.com>

Reviewed-by: Eric Anholt <eric@anholt.net>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web