All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: add LX2160AQDS board support
@ 2018-09-21 14:17 ` Pankaj Bansal
  0 siblings, 0 replies; 18+ messages in thread
From: Pankaj Bansal @ 2018-09-21 14:17 UTC (permalink / raw)
  To: linux-arm-kernel, Shawn Guo, Li Yang
  Cc: Mark Rutland, devicetree, Yogesh Narayan Gaur, Pankaj Bansal,
	Rob Herring, Vabhav Sharma, Sriram Dash

The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
development platform, supporting QorIQ LX2160A processor.

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
---

Notes:
    This patch is dependent on [1] and [2]
     [1] https://lore.kernel.org/patchwork/patch/985935/
     [2] https://lore.kernel.org/patchwork/patch/985938/

 arch/arm64/boot/dts/freescale/Makefile       |  1 +
 .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 88 ++++++++++++++++++
 2 files changed, 89 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index 445b72bd5a36..ae80fc5c45f7 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -14,3 +14,4 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
+dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
new file mode 100644
index 000000000000..5cf2fe279f73
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
@@ -0,0 +1,88 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+//
+// Device Tree file for LX2160AQDS
+//
+// Copyright 2018 NXP
+
+/dts-v1/;
+
+#include "fsl-lx2160a.dtsi"
+
+/ {
+	model = "NXP Layerscape LX2160AQDS";
+	compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
+
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+};
+
+&uart0 {
+	status = "okay";
+};
+
+&uart1 {
+	status = "okay";
+};
+
+&i2c0 {
+	status = "okay";
+	i2c-mux@77 {
+		compatible = "nxp,pca9547";
+		reg = <0x77>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		i2c@2 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x2>;
+
+			power-monitor@40 {
+				compatible = "ti,ina220";
+				reg = <0x40>;
+				shunt-resistor = <500>;
+			};
+
+			power-monitor@41 {
+				compatible = "ti,ina220";
+				reg = <0x41>;
+				shunt-resistor = <1000>;
+			};
+		};
+
+		i2c@3 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x3>;
+
+			temperature-sensor@4c {
+				compatible = "nxp,sa56004";
+				reg = <0x4c>;
+			};
+
+			temperature-sensor@4d {
+				compatible = "nxp,sa56004";
+				reg = <0x4d>;
+			};
+
+			rtc@51 {
+				compatible = "nxp,pcf2129";
+				reg = <0x51>;
+			};
+		};
+	};
+};
+
+&usb0 {
+	status = "okay";
+};
+
+&usb1 {
+	status = "okay";
+};
+
+&crypto {
+	status = "okay";
+};
+
-- 
2.17.1

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

* [PATCH] arm64: dts: add LX2160AQDS board support
@ 2018-09-21 14:17 ` Pankaj Bansal
  0 siblings, 0 replies; 18+ messages in thread
From: Pankaj Bansal @ 2018-09-21 14:17 UTC (permalink / raw)
  To: linux-arm-kernel

The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
development platform, supporting QorIQ LX2160A processor.

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
---

Notes:
    This patch is dependent on [1] and [2]
     [1] https://lore.kernel.org/patchwork/patch/985935/
     [2] https://lore.kernel.org/patchwork/patch/985938/

 arch/arm64/boot/dts/freescale/Makefile       |  1 +
 .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 88 ++++++++++++++++++
 2 files changed, 89 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index 445b72bd5a36..ae80fc5c45f7 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -14,3 +14,4 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
+dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
new file mode 100644
index 000000000000..5cf2fe279f73
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
@@ -0,0 +1,88 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+//
+// Device Tree file for LX2160AQDS
+//
+// Copyright 2018 NXP
+
+/dts-v1/;
+
+#include "fsl-lx2160a.dtsi"
+
+/ {
+	model = "NXP Layerscape LX2160AQDS";
+	compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
+
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+};
+
+&uart0 {
+	status = "okay";
+};
+
+&uart1 {
+	status = "okay";
+};
+
+&i2c0 {
+	status = "okay";
+	i2c-mux at 77 {
+		compatible = "nxp,pca9547";
+		reg = <0x77>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		i2c at 2 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x2>;
+
+			power-monitor at 40 {
+				compatible = "ti,ina220";
+				reg = <0x40>;
+				shunt-resistor = <500>;
+			};
+
+			power-monitor at 41 {
+				compatible = "ti,ina220";
+				reg = <0x41>;
+				shunt-resistor = <1000>;
+			};
+		};
+
+		i2c at 3 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x3>;
+
+			temperature-sensor at 4c {
+				compatible = "nxp,sa56004";
+				reg = <0x4c>;
+			};
+
+			temperature-sensor at 4d {
+				compatible = "nxp,sa56004";
+				reg = <0x4d>;
+			};
+
+			rtc at 51 {
+				compatible = "nxp,pcf2129";
+				reg = <0x51>;
+			};
+		};
+	};
+};
+
+&usb0 {
+	status = "okay";
+};
+
+&usb1 {
+	status = "okay";
+};
+
+&crypto {
+	status = "okay";
+};
+
-- 
2.17.1

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

* Re: [PATCH] arm64: dts: add LX2160AQDS board support
  2018-09-21 14:17 ` Pankaj Bansal
@ 2018-09-28  9:00   ` Shawn Guo
  -1 siblings, 0 replies; 18+ messages in thread
From: Shawn Guo @ 2018-09-28  9:00 UTC (permalink / raw)
  To: Pankaj Bansal
  Cc: Mark Rutland, devicetree, Yogesh Narayan Gaur, Li Yang,
	Rob Herring, Vabhav Sharma, Sriram Dash, linux-arm-kernel

On Fri, Sep 21, 2018 at 07:47:20PM +0530, Pankaj Bansal wrote:
> The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> development platform, supporting QorIQ LX2160A processor.
> 
> Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
> ---
> 
> Notes:
>     This patch is dependent on [1] and [2]
>      [1] https://lore.kernel.org/patchwork/patch/985935/
>      [2] https://lore.kernel.org/patchwork/patch/985938/

I did not receive these.

> 
>  arch/arm64/boot/dts/freescale/Makefile       |  1 +
>  .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 88 ++++++++++++++++++
>  2 files changed, 89 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
> index 445b72bd5a36..ae80fc5c45f7 100644
> --- a/arch/arm64/boot/dts/freescale/Makefile
> +++ b/arch/arm64/boot/dts/freescale/Makefile
> @@ -14,3 +14,4 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
>  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
>  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
>  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
> +dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb

Please keep them in alphabetic order.

> diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> new file mode 100644
> index 000000000000..5cf2fe279f73
> --- /dev/null
> +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> @@ -0,0 +1,88 @@
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> +//
> +// Device Tree file for LX2160AQDS
> +//
> +// Copyright 2018 NXP
> +
> +/dts-v1/;
> +
> +#include "fsl-lx2160a.dtsi"
> +
> +/ {
> +	model = "NXP Layerscape LX2160AQDS";
> +	compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
> +
> +	chosen {
> +		stdout-path = "serial0:115200n8";
> +	};
> +};
> +
> +&uart0 {
> +	status = "okay";
> +};
> +
> +&uart1 {
> +	status = "okay";
> +};
> +
> +&i2c0 {

Sort these labeled nodes alphabetically, so that new additions can find
their place easier.

> +	status = "okay";

Have a newline between property list and child node.

Shawn

> +	i2c-mux@77 {
> +		compatible = "nxp,pca9547";
> +		reg = <0x77>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +
> +		i2c@2 {
> +			#address-cells = <1>;
> +			#size-cells = <0>;
> +			reg = <0x2>;
> +
> +			power-monitor@40 {
> +				compatible = "ti,ina220";
> +				reg = <0x40>;
> +				shunt-resistor = <500>;
> +			};
> +
> +			power-monitor@41 {
> +				compatible = "ti,ina220";
> +				reg = <0x41>;
> +				shunt-resistor = <1000>;
> +			};
> +		};
> +
> +		i2c@3 {
> +			#address-cells = <1>;
> +			#size-cells = <0>;
> +			reg = <0x3>;
> +
> +			temperature-sensor@4c {
> +				compatible = "nxp,sa56004";
> +				reg = <0x4c>;
> +			};
> +
> +			temperature-sensor@4d {
> +				compatible = "nxp,sa56004";
> +				reg = <0x4d>;
> +			};
> +
> +			rtc@51 {
> +				compatible = "nxp,pcf2129";
> +				reg = <0x51>;
> +			};
> +		};
> +	};
> +};
> +
> +&usb0 {
> +	status = "okay";
> +};
> +
> +&usb1 {
> +	status = "okay";
> +};
> +
> +&crypto {
> +	status = "okay";
> +};
> +
> -- 
> 2.17.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] arm64: dts: add LX2160AQDS board support
@ 2018-09-28  9:00   ` Shawn Guo
  0 siblings, 0 replies; 18+ messages in thread
From: Shawn Guo @ 2018-09-28  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Sep 21, 2018 at 07:47:20PM +0530, Pankaj Bansal wrote:
> The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> development platform, supporting QorIQ LX2160A processor.
> 
> Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
> ---
> 
> Notes:
>     This patch is dependent on [1] and [2]
>      [1] https://lore.kernel.org/patchwork/patch/985935/
>      [2] https://lore.kernel.org/patchwork/patch/985938/

I did not receive these.

> 
>  arch/arm64/boot/dts/freescale/Makefile       |  1 +
>  .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 88 ++++++++++++++++++
>  2 files changed, 89 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
> index 445b72bd5a36..ae80fc5c45f7 100644
> --- a/arch/arm64/boot/dts/freescale/Makefile
> +++ b/arch/arm64/boot/dts/freescale/Makefile
> @@ -14,3 +14,4 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
>  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
>  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
>  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
> +dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb

Please keep them in alphabetic order.

> diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> new file mode 100644
> index 000000000000..5cf2fe279f73
> --- /dev/null
> +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> @@ -0,0 +1,88 @@
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> +//
> +// Device Tree file for LX2160AQDS
> +//
> +// Copyright 2018 NXP
> +
> +/dts-v1/;
> +
> +#include "fsl-lx2160a.dtsi"
> +
> +/ {
> +	model = "NXP Layerscape LX2160AQDS";
> +	compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
> +
> +	chosen {
> +		stdout-path = "serial0:115200n8";
> +	};
> +};
> +
> +&uart0 {
> +	status = "okay";
> +};
> +
> +&uart1 {
> +	status = "okay";
> +};
> +
> +&i2c0 {

Sort these labeled nodes alphabetically, so that new additions can find
their place easier.

> +	status = "okay";

Have a newline between property list and child node.

Shawn

> +	i2c-mux at 77 {
> +		compatible = "nxp,pca9547";
> +		reg = <0x77>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +
> +		i2c at 2 {
> +			#address-cells = <1>;
> +			#size-cells = <0>;
> +			reg = <0x2>;
> +
> +			power-monitor at 40 {
> +				compatible = "ti,ina220";
> +				reg = <0x40>;
> +				shunt-resistor = <500>;
> +			};
> +
> +			power-monitor at 41 {
> +				compatible = "ti,ina220";
> +				reg = <0x41>;
> +				shunt-resistor = <1000>;
> +			};
> +		};
> +
> +		i2c at 3 {
> +			#address-cells = <1>;
> +			#size-cells = <0>;
> +			reg = <0x3>;
> +
> +			temperature-sensor at 4c {
> +				compatible = "nxp,sa56004";
> +				reg = <0x4c>;
> +			};
> +
> +			temperature-sensor at 4d {
> +				compatible = "nxp,sa56004";
> +				reg = <0x4d>;
> +			};
> +
> +			rtc at 51 {
> +				compatible = "nxp,pcf2129";
> +				reg = <0x51>;
> +			};
> +		};
> +	};
> +};
> +
> +&usb0 {
> +	status = "okay";
> +};
> +
> +&usb1 {
> +	status = "okay";
> +};
> +
> +&crypto {
> +	status = "okay";
> +};
> +
> -- 
> 2.17.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: add LX2160AQDS board support
  2018-09-28  9:00   ` Shawn Guo
@ 2018-09-28 19:20     ` Li Yang
  -1 siblings, 0 replies; 18+ messages in thread
From: Li Yang @ 2018-09-28 19:20 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	yogeshnarayan.gaur, pankaj.bansal, Rob Herring, vabhav.sharma,
	Sriram Dash,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

On Fri, Sep 28, 2018 at 4:01 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
> On Fri, Sep 21, 2018 at 07:47:20PM +0530, Pankaj Bansal wrote:
> > The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> > development platform, supporting QorIQ LX2160A processor.
> >
> > Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> > Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
> > ---
> >
> > Notes:
> >     This patch is dependent on [1] and [2]
> >      [1] https://lore.kernel.org/patchwork/patch/985935/
> >      [2] https://lore.kernel.org/patchwork/patch/985938/
>
> I did not receive these.

Please add the Shawn Guo and me in "to" recipients when you send next
version of these patches.  And, btw, I find there is a v3 now, but
your link is still pointing to the v2.

>
> >
> >  arch/arm64/boot/dts/freescale/Makefile       |  1 +
> >  .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 88 ++++++++++++++++++
> >  2 files changed, 89 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
> > index 445b72bd5a36..ae80fc5c45f7 100644
> > --- a/arch/arm64/boot/dts/freescale/Makefile
> > +++ b/arch/arm64/boot/dts/freescale/Makefile
> > @@ -14,3 +14,4 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
> >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
> >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
> >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
> > +dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
>
> Please keep them in alphabetic order.
>
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > new file mode 100644
> > index 000000000000..5cf2fe279f73
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > @@ -0,0 +1,88 @@
> > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > +//
> > +// Device Tree file for LX2160AQDS
> > +//
> > +// Copyright 2018 NXP
> > +
> > +/dts-v1/;
> > +
> > +#include "fsl-lx2160a.dtsi"
> > +
> > +/ {
> > +     model = "NXP Layerscape LX2160AQDS";
> > +     compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
> > +
> > +     chosen {
> > +             stdout-path = "serial0:115200n8";
> > +     };
> > +};
> > +
> > +&uart0 {
> > +     status = "okay";
> > +};
> > +
> > +&uart1 {
> > +     status = "okay";
> > +};
> > +
> > +&i2c0 {
>
> Sort these labeled nodes alphabetically, so that new additions can find
> their place easier.
>
> > +     status = "okay";
>
> Have a newline between property list and child node.
>
> Shawn
>
> > +     i2c-mux@77 {
> > +             compatible = "nxp,pca9547";
> > +             reg = <0x77>;
> > +             #address-cells = <1>;
> > +             #size-cells = <0>;
> > +
> > +             i2c@2 {
> > +                     #address-cells = <1>;
> > +                     #size-cells = <0>;
> > +                     reg = <0x2>;
> > +
> > +                     power-monitor@40 {
> > +                             compatible = "ti,ina220";
> > +                             reg = <0x40>;
> > +                             shunt-resistor = <500>;
> > +                     };
> > +
> > +                     power-monitor@41 {
> > +                             compatible = "ti,ina220";
> > +                             reg = <0x41>;
> > +                             shunt-resistor = <1000>;
> > +                     };
> > +             };
> > +
> > +             i2c@3 {
> > +                     #address-cells = <1>;
> > +                     #size-cells = <0>;
> > +                     reg = <0x3>;
> > +
> > +                     temperature-sensor@4c {
> > +                             compatible = "nxp,sa56004";
> > +                             reg = <0x4c>;
> > +                     };
> > +
> > +                     temperature-sensor@4d {
> > +                             compatible = "nxp,sa56004";
> > +                             reg = <0x4d>;
> > +                     };
> > +
> > +                     rtc@51 {
> > +                             compatible = "nxp,pcf2129";
> > +                             reg = <0x51>;
> > +                     };
> > +             };
> > +     };
> > +};
> > +
> > +&usb0 {
> > +     status = "okay";
> > +};
> > +
> > +&usb1 {
> > +     status = "okay";
> > +};
> > +
> > +&crypto {
> > +     status = "okay";
> > +};
> > +
> > --
> > 2.17.1
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] arm64: dts: add LX2160AQDS board support
@ 2018-09-28 19:20     ` Li Yang
  0 siblings, 0 replies; 18+ messages in thread
From: Li Yang @ 2018-09-28 19:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Sep 28, 2018 at 4:01 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
> On Fri, Sep 21, 2018 at 07:47:20PM +0530, Pankaj Bansal wrote:
> > The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> > development platform, supporting QorIQ LX2160A processor.
> >
> > Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> > Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
> > ---
> >
> > Notes:
> >     This patch is dependent on [1] and [2]
> >      [1] https://lore.kernel.org/patchwork/patch/985935/
> >      [2] https://lore.kernel.org/patchwork/patch/985938/
>
> I did not receive these.

Please add the Shawn Guo and me in "to" recipients when you send next
version of these patches.  And, btw, I find there is a v3 now, but
your link is still pointing to the v2.

>
> >
> >  arch/arm64/boot/dts/freescale/Makefile       |  1 +
> >  .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 88 ++++++++++++++++++
> >  2 files changed, 89 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
> > index 445b72bd5a36..ae80fc5c45f7 100644
> > --- a/arch/arm64/boot/dts/freescale/Makefile
> > +++ b/arch/arm64/boot/dts/freescale/Makefile
> > @@ -14,3 +14,4 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
> >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
> >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
> >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
> > +dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
>
> Please keep them in alphabetic order.
>
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > new file mode 100644
> > index 000000000000..5cf2fe279f73
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > @@ -0,0 +1,88 @@
> > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > +//
> > +// Device Tree file for LX2160AQDS
> > +//
> > +// Copyright 2018 NXP
> > +
> > +/dts-v1/;
> > +
> > +#include "fsl-lx2160a.dtsi"
> > +
> > +/ {
> > +     model = "NXP Layerscape LX2160AQDS";
> > +     compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
> > +
> > +     chosen {
> > +             stdout-path = "serial0:115200n8";
> > +     };
> > +};
> > +
> > +&uart0 {
> > +     status = "okay";
> > +};
> > +
> > +&uart1 {
> > +     status = "okay";
> > +};
> > +
> > +&i2c0 {
>
> Sort these labeled nodes alphabetically, so that new additions can find
> their place easier.
>
> > +     status = "okay";
>
> Have a newline between property list and child node.
>
> Shawn
>
> > +     i2c-mux at 77 {
> > +             compatible = "nxp,pca9547";
> > +             reg = <0x77>;
> > +             #address-cells = <1>;
> > +             #size-cells = <0>;
> > +
> > +             i2c at 2 {
> > +                     #address-cells = <1>;
> > +                     #size-cells = <0>;
> > +                     reg = <0x2>;
> > +
> > +                     power-monitor at 40 {
> > +                             compatible = "ti,ina220";
> > +                             reg = <0x40>;
> > +                             shunt-resistor = <500>;
> > +                     };
> > +
> > +                     power-monitor at 41 {
> > +                             compatible = "ti,ina220";
> > +                             reg = <0x41>;
> > +                             shunt-resistor = <1000>;
> > +                     };
> > +             };
> > +
> > +             i2c at 3 {
> > +                     #address-cells = <1>;
> > +                     #size-cells = <0>;
> > +                     reg = <0x3>;
> > +
> > +                     temperature-sensor at 4c {
> > +                             compatible = "nxp,sa56004";
> > +                             reg = <0x4c>;
> > +                     };
> > +
> > +                     temperature-sensor at 4d {
> > +                             compatible = "nxp,sa56004";
> > +                             reg = <0x4d>;
> > +                     };
> > +
> > +                     rtc at 51 {
> > +                             compatible = "nxp,pcf2129";
> > +                             reg = <0x51>;
> > +                     };
> > +             };
> > +     };
> > +};
> > +
> > +&usb0 {
> > +     status = "okay";
> > +};
> > +
> > +&usb1 {
> > +     status = "okay";
> > +};
> > +
> > +&crypto {
> > +     status = "okay";
> > +};
> > +
> > --
> > 2.17.1
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* RE: [PATCH] arm64: dts: add LX2160AQDS board support
  2018-09-28 19:20     ` Li Yang
@ 2018-09-29  1:54       ` Pankaj Bansal
  -1 siblings, 0 replies; 18+ messages in thread
From: Pankaj Bansal @ 2018-09-29  1:54 UTC (permalink / raw)
  To: Leo Li, Shawn Guo
  Cc: Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Yogesh Narayan Gaur, Rob Herring, Varun Sethi, Vabhav Sharma,
	Sriram Dash,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

Hi Leo,

> -----Original Message-----
> From: Li Yang [mailto:leoyang.li@nxp.com]
> Sent: Saturday, September 29, 2018 12:51 AM
> To: Shawn Guo <shawnguo@kernel.org>
> Cc: Pankaj Bansal <pankaj.bansal@nxp.com>; moderated
> list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE <linux-arm-
> kernel@lists.infradead.org>; Mark Rutland <mark.rutland@arm.com>;
> open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
> <devicetree@vger.kernel.org>; Yogesh Narayan Gaur
> <yogeshnarayan.gaur@nxp.com>; Rob Herring <robh+dt@kernel.org>;
> Vabhav Sharma <vabhav.sharma@nxp.com>; Sriram Dash
> <sriram.dash@nxp.com>
> Subject: Re: [PATCH] arm64: dts: add LX2160AQDS board support
> 
> On Fri, Sep 28, 2018 at 4:01 AM Shawn Guo <shawnguo@kernel.org>
> wrote:
> >
> > On Fri, Sep 21, 2018 at 07:47:20PM +0530, Pankaj Bansal wrote:
> > > The LX2160A QorIQ Development System (QDS) is a test, evaluation,
> > > and development platform, supporting QorIQ LX2160A processor.
> > >
> > > Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> > > Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
> > > ---
> > >
> > > Notes:
> > >     This patch is dependent on [1] and [2]
> > >      [1]
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flo
> re.kernel.org%2Fpatchwork%2Fpatch%2F985935%2F&amp;data=02%7C01
> %7Cpankaj.bansal%40nxp.com%7C9463713031ba421c0b7808d625778d4d
> %7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6367375927397
> 12471&amp;sdata=n8dSYL1yq2zsaVHy4LnnpglK%2Fjn0f4sED0LX3XQma5Y
> %3D&amp;reserved=0
> > >      [2]
> > >
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fl
> > >
> ore.kernel.org%2Fpatchwork%2Fpatch%2F985938%2F&amp;data=02%7C0
> 1%7Cpa
> > >
> nkaj.bansal%40nxp.com%7C9463713031ba421c0b7808d625778d4d%7C6
> 86ea1d3b
> > >
> c2b4c6fa92cd99c5c301635%7C0%7C0%7C636737592739712471&amp;sd
> ata=SWxih
> > > D1cQTvjnUslr2%2BfBndYvmsCJveIGboc4i5fssU%3D&amp;reserved=0
> >
> > I did not receive these.
> 
> Please add the Shawn Guo and me in "to" recipients when you send next
> version of these patches.  And, btw, I find there is a v3 now, but your link is
> still pointing to the v2.

Vabhav Sharma sent the patches for LX2160A SOC support. I will ask him to include you and Shawn Guo to add in to list.
I have sent only this patch for LX2160AQDS board, which depends on LX2160A SOC support.

When I sent this patch V2 of SOC patches was the latest version.
I will update the links to V3 SOC support patches, when I send V2 of this patch.

> 
> >
> > >
> > >  arch/arm64/boot/dts/freescale/Makefile       |  1 +
> > >  .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 88 ++++++++++++++++++
> > >  2 files changed, 89 insertions(+)
> > >
> > > diff --git a/arch/arm64/boot/dts/freescale/Makefile
> > > b/arch/arm64/boot/dts/freescale/Makefile
> > > index 445b72bd5a36..ae80fc5c45f7 100644
> > > --- a/arch/arm64/boot/dts/freescale/Makefile
> > > +++ b/arch/arm64/boot/dts/freescale/Makefile
> > > @@ -14,3 +14,4 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) +=
> > > fsl-ls2080a-simu.dtb
> > >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
> > >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
> > >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
> > > +dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
> >
> > Please keep them in alphabetic order.

Ok.

> >
> > > diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > > b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > > new file mode 100644
> > > index 000000000000..5cf2fe279f73
> > > --- /dev/null
> > > +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > > @@ -0,0 +1,88 @@
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT) // // Device Tree file
> > > +for LX2160AQDS // // Copyright 2018 NXP
> > > +
> > > +/dts-v1/;
> > > +
> > > +#include "fsl-lx2160a.dtsi"
> > > +
> > > +/ {
> > > +     model = "NXP Layerscape LX2160AQDS";
> > > +     compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
> > > +
> > > +     chosen {
> > > +             stdout-path = "serial0:115200n8";
> > > +     };
> > > +};
> > > +
> > > +&uart0 {
> > > +     status = "okay";
> > > +};
> > > +
> > > +&uart1 {
> > > +     status = "okay";
> > > +};
> > > +
> > > +&i2c0 {
> >
> > Sort these labeled nodes alphabetically, so that new additions can
> > find their place easier.

Ok.

> >
> > > +     status = "okay";
> >
> > Have a newline between property list and child node.

Ok.

> >
> > Shawn
> >
> > > +     i2c-mux@77 {
> > > +             compatible = "nxp,pca9547";
> > > +             reg = <0x77>;
> > > +             #address-cells = <1>;
> > > +             #size-cells = <0>;
> > > +
> > > +             i2c@2 {
> > > +                     #address-cells = <1>;
> > > +                     #size-cells = <0>;
> > > +                     reg = <0x2>;
> > > +
> > > +                     power-monitor@40 {
> > > +                             compatible = "ti,ina220";
> > > +                             reg = <0x40>;
> > > +                             shunt-resistor = <500>;
> > > +                     };
> > > +
> > > +                     power-monitor@41 {
> > > +                             compatible = "ti,ina220";
> > > +                             reg = <0x41>;
> > > +                             shunt-resistor = <1000>;
> > > +                     };
> > > +             };
> > > +
> > > +             i2c@3 {
> > > +                     #address-cells = <1>;
> > > +                     #size-cells = <0>;
> > > +                     reg = <0x3>;
> > > +
> > > +                     temperature-sensor@4c {
> > > +                             compatible = "nxp,sa56004";
> > > +                             reg = <0x4c>;
> > > +                     };
> > > +
> > > +                     temperature-sensor@4d {
> > > +                             compatible = "nxp,sa56004";
> > > +                             reg = <0x4d>;
> > > +                     };
> > > +
> > > +                     rtc@51 {
> > > +                             compatible = "nxp,pcf2129";
> > > +                             reg = <0x51>;
> > > +                     };
> > > +             };
> > > +     };
> > > +};
> > > +
> > > +&usb0 {
> > > +     status = "okay";
> > > +};
> > > +
> > > +&usb1 {
> > > +     status = "okay";
> > > +};
> > > +
> > > +&crypto {
> > > +     status = "okay";
> > > +};
> > > +
> > > --
> > > 2.17.1
> > >
> > >
> > > _______________________________________________
> > > linux-arm-kernel mailing list
> > > linux-arm-kernel@lists.infradead.org
> > >
> https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fli
> > > sts.infradead.org%2Fmailman%2Flistinfo%2Flinux-arm-
> kernel&amp;data=0
> > >
> 2%7C01%7Cpankaj.bansal%40nxp.com%7C9463713031ba421c0b7808d62
> 5778d4d%
> > >
> 7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C63673759273971
> 2471&amp;
> > >
> sdata=zjGNGbbV8ODaRnL%2F762TTTtRdBC12rbEwD2Gcq3LI0c%3D&amp;r
> eserved=
> > > 0

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

* [PATCH] arm64: dts: add LX2160AQDS board support
@ 2018-09-29  1:54       ` Pankaj Bansal
  0 siblings, 0 replies; 18+ messages in thread
From: Pankaj Bansal @ 2018-09-29  1:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Leo,

> -----Original Message-----
> From: Li Yang [mailto:leoyang.li at nxp.com]
> Sent: Saturday, September 29, 2018 12:51 AM
> To: Shawn Guo <shawnguo@kernel.org>
> Cc: Pankaj Bansal <pankaj.bansal@nxp.com>; moderated
> list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE <linux-arm-
> kernel at lists.infradead.org>; Mark Rutland <mark.rutland@arm.com>;
> open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
> <devicetree@vger.kernel.org>; Yogesh Narayan Gaur
> <yogeshnarayan.gaur@nxp.com>; Rob Herring <robh+dt@kernel.org>;
> Vabhav Sharma <vabhav.sharma@nxp.com>; Sriram Dash
> <sriram.dash@nxp.com>
> Subject: Re: [PATCH] arm64: dts: add LX2160AQDS board support
> 
> On Fri, Sep 28, 2018 at 4:01 AM Shawn Guo <shawnguo@kernel.org>
> wrote:
> >
> > On Fri, Sep 21, 2018 at 07:47:20PM +0530, Pankaj Bansal wrote:
> > > The LX2160A QorIQ Development System (QDS) is a test, evaluation,
> > > and development platform, supporting QorIQ LX2160A processor.
> > >
> > > Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> > > Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
> > > ---
> > >
> > > Notes:
> > >     This patch is dependent on [1] and [2]
> > >      [1]
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flo
> re.kernel.org%2Fpatchwork%2Fpatch%2F985935%2F&amp;data=02%7C01
> %7Cpankaj.bansal%40nxp.com%7C9463713031ba421c0b7808d625778d4d
> %7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6367375927397
> 12471&amp;sdata=n8dSYL1yq2zsaVHy4LnnpglK%2Fjn0f4sED0LX3XQma5Y
> %3D&amp;reserved=0
> > >      [2]
> > >
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fl
> > >
> ore.kernel.org%2Fpatchwork%2Fpatch%2F985938%2F&amp;data=02%7C0
> 1%7Cpa
> > >
> nkaj.bansal%40nxp.com%7C9463713031ba421c0b7808d625778d4d%7C6
> 86ea1d3b
> > >
> c2b4c6fa92cd99c5c301635%7C0%7C0%7C636737592739712471&amp;sd
> ata=SWxih
> > > D1cQTvjnUslr2%2BfBndYvmsCJveIGboc4i5fssU%3D&amp;reserved=0
> >
> > I did not receive these.
> 
> Please add the Shawn Guo and me in "to" recipients when you send next
> version of these patches.  And, btw, I find there is a v3 now, but your link is
> still pointing to the v2.

Vabhav Sharma sent the patches for LX2160A SOC support. I will ask him to include you and Shawn Guo to add in to list.
I have sent only this patch for LX2160AQDS board, which depends on LX2160A SOC support.

When I sent this patch V2 of SOC patches was the latest version.
I will update the links to V3 SOC support patches, when I send V2 of this patch.

> 
> >
> > >
> > >  arch/arm64/boot/dts/freescale/Makefile       |  1 +
> > >  .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 88 ++++++++++++++++++
> > >  2 files changed, 89 insertions(+)
> > >
> > > diff --git a/arch/arm64/boot/dts/freescale/Makefile
> > > b/arch/arm64/boot/dts/freescale/Makefile
> > > index 445b72bd5a36..ae80fc5c45f7 100644
> > > --- a/arch/arm64/boot/dts/freescale/Makefile
> > > +++ b/arch/arm64/boot/dts/freescale/Makefile
> > > @@ -14,3 +14,4 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) +=
> > > fsl-ls2080a-simu.dtb
> > >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
> > >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
> > >  dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
> > > +dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
> >
> > Please keep them in alphabetic order.

Ok.

> >
> > > diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > > b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > > new file mode 100644
> > > index 000000000000..5cf2fe279f73
> > > --- /dev/null
> > > +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> > > @@ -0,0 +1,88 @@
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT) // // Device Tree file
> > > +for LX2160AQDS // // Copyright 2018 NXP
> > > +
> > > +/dts-v1/;
> > > +
> > > +#include "fsl-lx2160a.dtsi"
> > > +
> > > +/ {
> > > +     model = "NXP Layerscape LX2160AQDS";
> > > +     compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
> > > +
> > > +     chosen {
> > > +             stdout-path = "serial0:115200n8";
> > > +     };
> > > +};
> > > +
> > > +&uart0 {
> > > +     status = "okay";
> > > +};
> > > +
> > > +&uart1 {
> > > +     status = "okay";
> > > +};
> > > +
> > > +&i2c0 {
> >
> > Sort these labeled nodes alphabetically, so that new additions can
> > find their place easier.

Ok.

> >
> > > +     status = "okay";
> >
> > Have a newline between property list and child node.

Ok.

> >
> > Shawn
> >
> > > +     i2c-mux at 77 {
> > > +             compatible = "nxp,pca9547";
> > > +             reg = <0x77>;
> > > +             #address-cells = <1>;
> > > +             #size-cells = <0>;
> > > +
> > > +             i2c at 2 {
> > > +                     #address-cells = <1>;
> > > +                     #size-cells = <0>;
> > > +                     reg = <0x2>;
> > > +
> > > +                     power-monitor at 40 {
> > > +                             compatible = "ti,ina220";
> > > +                             reg = <0x40>;
> > > +                             shunt-resistor = <500>;
> > > +                     };
> > > +
> > > +                     power-monitor at 41 {
> > > +                             compatible = "ti,ina220";
> > > +                             reg = <0x41>;
> > > +                             shunt-resistor = <1000>;
> > > +                     };
> > > +             };
> > > +
> > > +             i2c at 3 {
> > > +                     #address-cells = <1>;
> > > +                     #size-cells = <0>;
> > > +                     reg = <0x3>;
> > > +
> > > +                     temperature-sensor at 4c {
> > > +                             compatible = "nxp,sa56004";
> > > +                             reg = <0x4c>;
> > > +                     };
> > > +
> > > +                     temperature-sensor at 4d {
> > > +                             compatible = "nxp,sa56004";
> > > +                             reg = <0x4d>;
> > > +                     };
> > > +
> > > +                     rtc at 51 {
> > > +                             compatible = "nxp,pcf2129";
> > > +                             reg = <0x51>;
> > > +                     };
> > > +             };
> > > +     };
> > > +};
> > > +
> > > +&usb0 {
> > > +     status = "okay";
> > > +};
> > > +
> > > +&usb1 {
> > > +     status = "okay";
> > > +};
> > > +
> > > +&crypto {
> > > +     status = "okay";
> > > +};
> > > +
> > > --
> > > 2.17.1
> > >
> > >
> > > _______________________________________________
> > > linux-arm-kernel mailing list
> > > linux-arm-kernel at lists.infradead.org
> > >
> https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fli
> > > sts.infradead.org%2Fmailman%2Flistinfo%2Flinux-arm-
> kernel&amp;data=0
> > >
> 2%7C01%7Cpankaj.bansal%40nxp.com%7C9463713031ba421c0b7808d62
> 5778d4d%
> > >
> 7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C63673759273971
> 2471&amp;
> > >
> sdata=zjGNGbbV8ODaRnL%2F762TTTtRdBC12rbEwD2Gcq3LI0c%3D&amp;r
> eserved=
> > > 0

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

* [PATCH v2] arm64: dts: add LX2160AQDS board support
  2018-09-21 14:17 ` Pankaj Bansal
@ 2018-10-05  8:10   ` Pankaj Bansal
  -1 siblings, 0 replies; 18+ messages in thread
From: Pankaj Bansal @ 2018-10-05  8:10 UTC (permalink / raw)
  To: linux-arm-kernel, Shawn Guo, Li Yang
  Cc: Mark Rutland, devicetree, Yogesh Narayan Gaur, Pankaj Bansal,
	Rob Herring, Vabhav Sharma, Sriram Dash

The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
development platform, supporting QorIQ LX2160A processor.

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
---

Notes:
    V2:
     - Sorted the nodes alphabetically
     - Sorted the files' in Makefile alphabetically
     - Added newline between property list and sub nodes
     - Added and defined vcc-supply property to temperature sensor node in  device tree
    
    This patch is dependent on below patches
     [1] https://lore.kernel.org/patchwork/patch/995430/
     [2] https://lore.kernel.org/patchwork/patch/995433/
     [3] https://lore.kernel.org/patchwork/patch/995434/

 arch/arm64/boot/dts/freescale/Makefile       |   1 +
 .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 100 +++++++++++++++++
 2 files changed, 101 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index 445b72bd5a36..46b1479b7a6b 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -13,4 +13,5 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-rdb.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
+dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
new file mode 100644
index 000000000000..e1df5758c3e4
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
@@ -0,0 +1,100 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+//
+// Device Tree file for LX2160AQDS
+//
+// Copyright 2018 NXP
+
+/dts-v1/;
+
+#include "fsl-lx2160a.dtsi"
+
+/ {
+	model = "NXP Layerscape LX2160AQDS";
+	compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
+
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+
+	sb_3v3: regulator-fixed {
+		compatible = "regulator-fixed";
+		regulator-name = "fixed-3.3V";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		regulator-boot-on;
+		regulator-always-on;
+	};
+};
+
+&crypto {
+	status = "okay";
+};
+
+&i2c0 {
+	status = "okay";
+
+	i2c-mux@77 {
+		compatible = "nxp,pca9547";
+		reg = <0x77>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		i2c@2 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x2>;
+
+			power-monitor@40 {
+				compatible = "ti,ina220";
+				reg = <0x40>;
+				shunt-resistor = <500>;
+			};
+
+			power-monitor@41 {
+				compatible = "ti,ina220";
+				reg = <0x41>;
+				shunt-resistor = <1000>;
+			};
+		};
+
+		i2c@3 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x3>;
+
+			temperature-sensor@4c {
+				compatible = "nxp,sa56004";
+				reg = <0x4c>;
+				vcc-supply = <&sb_3v3>;
+			};
+
+			temperature-sensor@4d {
+				compatible = "nxp,sa56004";
+				reg = <0x4d>;
+				vcc-supply = <&sb_3v3>;
+			};
+
+			rtc@51 {
+				compatible = "nxp,pcf2129";
+				reg = <0x51>;
+			};
+		};
+	};
+};
+
+&uart0 {
+	status = "okay";
+};
+
+&uart1 {
+	status = "okay";
+};
+
+&usb0 {
+	status = "okay";
+};
+
+&usb1 {
+	status = "okay";
+};
+
-- 
2.17.1

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

* [PATCH v2] arm64: dts: add LX2160AQDS board support
@ 2018-10-05  8:10   ` Pankaj Bansal
  0 siblings, 0 replies; 18+ messages in thread
From: Pankaj Bansal @ 2018-10-05  8:10 UTC (permalink / raw)
  To: linux-arm-kernel

The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
development platform, supporting QorIQ LX2160A processor.

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
---

Notes:
    V2:
     - Sorted the nodes alphabetically
     - Sorted the files' in Makefile alphabetically
     - Added newline between property list and sub nodes
     - Added and defined vcc-supply property to temperature sensor node in  device tree
    
    This patch is dependent on below patches
     [1] https://lore.kernel.org/patchwork/patch/995430/
     [2] https://lore.kernel.org/patchwork/patch/995433/
     [3] https://lore.kernel.org/patchwork/patch/995434/

 arch/arm64/boot/dts/freescale/Makefile       |   1 +
 .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 100 +++++++++++++++++
 2 files changed, 101 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index 445b72bd5a36..46b1479b7a6b 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -13,4 +13,5 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-rdb.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
+dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
new file mode 100644
index 000000000000..e1df5758c3e4
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
@@ -0,0 +1,100 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+//
+// Device Tree file for LX2160AQDS
+//
+// Copyright 2018 NXP
+
+/dts-v1/;
+
+#include "fsl-lx2160a.dtsi"
+
+/ {
+	model = "NXP Layerscape LX2160AQDS";
+	compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
+
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+
+	sb_3v3: regulator-fixed {
+		compatible = "regulator-fixed";
+		regulator-name = "fixed-3.3V";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		regulator-boot-on;
+		regulator-always-on;
+	};
+};
+
+&crypto {
+	status = "okay";
+};
+
+&i2c0 {
+	status = "okay";
+
+	i2c-mux at 77 {
+		compatible = "nxp,pca9547";
+		reg = <0x77>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		i2c at 2 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x2>;
+
+			power-monitor at 40 {
+				compatible = "ti,ina220";
+				reg = <0x40>;
+				shunt-resistor = <500>;
+			};
+
+			power-monitor at 41 {
+				compatible = "ti,ina220";
+				reg = <0x41>;
+				shunt-resistor = <1000>;
+			};
+		};
+
+		i2c at 3 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x3>;
+
+			temperature-sensor at 4c {
+				compatible = "nxp,sa56004";
+				reg = <0x4c>;
+				vcc-supply = <&sb_3v3>;
+			};
+
+			temperature-sensor at 4d {
+				compatible = "nxp,sa56004";
+				reg = <0x4d>;
+				vcc-supply = <&sb_3v3>;
+			};
+
+			rtc at 51 {
+				compatible = "nxp,pcf2129";
+				reg = <0x51>;
+			};
+		};
+	};
+};
+
+&uart0 {
+	status = "okay";
+};
+
+&uart1 {
+	status = "okay";
+};
+
+&usb0 {
+	status = "okay";
+};
+
+&usb1 {
+	status = "okay";
+};
+
-- 
2.17.1

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

* [PATCH v3] arm64: dts: add LX2160AQDS board support
  2018-10-05  8:10   ` Pankaj Bansal
@ 2018-10-17 10:32     ` Pankaj Bansal
  -1 siblings, 0 replies; 18+ messages in thread
From: Pankaj Bansal @ 2018-10-17 10:32 UTC (permalink / raw)
  To: linux-arm-kernel, Shawn Guo, Leo Li
  Cc: Mark Rutland, devicetree, Yogesh Narayan Gaur, Pankaj Bansal,
	Rob Herring, Vabhav Sharma, Sriram Dash

The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
development platform, supporting QorIQ LX2160A processor.

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
---

Notes:
    V3:
     - Updated temperature sensor regulator name in board device tree
     - Added esdhc controller nodes in board device tree
     - Added aliases for uart/crypto nodes
    V2:
     - Sorted the nodes alphabetically
     - Sorted the files' in Makefile alphabetically
     - Added newline between property list and sub nodes
     - Added and defined vcc-supply property to temperature sensor node in  device tree
    
    This patch is dependent on below patches
     [1] https://lore.kernel.org/patchwork/project/lkml/list/?series=369563

 arch/arm64/boot/dts/freescale/Makefile       |   1 +
 .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 112 +++++++++++++++++
 2 files changed, 113 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index 445b72bd5a36..46b1479b7a6b 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -13,4 +13,5 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-rdb.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
+dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
new file mode 100644
index 000000000000..99a22abbe725
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
@@ -0,0 +1,112 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+//
+// Device Tree file for LX2160AQDS
+//
+// Copyright 2018 NXP
+
+/dts-v1/;
+
+#include "fsl-lx2160a.dtsi"
+
+/ {
+	model = "NXP Layerscape LX2160AQDS";
+	compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
+
+	aliases {
+		crypto = &crypto;
+		serial0 = &uart0;
+	};
+
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+
+	sb_3v3: regulator-sb3v3 {
+		compatible = "regulator-fixed";
+		regulator-name = "MC34717-3.3VSB";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		regulator-boot-on;
+		regulator-always-on;
+	};
+};
+
+&crypto {
+	status = "okay";
+};
+
+&esdhc0 {
+	status = "okay";
+};
+
+&esdhc1 {
+	status = "okay";
+};
+
+&i2c0 {
+	status = "okay";
+
+	i2c-mux@77 {
+		compatible = "nxp,pca9547";
+		reg = <0x77>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		i2c@2 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x2>;
+
+			power-monitor@40 {
+				compatible = "ti,ina220";
+				reg = <0x40>;
+				shunt-resistor = <500>;
+			};
+
+			power-monitor@41 {
+				compatible = "ti,ina220";
+				reg = <0x41>;
+				shunt-resistor = <1000>;
+			};
+		};
+
+		i2c@3 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x3>;
+
+			temperature-sensor@4c {
+				compatible = "nxp,sa56004";
+				reg = <0x4c>;
+				vcc-supply = <&sb_3v3>;
+			};
+
+			temperature-sensor@4d {
+				compatible = "nxp,sa56004";
+				reg = <0x4d>;
+				vcc-supply = <&sb_3v3>;
+			};
+
+			rtc@51 {
+				compatible = "nxp,pcf2129";
+				reg = <0x51>;
+			};
+		};
+	};
+};
+
+&uart0 {
+	status = "okay";
+};
+
+&uart1 {
+	status = "okay";
+};
+
+&usb0 {
+	status = "okay";
+};
+
+&usb1 {
+	status = "okay";
+};
-- 
2.17.1

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

* [PATCH v3] arm64: dts: add LX2160AQDS board support
@ 2018-10-17 10:32     ` Pankaj Bansal
  0 siblings, 0 replies; 18+ messages in thread
From: Pankaj Bansal @ 2018-10-17 10:32 UTC (permalink / raw)
  To: linux-arm-kernel

The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
development platform, supporting QorIQ LX2160A processor.

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
---

Notes:
    V3:
     - Updated temperature sensor regulator name in board device tree
     - Added esdhc controller nodes in board device tree
     - Added aliases for uart/crypto nodes
    V2:
     - Sorted the nodes alphabetically
     - Sorted the files' in Makefile alphabetically
     - Added newline between property list and sub nodes
     - Added and defined vcc-supply property to temperature sensor node in  device tree
    
    This patch is dependent on below patches
     [1] https://lore.kernel.org/patchwork/project/lkml/list/?series=369563

 arch/arm64/boot/dts/freescale/Makefile       |   1 +
 .../boot/dts/freescale/fsl-lx2160a-qds.dts   | 112 +++++++++++++++++
 2 files changed, 113 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index 445b72bd5a36..46b1479b7a6b 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -13,4 +13,5 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-rdb.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
+dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
new file mode 100644
index 000000000000..99a22abbe725
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
@@ -0,0 +1,112 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+//
+// Device Tree file for LX2160AQDS
+//
+// Copyright 2018 NXP
+
+/dts-v1/;
+
+#include "fsl-lx2160a.dtsi"
+
+/ {
+	model = "NXP Layerscape LX2160AQDS";
+	compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
+
+	aliases {
+		crypto = &crypto;
+		serial0 = &uart0;
+	};
+
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+
+	sb_3v3: regulator-sb3v3 {
+		compatible = "regulator-fixed";
+		regulator-name = "MC34717-3.3VSB";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		regulator-boot-on;
+		regulator-always-on;
+	};
+};
+
+&crypto {
+	status = "okay";
+};
+
+&esdhc0 {
+	status = "okay";
+};
+
+&esdhc1 {
+	status = "okay";
+};
+
+&i2c0 {
+	status = "okay";
+
+	i2c-mux at 77 {
+		compatible = "nxp,pca9547";
+		reg = <0x77>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		i2c at 2 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x2>;
+
+			power-monitor at 40 {
+				compatible = "ti,ina220";
+				reg = <0x40>;
+				shunt-resistor = <500>;
+			};
+
+			power-monitor at 41 {
+				compatible = "ti,ina220";
+				reg = <0x41>;
+				shunt-resistor = <1000>;
+			};
+		};
+
+		i2c at 3 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x3>;
+
+			temperature-sensor at 4c {
+				compatible = "nxp,sa56004";
+				reg = <0x4c>;
+				vcc-supply = <&sb_3v3>;
+			};
+
+			temperature-sensor at 4d {
+				compatible = "nxp,sa56004";
+				reg = <0x4d>;
+				vcc-supply = <&sb_3v3>;
+			};
+
+			rtc at 51 {
+				compatible = "nxp,pcf2129";
+				reg = <0x51>;
+			};
+		};
+	};
+};
+
+&uart0 {
+	status = "okay";
+};
+
+&uart1 {
+	status = "okay";
+};
+
+&usb0 {
+	status = "okay";
+};
+
+&usb1 {
+	status = "okay";
+};
-- 
2.17.1

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

* Re: [PATCH v3] arm64: dts: add LX2160AQDS board support
  2018-10-17 10:32     ` Pankaj Bansal
@ 2018-10-19  4:16       ` Shawn Guo
  -1 siblings, 0 replies; 18+ messages in thread
From: Shawn Guo @ 2018-10-19  4:16 UTC (permalink / raw)
  To: Pankaj Bansal
  Cc: Mark Rutland, devicetree, Yogesh Narayan Gaur, Leo Li,
	Rob Herring, Vabhav Sharma, Sriram Dash, linux-arm-kernel

On Wed, Oct 17, 2018 at 10:32:45AM +0000, Pankaj Bansal wrote:
> The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> development platform, supporting QorIQ LX2160A processor.
> 
> Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>

Looks good to me.  @Leo, are you okay with it?

Shawn

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

* [PATCH v3] arm64: dts: add LX2160AQDS board support
@ 2018-10-19  4:16       ` Shawn Guo
  0 siblings, 0 replies; 18+ messages in thread
From: Shawn Guo @ 2018-10-19  4:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 17, 2018 at 10:32:45AM +0000, Pankaj Bansal wrote:
> The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> development platform, supporting QorIQ LX2160A processor.
> 
> Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>

Looks good to me.  @Leo, are you okay with it?

Shawn

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

* Re: [PATCH v3] arm64: dts: add LX2160AQDS board support
  2018-10-19  4:16       ` Shawn Guo
@ 2018-10-22 20:58         ` Li Yang
  -1 siblings, 0 replies; 18+ messages in thread
From: Li Yang @ 2018-10-22 20:58 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	yogeshnarayan.gaur, pankaj.bansal, Rob Herring, Vabhav Sharma,
	Sriram Dash,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

On Thu, Oct 18, 2018 at 11:17 PM Shawn Guo <shawnguo@kernel.org> wrote:
>
> On Wed, Oct 17, 2018 at 10:32:45AM +0000, Pankaj Bansal wrote:
> > The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> > development platform, supporting QorIQ LX2160A processor.
> >
> > Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> > Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
>
> Looks good to me.  @Leo, are you okay with it?

Yes.  But be aware that the dependency patches of this patch are not
applied yet.

Acked-by: Li Yang <leoyang.li@nxp.com>

>
> Shawn

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

* [PATCH v3] arm64: dts: add LX2160AQDS board support
@ 2018-10-22 20:58         ` Li Yang
  0 siblings, 0 replies; 18+ messages in thread
From: Li Yang @ 2018-10-22 20:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Oct 18, 2018 at 11:17 PM Shawn Guo <shawnguo@kernel.org> wrote:
>
> On Wed, Oct 17, 2018 at 10:32:45AM +0000, Pankaj Bansal wrote:
> > The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> > development platform, supporting QorIQ LX2160A processor.
> >
> > Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> > Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
>
> Looks good to me.  @Leo, are you okay with it?

Yes.  But be aware that the dependency patches of this patch are not
applied yet.

Acked-by: Li Yang <leoyang.li@nxp.com>

>
> Shawn

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

* Re: [PATCH v3] arm64: dts: add LX2160AQDS board support
  2018-10-17 10:32     ` Pankaj Bansal
@ 2018-10-31  6:27       ` Shawn Guo
  -1 siblings, 0 replies; 18+ messages in thread
From: Shawn Guo @ 2018-10-31  6:27 UTC (permalink / raw)
  To: Pankaj Bansal
  Cc: Mark Rutland, devicetree, Yogesh Narayan Gaur, Leo Li,
	Rob Herring, Vabhav Sharma, Sriram Dash, linux-arm-kernel

On Wed, Oct 17, 2018 at 10:32:45AM +0000, Pankaj Bansal wrote:
> The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> development platform, supporting QorIQ LX2160A processor.
> 
> Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>

Applied, thanks.

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

* [PATCH v3] arm64: dts: add LX2160AQDS board support
@ 2018-10-31  6:27       ` Shawn Guo
  0 siblings, 0 replies; 18+ messages in thread
From: Shawn Guo @ 2018-10-31  6:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 17, 2018 at 10:32:45AM +0000, Pankaj Bansal wrote:
> The LX2160A QorIQ Development System (QDS) is a test, evaluation, and
> development platform, supporting QorIQ LX2160A processor.
> 
> Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
> Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>

Applied, thanks.

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

end of thread, other threads:[~2018-10-31  6:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-21 14:17 [PATCH] arm64: dts: add LX2160AQDS board support Pankaj Bansal
2018-09-21 14:17 ` Pankaj Bansal
2018-09-28  9:00 ` Shawn Guo
2018-09-28  9:00   ` Shawn Guo
2018-09-28 19:20   ` Li Yang
2018-09-28 19:20     ` Li Yang
2018-09-29  1:54     ` Pankaj Bansal
2018-09-29  1:54       ` Pankaj Bansal
2018-10-05  8:10 ` [PATCH v2] " Pankaj Bansal
2018-10-05  8:10   ` Pankaj Bansal
2018-10-17 10:32   ` [PATCH v3] " Pankaj Bansal
2018-10-17 10:32     ` Pankaj Bansal
2018-10-19  4:16     ` Shawn Guo
2018-10-19  4:16       ` Shawn Guo
2018-10-22 20:58       ` Li Yang
2018-10-22 20:58         ` Li Yang
2018-10-31  6:27     ` Shawn Guo
2018-10-31  6:27       ` Shawn Guo

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.