* [PATCH 0/3] arm: owl: Add initial Allo Sparky support @ 2017-11-14 18:01 Andreas Färber [not found] ` <20171114180114.26408-1-afaerber-l3A5Bk7waGM@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Andreas Färber @ 2017-11-14 18:01 UTC (permalink / raw) To: linux-arm-kernel Cc: Thomas Liau, Jeff Chen, 张东风, 刘炜, 张天益, 梅利, Ioan B, Sudeep Kumar, linux-kernel, Andreas Färber, Andre M . Strul, devicetree Hello, This series adds a Device Tree for the Allo.com Sparky SBC. Cf. https://en.opensuse.org/HCL:Sparky Work branch: https://github.com/afaerber/linux/commits/bg96-next Have a lot of fun! Cheers, Andreas Cc: Andre M. Strul <andre@allo.com> Cc: Ioan B. <ioan@allo.com> Cc: Sudeep Kumar <sudeepkumar@cem-solutions.net> Cc: Jeff Chen <jeff.chen@actions-semi.com> Cc: devicetree@vger.kernel.org Andreas Färber (3): dt-bindings: Add vendor prefix for Allo.com dt-bindings: arm: actions: Add Sparky arm: dts: owl-s500: Add Sparky Documentation/devicetree/bindings/arm/actions.txt | 1 + .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/owl-s500-sparky.dts | 44 ++++++++++++++++++++++ 4 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/owl-s500-sparky.dts -- 2.13.6 ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20171114180114.26408-1-afaerber-l3A5Bk7waGM@public.gmane.org>]
* [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com [not found] ` <20171114180114.26408-1-afaerber-l3A5Bk7waGM@public.gmane.org> @ 2017-11-14 18:01 ` Andreas Färber [not found] ` <20171114180114.26408-2-afaerber-l3A5Bk7waGM@public.gmane.org> 2017-11-14 18:01 ` [PATCH 2/3] dt-bindings: arm: actions: Add Sparky Andreas Färber 2017-11-14 18:01 ` [PATCH 3/3] arm: dts: owl-s500: " Andreas Färber 2 siblings, 1 reply; 11+ messages in thread From: Andreas Färber @ 2017-11-14 18:01 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Thomas Liau, Jeff Chen, 张东风, 刘炜, 张天益, 梅利, Ioan B, Sudeep Kumar, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Andreas Färber, Rob Herring, Mark Rutland, devicetree-u79uwXL29TY76Z2rM5mHXA ALLO is a Canadian-Indian manufacturer of telecommunications hardware. Cc: Ioan B. <ioan-HmMszb9TTf4@public.gmane.org> Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 0994bdd82cd3..9bce76f3118d 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -15,6 +15,7 @@ adi Analog Devices, Inc. advantech Advantech Corporation aeroflexgaisler Aeroflex Gaisler AB al Annapurna Labs +allo Allo.com allwinner Allwinner Technology Co., Ltd. alphascale AlphaScale Integrated Circuits Systems, Inc. altr Altera Corp. -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 11+ messages in thread
[parent not found: <20171114180114.26408-2-afaerber-l3A5Bk7waGM@public.gmane.org>]
* Re: [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com [not found] ` <20171114180114.26408-2-afaerber-l3A5Bk7waGM@public.gmane.org> @ 2017-11-16 4:38 ` Rob Herring 2017-11-24 4:01 ` sudeep kumar 1 sibling, 0 replies; 11+ messages in thread From: Rob Herring @ 2017-11-16 4:38 UTC (permalink / raw) To: Andreas Färber Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Thomas Liau, Jeff Chen, 张东风, 刘炜, 张天益, 梅利, Ioan B, Sudeep Kumar, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Mark Rutland, devicetree-u79uwXL29TY76Z2rM5mHXA On Tue, Nov 14, 2017 at 07:01:12PM +0100, Andreas Färber wrote: > ALLO is a Canadian-Indian manufacturer of telecommunications hardware. > > Cc: Ioan B. <ioan-HmMszb9TTf4@public.gmane.org> > Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org> > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com [not found] ` <20171114180114.26408-2-afaerber-l3A5Bk7waGM@public.gmane.org> 2017-11-16 4:38 ` Rob Herring @ 2017-11-24 4:01 ` sudeep kumar 2017-11-27 22:51 ` Andreas Färber 1 sibling, 1 reply; 11+ messages in thread From: sudeep kumar @ 2017-11-24 4:01 UTC (permalink / raw) To: 'Andreas Färber', linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: 'Thomas Liau', 'Jeff Chen', '张东风', '刘炜', '张天益', '梅利', 'Ioan B', linux-kernel-u79uwXL29TY76Z2rM5mHXA, 'Rob Herring', 'Mark Rutland', devicetree-u79uwXL29TY76Z2rM5mHXA Acked-by : sudeep <sudeepkumar-/0wLYENt7sWikuSvNLsyVV6hYfS7NtTn@public.gmane.org> -----Original Message----- From: Andreas Färber [mailto:afaerber-l3A5Bk7waGM@public.gmane.org] Sent: Tuesday, November 14, 2017 11:31 PM To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Thomas Liau <thomas.liau-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; Jeff Chen <jeff.chen-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; 张东风 <zhangdf-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; 刘炜 <liuwei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; 张天益 <tyzhang-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; 梅利 <harrymei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; Ioan B <ioan-HmMszb9TTf4@public.gmane.org>; Sudeep Kumar <sudeepkumar-/0wLYENt7sWikuSvNLsyVV6hYfS7NtTn@public.gmane.org>; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org>; Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>; Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>; devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Subject: [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com ALLO is a Canadian-Indian manufacturer of telecommunications hardware. Cc: Ioan B. <ioan-HmMszb9TTf4@public.gmane.org> Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 0994bdd82cd3..9bce76f3118d 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -15,6 +15,7 @@ adi Analog Devices, Inc. advantech Advantech Corporation aeroflexgaisler Aeroflex Gaisler AB al Annapurna Labs +allo Allo.com allwinner Allwinner Technology Co., Ltd. alphascale AlphaScale Integrated Circuits Systems, Inc. altr Altera Corp. -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com 2017-11-24 4:01 ` sudeep kumar @ 2017-11-27 22:51 ` Andreas Färber 0 siblings, 0 replies; 11+ messages in thread From: Andreas Färber @ 2017-11-27 22:51 UTC (permalink / raw) To: sudeep kumar, linux-arm-kernel, 'Rob Herring' Cc: 'Thomas Liau', 'Jeff Chen', '张东风', '刘炜', '张天益', '梅利', 'Ioan B', linux-kernel, 'Mark Rutland', devicetree Am 24.11.2017 um 05:01 schrieb sudeep kumar: > Acked-by : sudeep <sudeepkumar@cem-solutions.net> Thanks, adjusted, and all three queued on v4.16/dt: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git/log/?h=v4.16/dt > -----Original Message----- > From: Andreas Färber [mailto:afaerber@suse.de] > Sent: Tuesday, November 14, 2017 11:31 PM > To: linux-arm-kernel@lists.infradead.org > Cc: Thomas Liau <thomas.liau@actions-semi.com>; Jeff Chen <jeff.chen@actions-semi.com>; 张东风 <zhangdf@actions-semi.com>; 刘炜 <liuwei@actions-semi.com>; 张天益 <tyzhang@actions-semi.com>; 梅利 <harrymei@actions-semi.com>; Ioan B <ioan@allo.com>; Sudeep Kumar <sudeepkumar@cem-solutions.net>; linux-kernel@vger.kernel.org; Andreas Färber <afaerber@suse.de>; Rob Herring <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; devicetree@vger.kernel.org > Subject: [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com > > ALLO is a Canadian-Indian manufacturer of telecommunications hardware. > > Cc: Ioan B. <ioan@allo.com> > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/3] dt-bindings: arm: actions: Add Sparky [not found] ` <20171114180114.26408-1-afaerber-l3A5Bk7waGM@public.gmane.org> 2017-11-14 18:01 ` [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com Andreas Färber @ 2017-11-14 18:01 ` Andreas Färber [not found] ` <20171114180114.26408-3-afaerber-l3A5Bk7waGM@public.gmane.org> 2017-11-14 18:01 ` [PATCH 3/3] arm: dts: owl-s500: " Andreas Färber 2 siblings, 1 reply; 11+ messages in thread From: Andreas Färber @ 2017-11-14 18:01 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Thomas Liau, Jeff Chen, 张东风, 刘炜, 张天益, 梅利, Ioan B, Sudeep Kumar, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Andreas Färber, Rob Herring, Mark Rutland, devicetree-u79uwXL29TY76Z2rM5mHXA Define a binding for Allo.com Sparky SBC. Cc: Ioan B. <ioan-HmMszb9TTf4@public.gmane.org> Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org> --- Documentation/devicetree/bindings/arm/actions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/actions.txt b/Documentation/devicetree/bindings/arm/actions.txt index 544a8855fad5..d54f33c4e0da 100644 --- a/Documentation/devicetree/bindings/arm/actions.txt +++ b/Documentation/devicetree/bindings/arm/actions.txt @@ -21,6 +21,7 @@ Boards: Root node property compatible must contain, depending on board: + - Allo.com Sparky: "allo,sparky" - Cubietech CubieBoard6: "cubietech,cubieboard6" - LeMaker Guitar Base Board rev. B: "lemaker,guitar-bb-rev-b", "lemaker,guitar" -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 11+ messages in thread
[parent not found: <20171114180114.26408-3-afaerber-l3A5Bk7waGM@public.gmane.org>]
* Re: [PATCH 2/3] dt-bindings: arm: actions: Add Sparky [not found] ` <20171114180114.26408-3-afaerber-l3A5Bk7waGM@public.gmane.org> @ 2017-11-16 4:40 ` Rob Herring 2017-11-24 4:00 ` sudeep kumar 1 sibling, 0 replies; 11+ messages in thread From: Rob Herring @ 2017-11-16 4:40 UTC (permalink / raw) To: Andreas Färber Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Thomas Liau, Jeff Chen, 张东风, 刘炜, 张天益, 梅利, Ioan B, Sudeep Kumar, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Mark Rutland, devicetree-u79uwXL29TY76Z2rM5mHXA On Tue, Nov 14, 2017 at 07:01:13PM +0100, Andreas Färber wrote: > Define a binding for Allo.com Sparky SBC. > > Cc: Ioan B. <ioan-HmMszb9TTf4@public.gmane.org> > Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org> > --- > Documentation/devicetree/bindings/arm/actions.txt | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH 2/3] dt-bindings: arm: actions: Add Sparky [not found] ` <20171114180114.26408-3-afaerber-l3A5Bk7waGM@public.gmane.org> 2017-11-16 4:40 ` Rob Herring @ 2017-11-24 4:00 ` sudeep kumar 1 sibling, 0 replies; 11+ messages in thread From: sudeep kumar @ 2017-11-24 4:00 UTC (permalink / raw) To: 'Andreas Färber', linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: 'Thomas Liau', 'Jeff Chen', '张东风', '刘炜', '张天益', '梅利', 'Ioan B', linux-kernel-u79uwXL29TY76Z2rM5mHXA, 'Rob Herring', 'Mark Rutland', devicetree-u79uwXL29TY76Z2rM5mHXA Acked-by : sudeep <sudeepkumar-/0wLYENt7sWikuSvNLsyVV6hYfS7NtTn@public.gmane.org> -----Original Message----- From: Andreas Färber [mailto:afaerber-l3A5Bk7waGM@public.gmane.org] Sent: Tuesday, November 14, 2017 11:31 PM To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Thomas Liau <thomas.liau-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; Jeff Chen <jeff.chen-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; 张东风 <zhangdf-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; 刘炜 <liuwei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; 张天益 <tyzhang-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; 梅利 <harrymei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>; Ioan B <ioan-HmMszb9TTf4@public.gmane.org>; Sudeep Kumar <sudeepkumar-/0wLYENt7sWikuSvNLsyVV6hYfS7NtTn@public.gmane.org>; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org>; Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>; Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>; devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Subject: [PATCH 2/3] dt-bindings: arm: actions: Add Sparky Define a binding for Allo.com Sparky SBC. Cc: Ioan B. <ioan-HmMszb9TTf4@public.gmane.org> Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org> --- Documentation/devicetree/bindings/arm/actions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/actions.txt b/Documentation/devicetree/bindings/arm/actions.txt index 544a8855fad5..d54f33c4e0da 100644 --- a/Documentation/devicetree/bindings/arm/actions.txt +++ b/Documentation/devicetree/bindings/arm/actions.txt @@ -21,6 +21,7 @@ Boards: Root node property compatible must contain, depending on board: + - Allo.com Sparky: "allo,sparky" - Cubietech CubieBoard6: "cubietech,cubieboard6" - LeMaker Guitar Base Board rev. B: "lemaker,guitar-bb-rev-b", "lemaker,guitar" -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 3/3] arm: dts: owl-s500: Add Sparky [not found] ` <20171114180114.26408-1-afaerber-l3A5Bk7waGM@public.gmane.org> 2017-11-14 18:01 ` [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com Andreas Färber 2017-11-14 18:01 ` [PATCH 2/3] dt-bindings: arm: actions: Add Sparky Andreas Färber @ 2017-11-14 18:01 ` Andreas Färber 2017-11-20 9:02 ` sudeep kumar 2 siblings, 1 reply; 11+ messages in thread From: Andreas Färber @ 2017-11-14 18:01 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Thomas Liau, Jeff Chen, 张东风, 刘炜, 张天益, 梅利, Ioan B, Sudeep Kumar, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Andreas Färber, Rob Herring, Mark Rutland, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA Add a Device Tree for the Allo.com Sparky SBC. Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org> --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/owl-s500-sparky.dts | 44 +++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/owl-s500-sparky.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index d0381e9caf21..ad77f7656a70 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -707,7 +707,8 @@ dtb-$(CONFIG_ARCH_ORION5X) += \ orion5x-rd88f5182-nas.dtb dtb-$(CONFIG_ARCH_ACTIONS) += \ owl-s500-cubieboard6.dtb \ - owl-s500-guitar-bb-rev-b.dtb + owl-s500-guitar-bb-rev-b.dtb \ + owl-s500-sparky.dtb dtb-$(CONFIG_ARCH_PRIMA2) += \ prima2-evb.dtb dtb-$(CONFIG_ARCH_OXNAS) += \ diff --git a/arch/arm/boot/dts/owl-s500-sparky.dts b/arch/arm/boot/dts/owl-s500-sparky.dts new file mode 100644 index 000000000000..f620548c6c0b --- /dev/null +++ b/arch/arm/boot/dts/owl-s500-sparky.dts @@ -0,0 +1,44 @@ +/* + * Allo.com Sparky + * + * Copyright (c) 2017 Andreas Färber + * + * SPDX-License-Identifier: (GPL-2.0+ OR MIT) + */ + +/dts-v1/; + +#include "owl-s500.dtsi" + +/ { + compatible = "allo,sparky", "actions,s500"; + model = "Allo.com Sparky"; + + aliases { + serial3 = &uart3; + }; + + chosen { + stdout-path = "serial3:115200n8"; + }; + + memory@0 { + device_type = "memory"; + reg = <0x0 0x40000000>; /* 1 or 2 GiB */ + }; + + uart3_clk: uart3-clk { + compatible = "fixed-clock"; + clock-frequency = <921600>; + #clock-cells = <0>; + }; +}; + +&timer { + clocks = <&hosc>; +}; + +&uart3 { + status = "okay"; + clocks = <&uart3_clk>; +}; -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 11+ messages in thread
* RE: [PATCH 3/3] arm: dts: owl-s500: Add Sparky 2017-11-14 18:01 ` [PATCH 3/3] arm: dts: owl-s500: " Andreas Färber @ 2017-11-20 9:02 ` sudeep kumar 2017-11-23 16:17 ` Andreas Färber 0 siblings, 1 reply; 11+ messages in thread From: sudeep kumar @ 2017-11-20 9:02 UTC (permalink / raw) To: 'Andreas Färber', linux-arm-kernel Cc: 'Mark Rutland', devicetree, '张天益', '梅利', linux-kernel, 'Thomas Liau', 'Russell King', 'Rob Herring', '张东风', '刘炜', 'Ioan B', 'Jeff Chen' Acked-by : sudeep -----Original Message----- From: Andreas Färber [mailto:afaerber@suse.de] Sent: Tuesday, November 14, 2017 11:31 PM To: linux-arm-kernel@lists.infradead.org Cc: Thomas Liau <thomas.liau@actions-semi.com>; Jeff Chen <jeff.chen@actions-semi.com>; 张东风 <zhangdf@actions-semi.com>; 刘炜 <liuwei@actions-semi.com>; 张天益 <tyzhang@actions-semi.com>; 梅利 <harrymei@actions-semi.com>; Ioan B <ioan@allo.com>; Sudeep Kumar <sudeepkumar@cem-solutions.net>; linux-kernel@vger.kernel.org; Andreas Färber <afaerber@suse.de>; Rob Herring <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Russell King <linux@armlinux.org.uk>; devicetree@vger.kernel.org Subject: [PATCH 3/3] arm: dts: owl-s500: Add Sparky Add a Device Tree for the Allo.com Sparky SBC. Signed-off-by: Andreas Färber <afaerber@suse.de> --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/owl-s500-sparky.dts | 44 +++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/owl-s500-sparky.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index d0381e9caf21..ad77f7656a70 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -707,7 +707,8 @@ dtb-$(CONFIG_ARCH_ORION5X) += \ orion5x-rd88f5182-nas.dtb dtb-$(CONFIG_ARCH_ACTIONS) += \ owl-s500-cubieboard6.dtb \ - owl-s500-guitar-bb-rev-b.dtb + owl-s500-guitar-bb-rev-b.dtb \ + owl-s500-sparky.dtb dtb-$(CONFIG_ARCH_PRIMA2) += \ prima2-evb.dtb dtb-$(CONFIG_ARCH_OXNAS) += \ diff --git a/arch/arm/boot/dts/owl-s500-sparky.dts b/arch/arm/boot/dts/owl-s500-sparky.dts new file mode 100644 index 000000000000..f620548c6c0b --- /dev/null +++ b/arch/arm/boot/dts/owl-s500-sparky.dts @@ -0,0 +1,44 @@ +/* + * Allo.com Sparky + * + * Copyright (c) 2017 Andreas Färber + * + * SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ + +/dts-v1/; + +#include "owl-s500.dtsi" + +/ { + compatible = "allo,sparky", "actions,s500"; + model = "Allo.com Sparky"; + + aliases { + serial3 = &uart3; + }; + + chosen { + stdout-path = "serial3:115200n8"; + }; + + memory@0 { + device_type = "memory"; + reg = <0x0 0x40000000>; /* 1 or 2 GiB */ + }; + + uart3_clk: uart3-clk { + compatible = "fixed-clock"; + clock-frequency = <921600>; + #clock-cells = <0>; + }; +}; + +&timer { + clocks = <&hosc>; +}; + +&uart3 { + status = "okay"; + clocks = <&uart3_clk>; +}; -- 2.13.6 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 3/3] arm: dts: owl-s500: Add Sparky 2017-11-20 9:02 ` sudeep kumar @ 2017-11-23 16:17 ` Andreas Färber 0 siblings, 0 replies; 11+ messages in thread From: Andreas Färber @ 2017-11-23 16:17 UTC (permalink / raw) To: sudeep kumar Cc: linux-arm-kernel, 'Thomas Liau', 'Jeff Chen', '张东风', '刘炜', '张天益', '梅利', 'Ioan B', linux-kernel, 'Rob Herring', 'Mark Rutland', 'Russell King', devicetree Hi Sudeep, Am 20.11.2017 um 10:02 schrieb sudeep kumar: > Acked-by : sudeep Thanks. Note it's full name <email>, I can adjust that for you. https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-and-cc What about the preceding two patches? Can Allo/CEM ack them, too? Without the two bindings patches I can't merge this one. Regards, Andreas > -----Original Message----- > From: Andreas Färber [mailto:afaerber@suse.de] > Sent: Tuesday, November 14, 2017 11:31 PM > To: linux-arm-kernel@lists.infradead.org > Cc: Thomas Liau <thomas.liau@actions-semi.com>; Jeff Chen <jeff.chen@actions-semi.com>; 张东风 <zhangdf@actions-semi.com>; 刘炜 <liuwei@actions-semi.com>; 张天益 <tyzhang@actions-semi.com>; 梅利 <harrymei@actions-semi.com>; Ioan B <ioan@allo.com>; Sudeep Kumar <sudeepkumar@cem-solutions.net>; linux-kernel@vger.kernel.org; Andreas Färber <afaerber@suse.de>; Rob Herring <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Russell King <linux@armlinux.org.uk>; devicetree@vger.kernel.org > Subject: [PATCH 3/3] arm: dts: owl-s500: Add Sparky > > Add a Device Tree for the Allo.com Sparky SBC. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > arch/arm/boot/dts/Makefile | 3 ++- > arch/arm/boot/dts/owl-s500-sparky.dts | 44 +++++++++++++++++++++++++++++++++++ > 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/owl-s500-sparky.dts > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index d0381e9caf21..ad77f7656a70 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -707,7 +707,8 @@ dtb-$(CONFIG_ARCH_ORION5X) += \ > orion5x-rd88f5182-nas.dtb > dtb-$(CONFIG_ARCH_ACTIONS) += \ > owl-s500-cubieboard6.dtb \ > - owl-s500-guitar-bb-rev-b.dtb > + owl-s500-guitar-bb-rev-b.dtb \ > + owl-s500-sparky.dtb > dtb-$(CONFIG_ARCH_PRIMA2) += \ > prima2-evb.dtb > dtb-$(CONFIG_ARCH_OXNAS) += \ > diff --git a/arch/arm/boot/dts/owl-s500-sparky.dts b/arch/arm/boot/dts/owl-s500-sparky.dts > new file mode 100644 > index 000000000000..f620548c6c0b > --- /dev/null > +++ b/arch/arm/boot/dts/owl-s500-sparky.dts > @@ -0,0 +1,44 @@ > +/* > + * Allo.com Sparky > + * > + * Copyright (c) 2017 Andreas Färber > + * > + * SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ > + > +/dts-v1/; > + > +#include "owl-s500.dtsi" > + > +/ { > + compatible = "allo,sparky", "actions,s500"; > + model = "Allo.com Sparky"; > + > + aliases { > + serial3 = &uart3; > + }; > + > + chosen { > + stdout-path = "serial3:115200n8"; > + }; > + > + memory@0 { > + device_type = "memory"; > + reg = <0x0 0x40000000>; /* 1 or 2 GiB */ > + }; > + > + uart3_clk: uart3-clk { > + compatible = "fixed-clock"; > + clock-frequency = <921600>; > + #clock-cells = <0>; > + }; > +}; > + > +&timer { > + clocks = <&hosc>; > +}; > + > +&uart3 { > + status = "okay"; > + clocks = <&uart3_clk>; > +}; > -- > 2.13.6 > > -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2017-11-27 22:51 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-11-14 18:01 [PATCH 0/3] arm: owl: Add initial Allo Sparky support Andreas Färber [not found] ` <20171114180114.26408-1-afaerber-l3A5Bk7waGM@public.gmane.org> 2017-11-14 18:01 ` [PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com Andreas Färber [not found] ` <20171114180114.26408-2-afaerber-l3A5Bk7waGM@public.gmane.org> 2017-11-16 4:38 ` Rob Herring 2017-11-24 4:01 ` sudeep kumar 2017-11-27 22:51 ` Andreas Färber 2017-11-14 18:01 ` [PATCH 2/3] dt-bindings: arm: actions: Add Sparky Andreas Färber [not found] ` <20171114180114.26408-3-afaerber-l3A5Bk7waGM@public.gmane.org> 2017-11-16 4:40 ` Rob Herring 2017-11-24 4:00 ` sudeep kumar 2017-11-14 18:01 ` [PATCH 3/3] arm: dts: owl-s500: " Andreas Färber 2017-11-20 9:02 ` sudeep kumar 2017-11-23 16:17 ` Andreas Färber
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).