Re: [RESEND PATCH v2 0/4] Add support i2s/spdif/gmac features for RK322x SoCs

2016-06-28 Thread Xing Zheng

Thanks Heiko. :-)

On 2016年06月28日 03:43, Heiko Stuebner wrote:

Am Mittwoch, 22. Juni 2016, 11:16:49 schrieb Xing Zheng:

Hi,
   We have the brother chipset product that RK3228 and RK3229,
They have many common configuration, but there are a number
of different features. In order to develop the future when they
are easy to distinguish, we need them to be independent.
   And, these patchset add i2s/gmac dts nodes for RK322x SoCs,
and add the new dts file of the rk3229 evb board.

applied to my dts32 branch for 4.8 with the following changes


Xing Zheng (4):
   ARM: dts: rockchip: rename rk3228.dtsi to rk322x.dtsi

we'll refrain from adding empty rk3228.dtsi files until we have actual things
to fill it with.


   ARM: dts: rockchip: add i2s nodes for RK322x SoCs

moved i2s node to correct position according to register map


   ARM: dts: rockchip: add GMAC nodes for RK322x SoCs

dropped phy-mode and pinctrl settings, as rgmii <-> rmii is a per-board
thing


   ARM: dts: rockchip: add support rk3229 evb board

again dropped the empty rk3229.dtsi, we can add that once there are
additions not shared between rk3228/rk3229.


Heiko





--
- Xing Zheng




Re: [RESEND PATCH v2 0/4] Add support i2s/spdif/gmac features for RK322x SoCs

2016-06-28 Thread Xing Zheng

Thanks Heiko. :-)

On 2016年06月28日 03:43, Heiko Stuebner wrote:

Am Mittwoch, 22. Juni 2016, 11:16:49 schrieb Xing Zheng:

Hi,
   We have the brother chipset product that RK3228 and RK3229,
They have many common configuration, but there are a number
of different features. In order to develop the future when they
are easy to distinguish, we need them to be independent.
   And, these patchset add i2s/gmac dts nodes for RK322x SoCs,
and add the new dts file of the rk3229 evb board.

applied to my dts32 branch for 4.8 with the following changes


Xing Zheng (4):
   ARM: dts: rockchip: rename rk3228.dtsi to rk322x.dtsi

we'll refrain from adding empty rk3228.dtsi files until we have actual things
to fill it with.


   ARM: dts: rockchip: add i2s nodes for RK322x SoCs

moved i2s node to correct position according to register map


   ARM: dts: rockchip: add GMAC nodes for RK322x SoCs

dropped phy-mode and pinctrl settings, as rgmii <-> rmii is a per-board
thing


   ARM: dts: rockchip: add support rk3229 evb board

again dropped the empty rk3229.dtsi, we can add that once there are
additions not shared between rk3228/rk3229.


Heiko





--
- Xing Zheng




Re: [RESEND PATCH v2 0/4] Add support i2s/spdif/gmac features for RK322x SoCs

2016-06-27 Thread Heiko Stuebner
Am Mittwoch, 22. Juni 2016, 11:16:49 schrieb Xing Zheng:
> Hi,
>   We have the brother chipset product that RK3228 and RK3229,
> They have many common configuration, but there are a number
> of different features. In order to develop the future when they
> are easy to distinguish, we need them to be independent.
>   And, these patchset add i2s/gmac dts nodes for RK322x SoCs,
> and add the new dts file of the rk3229 evb board.

applied to my dts32 branch for 4.8 with the following changes

> Xing Zheng (4):
>   ARM: dts: rockchip: rename rk3228.dtsi to rk322x.dtsi

we'll refrain from adding empty rk3228.dtsi files until we have actual things 
to fill it with.

>   ARM: dts: rockchip: add i2s nodes for RK322x SoCs

moved i2s node to correct position according to register map

>   ARM: dts: rockchip: add GMAC nodes for RK322x SoCs

dropped phy-mode and pinctrl settings, as rgmii <-> rmii is a per-board 
thing

>   ARM: dts: rockchip: add support rk3229 evb board

again dropped the empty rk3229.dtsi, we can add that once there are 
additions not shared between rk3228/rk3229.


Heiko


Re: [RESEND PATCH v2 0/4] Add support i2s/spdif/gmac features for RK322x SoCs

2016-06-27 Thread Heiko Stuebner
Am Mittwoch, 22. Juni 2016, 11:16:49 schrieb Xing Zheng:
> Hi,
>   We have the brother chipset product that RK3228 and RK3229,
> They have many common configuration, but there are a number
> of different features. In order to develop the future when they
> are easy to distinguish, we need them to be independent.
>   And, these patchset add i2s/gmac dts nodes for RK322x SoCs,
> and add the new dts file of the rk3229 evb board.

applied to my dts32 branch for 4.8 with the following changes

> Xing Zheng (4):
>   ARM: dts: rockchip: rename rk3228.dtsi to rk322x.dtsi

we'll refrain from adding empty rk3228.dtsi files until we have actual things 
to fill it with.

>   ARM: dts: rockchip: add i2s nodes for RK322x SoCs

moved i2s node to correct position according to register map

>   ARM: dts: rockchip: add GMAC nodes for RK322x SoCs

dropped phy-mode and pinctrl settings, as rgmii <-> rmii is a per-board 
thing

>   ARM: dts: rockchip: add support rk3229 evb board

again dropped the empty rk3229.dtsi, we can add that once there are 
additions not shared between rk3228/rk3229.


Heiko


[RESEND PATCH v2 0/4] Add support i2s/spdif/gmac features for RK322x SoCs

2016-06-21 Thread Xing Zheng

Hi,
  We have the brother chipset product that RK3228 and RK3229,
They have many common configuration, but there are a number
of different features. In order to develop the future when they
are easy to distinguish, we need them to be independent.
  And, these patchset add i2s/gmac dts nodes for RK322x SoCs,
and add the new dts file of the rk3229 evb board.

Thanks.

Changes in v2:
- rename rk3228.dtsi to rk322x.dtsi

Xing Zheng (4):
  ARM: dts: rockchip: rename rk3228.dtsi to rk322x.dtsi
  ARM: dts: rockchip: add i2s nodes for RK322x SoCs
  ARM: dts: rockchip: add GMAC nodes for RK322x SoCs
  ARM: dts: rockchip: add support rk3229 evb board

 arch/arm/boot/dts/Makefile   |1 +
 arch/arm/boot/dts/rk3228.dtsi|  548 +
 arch/arm/boot/dts/rk3229-evb.dts |   90 +
 arch/arm/boot/dts/rk3229.dtsi|   45 +++
 arch/arm/boot/dts/rk322x.dtsi|  708 ++
 5 files changed, 845 insertions(+), 547 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3229-evb.dts
 create mode 100644 arch/arm/boot/dts/rk3229.dtsi
 create mode 100644 arch/arm/boot/dts/rk322x.dtsi

-- 
1.7.9.5




[RESEND PATCH v2 0/4] Add support i2s/spdif/gmac features for RK322x SoCs

2016-06-21 Thread Xing Zheng

Hi,
  We have the brother chipset product that RK3228 and RK3229,
They have many common configuration, but there are a number
of different features. In order to develop the future when they
are easy to distinguish, we need them to be independent.
  And, these patchset add i2s/gmac dts nodes for RK322x SoCs,
and add the new dts file of the rk3229 evb board.

Thanks.

Changes in v2:
- rename rk3228.dtsi to rk322x.dtsi

Xing Zheng (4):
  ARM: dts: rockchip: rename rk3228.dtsi to rk322x.dtsi
  ARM: dts: rockchip: add i2s nodes for RK322x SoCs
  ARM: dts: rockchip: add GMAC nodes for RK322x SoCs
  ARM: dts: rockchip: add support rk3229 evb board

 arch/arm/boot/dts/Makefile   |1 +
 arch/arm/boot/dts/rk3228.dtsi|  548 +
 arch/arm/boot/dts/rk3229-evb.dts |   90 +
 arch/arm/boot/dts/rk3229.dtsi|   45 +++
 arch/arm/boot/dts/rk322x.dtsi|  708 ++
 5 files changed, 845 insertions(+), 547 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3229-evb.dts
 create mode 100644 arch/arm/boot/dts/rk3229.dtsi
 create mode 100644 arch/arm/boot/dts/rk322x.dtsi

-- 
1.7.9.5