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


Groups > linux.kernel > #1332184 > unrolled thread

[PATCH v3 1/6] arm: add device-tree SoC bindings for Axis Artpec-6

Started byLars Persson <lars.persson@axis.com>
First post2016-02-11 17:10 +0100
Last post2016-02-12 17:50 +0100
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 v3 1/6] arm: add device-tree SoC bindings for Axis Artpec-6 Lars Persson <lars.persson@axis.com> - 2016-02-11 17:10 +0100
    Re: [PATCH v3 1/6] arm: add device-tree SoC bindings for Axis  Artpec-6 Rob Herring <robh@kernel.org> - 2016-02-12 17:50 +0100

#1332184 — [PATCH v3 1/6] arm: add device-tree SoC bindings for Axis Artpec-6

FromLars Persson <lars.persson@axis.com>
Date2016-02-11 17:10 +0100
Subject[PATCH v3 1/6] arm: add device-tree SoC bindings for Axis Artpec-6
Message-ID<r11YB-2Ij-5@gated-at.bofh.it>
This adds device tree bindings for the Artpec-6 SoC.

Signed-off-by: Lars Persson <larper@axis.com>
---
 Documentation/devicetree/bindings/arm/axis.txt | 29 ++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/axis.txt

diff --git a/Documentation/devicetree/bindings/arm/axis.txt b/Documentation/devicetree/bindings/arm/axis.txt
new file mode 100644
index 0000000..ae345e1
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/axis.txt
@@ -0,0 +1,29 @@
+Axis Communications AB
+ARTPEC series SoC Device Tree Bindings
+
+ARTPEC-6 ARM SoC
+================
+
+Required root node properties:
+- compatible = "axis,artpec6";
+
+ARTPEC-6 System Controller
+--------------------------
+
+The ARTPEC-6 has a system controller with mixed functions controlling DMA, PCIe
+and resets.
+
+Required properties:
+- compatible: "axis,artpec6-syscon", "syscon"
+- reg: Address and length of the register bank.
+
+Example:
+	syscon {
+		compatible = "axis,artpec6-syscon", "syscon";
+		reg = <0xf8000000 0x48>;
+	};
+
+ARTPEC-6 Development board:
+---------------------------
+Required root node properties:
+- compatible = "axis,artpec6-dev-board", "axis,artpec6";
-- 
2.1.4

[toc] | [next] | [standalone]


#1332887 — Re: [PATCH v3 1/6] arm: add device-tree SoC bindings for Axis Artpec-6

FromRob Herring <robh@kernel.org>
Date2016-02-12 17:50 +0100
SubjectRe: [PATCH v3 1/6] arm: add device-tree SoC bindings for Axis Artpec-6
Message-ID<r1p4R-14o-9@gated-at.bofh.it>
In reply to#1332184
On Thu, Feb 11, 2016 at 05:06:16PM +0100, Lars Persson wrote:
> This adds device tree bindings for the Artpec-6 SoC.
> 
> Signed-off-by: Lars Persson <larper@axis.com>
> ---
>  Documentation/devicetree/bindings/arm/axis.txt | 29 ++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/arm/axis.txt

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web