All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] arm64: dts: meson-gxl: add support for phicomm n1
@ 2018-11-10  3:01 He Yangxuan
  2018-11-10  3:01 ` [PATCH v4 1/3] " He Yangxuan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: He Yangxuan @ 2018-11-10  3:01 UTC (permalink / raw)
  To: linus-amlogic

This patch adds support for the Phicomm N1. This device based on P230 reference design.
The phy is RTL8211F, need to disable Energy Efficient Ethernet (EEE) to make it stable.
And this box doesn't have cvbs, so disable related section in device tree.

Changes since v3:
 - remove external phy from device tree, will disable EEE in meson-gxl-s905d-p230.dts

Changes since v2:
 - remove changes section in commit message
 - add commit message for patch of vendor prefix and bindings documentation

Changes since v1:
 - rewrite external phy section
 - add phicomm vendor prefix
 - add phicomm n1 in Documentation/devicetree/bindings/arm/amlogic.txt

He Yangxuan (3):
  arm64: dts: meson-gxl: add support for phicomm n1
  dt-bindings: Add vendor prefix for PHICOMM Co., Ltd.
  dt-bindings: arm: amlogic: Add Phicomm N1

 Documentation/devicetree/bindings/arm/amlogic.txt     | 1 +
 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
 arch/arm64/boot/dts/amlogic/Makefile                  | 1 +
 3 files changed, 3 insertions(+)

-- 
2.11.0

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

* [PATCH v4 1/3] arm64: dts: meson-gxl: add support for phicomm n1
  2018-11-10  3:01 [PATCH v4 0/3] arm64: dts: meson-gxl: add support for phicomm n1 He Yangxuan
@ 2018-11-10  3:01 ` He Yangxuan
  2018-11-10  3:15   ` He Yangxuan
  2018-11-10  3:01 ` [PATCH v4 2/3] dt-bindings: Add vendor prefix for PHICOMM Co., Ltd He Yangxuan
  2018-11-10  3:01 ` [PATCH v4 3/3] dt-bindings: arm: amlogic: Add Phicomm N1 He Yangxuan
  2 siblings, 1 reply; 5+ messages in thread
From: He Yangxuan @ 2018-11-10  3:01 UTC (permalink / raw)
  To: linus-amlogic

This patch adds support for the Phicomm N1. This device based on P230 reference design.
And this box doesn't have cvbs, so disable related section in device tree.

Signed-off-by: He Yangxuan <yangxuan8282@gmail.com>
---
 arch/arm64/boot/dts/amlogic/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/amlogic/Makefile b/arch/arm64/boot/dts/amlogic/Makefile
index c31f29d66..49f3ac5d8 100644
--- a/arch/arm64/boot/dts/amlogic/Makefile
+++ b/arch/arm64/boot/dts/amlogic/Makefile
@@ -18,6 +18,7 @@ dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-nexbox-a95x.dtb
 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-p212.dtb
 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-p230.dtb
 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-p231.dtb
+dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-phicomm-n1.dtb
 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s805x-p241.dtb
 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905w-p281.dtb
 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905w-tx3-mini.dtb
-- 
2.11.0

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

* [PATCH v4 2/3] dt-bindings: Add vendor prefix for PHICOMM Co., Ltd.
  2018-11-10  3:01 [PATCH v4 0/3] arm64: dts: meson-gxl: add support for phicomm n1 He Yangxuan
  2018-11-10  3:01 ` [PATCH v4 1/3] " He Yangxuan
@ 2018-11-10  3:01 ` He Yangxuan
  2018-11-10  3:01 ` [PATCH v4 3/3] dt-bindings: arm: amlogic: Add Phicomm N1 He Yangxuan
  2 siblings, 0 replies; 5+ messages in thread
From: He Yangxuan @ 2018-11-10  3:01 UTC (permalink / raw)
  To: linus-amlogic

PHICOMM Co., Ltd. is a hardware provider headquartered in Shanghai, it's
product includes router and smart devices.

Signed-off-by: He Yangxuan <yangxuan8282@gmail.com>
---
 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 4b1a2a8fc..8c413d8cc 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -296,6 +296,7 @@ panasonic	Panasonic Corporation
 parade	Parade Technologies Inc.
 pericom	Pericom Technology Inc.
 pervasive	Pervasive Displays, Inc.
+phicomm PHICOMM Co., Ltd.
 phytec	PHYTEC Messtechnik GmbH
 picochip	Picochip Ltd
 pine64	Pine64
-- 
2.11.0

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

* [PATCH v4 3/3] dt-bindings: arm: amlogic: Add Phicomm N1
  2018-11-10  3:01 [PATCH v4 0/3] arm64: dts: meson-gxl: add support for phicomm n1 He Yangxuan
  2018-11-10  3:01 ` [PATCH v4 1/3] " He Yangxuan
  2018-11-10  3:01 ` [PATCH v4 2/3] dt-bindings: Add vendor prefix for PHICOMM Co., Ltd He Yangxuan
@ 2018-11-10  3:01 ` He Yangxuan
  2 siblings, 0 replies; 5+ messages in thread
From: He Yangxuan @ 2018-11-10  3:01 UTC (permalink / raw)
  To: linus-amlogic

Add bindings documentation for the Phicomm N1.

Signed-off-by: He Yangxuan <yangxuan8282@gmail.com>
---
 Documentation/devicetree/bindings/arm/amlogic.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt
index 4498292b8..93177f38e 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.txt
+++ b/Documentation/devicetree/bindings/arm/amlogic.txt
@@ -91,6 +91,7 @@ Board compatible values (alphabetically, grouped by SoC):
 
   - "amlogic,p230" (Meson gxl s905d)
   - "amlogic,p231" (Meson gxl s905d)
+  - "phicomm,n1" (Meson gxl s905d)
 
   - "amlogic,p241" (Meson gxl s805x)
 
-- 
2.11.0

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

* [PATCH v4 1/3] arm64: dts: meson-gxl: add support for phicomm n1
  2018-11-10  3:01 ` [PATCH v4 1/3] " He Yangxuan
@ 2018-11-10  3:15   ` He Yangxuan
  0 siblings, 0 replies; 5+ messages in thread
From: He Yangxuan @ 2018-11-10  3:15 UTC (permalink / raw)
  To: linus-amlogic

On Sat, Nov 10, 2018 at 11:01:01AM +0800, He Yangxuan wrote:
> This patch adds support for the Phicomm N1. This device based on P230 reference design.
> And this box doesn't have cvbs, so disable related section in device tree.
> 
> Signed-off-by: He Yangxuan <yangxuan8282@gmail.com>
> ---
>  arch/arm64/boot/dts/amlogic/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/Makefile b/arch/arm64/boot/dts/amlogic/Makefile
> index c31f29d66..49f3ac5d8 100644
> --- a/arch/arm64/boot/dts/amlogic/Makefile
> +++ b/arch/arm64/boot/dts/amlogic/Makefile
> @@ -18,6 +18,7 @@ dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-nexbox-a95x.dtb
>  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-p212.dtb
>  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-p230.dtb
>  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-p231.dtb
> +dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-phicomm-n1.dtb
>  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s805x-p241.dtb
>  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905w-p281.dtb
>  dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905w-tx3-mini.dtb
> -- 
> 2.11.0
> 

Please ignore this patches
I'm trying to fix my git send email, never thought this one will sumbit, and 
forgot to include device tree in this commit.
I'm sorry to bother mailing list.
Will send v5 patches later.

Yangxuan

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

end of thread, other threads:[~2018-11-10  3:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-10  3:01 [PATCH v4 0/3] arm64: dts: meson-gxl: add support for phicomm n1 He Yangxuan
2018-11-10  3:01 ` [PATCH v4 1/3] " He Yangxuan
2018-11-10  3:15   ` He Yangxuan
2018-11-10  3:01 ` [PATCH v4 2/3] dt-bindings: Add vendor prefix for PHICOMM Co., Ltd He Yangxuan
2018-11-10  3:01 ` [PATCH v4 3/3] dt-bindings: arm: amlogic: Add Phicomm N1 He Yangxuan

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.