Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1444849 > unrolled thread
| Started by | Jamie Lentin <jm@lentin.co.uk> |
|---|---|
| First post | 2016-07-16 17:10 +0200 |
| Last post | 2016-07-17 22:50 +0200 |
| Articles | 3 — 3 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.
[PATCH v0 05/10] arm: orion5x: Add DT include for mv88f5181 Jamie Lentin <jm@lentin.co.uk> - 2016-07-16 17:10 +0200
Re: [PATCH v0 05/10] arm: orion5x: Add DT include for mv88f5181 Andrew Lunn <andrew@lunn.ch> - 2016-07-16 18:20 +0200
Re: [PATCH v0 05/10] arm: orion5x: Add DT include for mv88f5181 Rob Herring <robh@kernel.org> - 2016-07-17 22:50 +0200
| From | Jamie Lentin <jm@lentin.co.uk> |
|---|---|
| Date | 2016-07-16 17:10 +0200 |
| Subject | [PATCH v0 05/10] arm: orion5x: Add DT include for mv88f5181 |
| Message-ID | <rVzo5-5n4-1@gated-at.bofh.it> |
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
---
.../bindings/arm/marvell/marvell,orion5x.txt | 1 +
arch/arm/boot/dts/orion5x-mv88f5181.dtsi | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
create mode 100644 arch/arm/boot/dts/orion5x-mv88f5181.dtsi
diff --git a/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt b/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt
index a888011..ff3c120 100644
--- a/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt
+++ b/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt
@@ -9,6 +9,7 @@ compatible: must contain "marvell,orion5x"
In addition, the above compatible shall be extended with the specific
SoC. Currently known SoC compatibles are:
+"marvell,orion5x-88f5181"
"marvell,orion5x-88f5182"
And in addition, the compatible shall be extended with the specific
diff --git a/arch/arm/boot/dts/orion5x-mv88f5181.dtsi b/arch/arm/boot/dts/orion5x-mv88f5181.dtsi
new file mode 100644
index 0000000..b51e7ac
--- /dev/null
+++ b/arch/arm/boot/dts/orion5x-mv88f5181.dtsi
@@ -0,0 +1,35 @@
+/*
+ * Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk>
+ *
+ * This file is licensed under the terms of the GNU General Public
+ * License version 2. This program is licensed "as is" without any
+ * warranty of any kind, whether express or implied.
+ */
+
+#include "orion5x.dtsi"
+
+/ {
+ compatible = "marvell,orion5x-88f5181", "marvell,orion5x";
+
+ soc {
+ compatible = "marvell,orion5x-88f5181-mbus", "simple-bus";
+
+ internal-regs {
+ pinctrl: pinctrl@10000 {
+ compatible = "marvell,88f5181-pinctrl";
+ reg = <0x10000 0x8>, <0x10050 0x4>;
+ };
+
+ core_clk: core-clocks@10030 {
+ compatible = "marvell,mv88f5181-core-clock";
+ reg = <0x10010 0x4>;
+ #clock-cells = <1>;
+ };
+
+ mbusc: mbus-controller@20000 {
+ compatible = "marvell,mbus-controller";
+ reg = <0x20000 0x100>, <0x1500 0x20>;
+ };
+ };
+ };
+};
--
2.8.1
[toc] | [next] | [standalone]
| From | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| Date | 2016-07-16 18:20 +0200 |
| Message-ID | <rVAtQ-5ZD-27@gated-at.bofh.it> |
| In reply to | #1444849 |
On Sat, Jul 16, 2016 at 03:29:03PM +0100, Jamie Lentin wrote:
You need to put somewhere here for the commit log.
Otherwise this looks O.K.
Andrew
> Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
> ---
> .../bindings/arm/marvell/marvell,orion5x.txt | 1 +
> arch/arm/boot/dts/orion5x-mv88f5181.dtsi | 35 ++++++++++++++++++++++
> 2 files changed, 36 insertions(+)
> create mode 100644 arch/arm/boot/dts/orion5x-mv88f5181.dtsi
>
> diff --git a/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt b/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt
> index a888011..ff3c120 100644
> --- a/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt
> +++ b/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt
> @@ -9,6 +9,7 @@ compatible: must contain "marvell,orion5x"
> In addition, the above compatible shall be extended with the specific
> SoC. Currently known SoC compatibles are:
>
> +"marvell,orion5x-88f5181"
> "marvell,orion5x-88f5182"
>
> And in addition, the compatible shall be extended with the specific
> diff --git a/arch/arm/boot/dts/orion5x-mv88f5181.dtsi b/arch/arm/boot/dts/orion5x-mv88f5181.dtsi
> new file mode 100644
> index 0000000..b51e7ac
> --- /dev/null
> +++ b/arch/arm/boot/dts/orion5x-mv88f5181.dtsi
> @@ -0,0 +1,35 @@
> +/*
> + * Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk>
> + *
> + * This file is licensed under the terms of the GNU General Public
> + * License version 2. This program is licensed "as is" without any
> + * warranty of any kind, whether express or implied.
> + */
> +
> +#include "orion5x.dtsi"
> +
> +/ {
> + compatible = "marvell,orion5x-88f5181", "marvell,orion5x";
> +
> + soc {
> + compatible = "marvell,orion5x-88f5181-mbus", "simple-bus";
> +
> + internal-regs {
> + pinctrl: pinctrl@10000 {
> + compatible = "marvell,88f5181-pinctrl";
> + reg = <0x10000 0x8>, <0x10050 0x4>;
> + };
> +
> + core_clk: core-clocks@10030 {
> + compatible = "marvell,mv88f5181-core-clock";
> + reg = <0x10010 0x4>;
> + #clock-cells = <1>;
> + };
> +
> + mbusc: mbus-controller@20000 {
> + compatible = "marvell,mbus-controller";
> + reg = <0x20000 0x100>, <0x1500 0x20>;
> + };
> + };
> + };
> +};
> --
> 2.8.1
>
[toc] | [prev] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-07-17 22:50 +0200 |
| Message-ID | <rW1aF-5mY-1@gated-at.bofh.it> |
| In reply to | #1444849 |
On Sat, Jul 16, 2016 at 03:29:03PM +0100, Jamie Lentin wrote: > Signed-off-by: Jamie Lentin <jm@lentin.co.uk> > --- > .../bindings/arm/marvell/marvell,orion5x.txt | 1 + > arch/arm/boot/dts/orion5x-mv88f5181.dtsi | 35 ++++++++++++++++++++++ > 2 files changed, 36 insertions(+) > create mode 100644 arch/arm/boot/dts/orion5x-mv88f5181.dtsi Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web