Re: [linux-sunxi] Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-24 Thread icenowy
在 2017-08-24 14:07,Maxime Ripard 写道: On Wed, Aug 23, 2017 at 11:13:04PM +0800, icen...@aosc.io wrote: 在 2017-08-23 22:35,Maxime Ripard 写道: > On Wed, Aug 23, 2017 at 07:56:29PM +0800, icen...@aosc.io wrote: > > > > + reg = <0x01c0f000 0x1000>; > > > > + clocks

Re: [linux-sunxi] Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-24 Thread icenowy
在 2017-08-24 14:07,Maxime Ripard 写道: On Wed, Aug 23, 2017 at 11:13:04PM +0800, icen...@aosc.io wrote: 在 2017-08-23 22:35,Maxime Ripard 写道: > On Wed, Aug 23, 2017 at 07:56:29PM +0800, icen...@aosc.io wrote: > > > > + reg = <0x01c0f000 0x1000>; > > > > + clocks

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-24 Thread Maxime Ripard
On Wed, Aug 23, 2017 at 11:13:04PM +0800, icen...@aosc.io wrote: > 在 2017-08-23 22:35,Maxime Ripard 写道: > > On Wed, Aug 23, 2017 at 07:56:29PM +0800, icen...@aosc.io wrote: > > > > > + reg = <0x01c0f000 0x1000>; > > > > > + clocks = < CLK_BUS_MMC0>, <

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-24 Thread Maxime Ripard
On Wed, Aug 23, 2017 at 11:13:04PM +0800, icen...@aosc.io wrote: > 在 2017-08-23 22:35,Maxime Ripard 写道: > > On Wed, Aug 23, 2017 at 07:56:29PM +0800, icen...@aosc.io wrote: > > > > > + reg = <0x01c0f000 0x1000>; > > > > > + clocks = < CLK_BUS_MMC0>, <

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-23 Thread icenowy
在 2017-08-23 22:35,Maxime Ripard 写道: On Wed, Aug 23, 2017 at 07:56:29PM +0800, icen...@aosc.io wrote: > > + reg = <0x01c0f000 0x1000>; > > + clocks = < CLK_BUS_MMC0>, < CLK_MMC0>; > > + clock-names = "ahb", "mmc"; > > +

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-23 Thread icenowy
在 2017-08-23 22:35,Maxime Ripard 写道: On Wed, Aug 23, 2017 at 07:56:29PM +0800, icen...@aosc.io wrote: > > + reg = <0x01c0f000 0x1000>; > > + clocks = < CLK_BUS_MMC0>, < CLK_MMC0>; > > + clock-names = "ahb", "mmc"; > > +

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-23 Thread Maxime Ripard
On Wed, Aug 23, 2017 at 07:56:29PM +0800, icen...@aosc.io wrote: > > > + reg = <0x01c0f000 0x1000>; > > > + clocks = < CLK_BUS_MMC0>, < CLK_MMC0>; > > > + clock-names = "ahb", "mmc"; > > > + resets = < RST_BUS_MMC0>; > > > +

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-23 Thread Maxime Ripard
On Wed, Aug 23, 2017 at 07:56:29PM +0800, icen...@aosc.io wrote: > > > + reg = <0x01c0f000 0x1000>; > > > + clocks = < CLK_BUS_MMC0>, < CLK_MMC0>; > > > + clock-names = "ahb", "mmc"; > > > + resets = < RST_BUS_MMC0>; > > > +

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-23 Thread icenowy
在 2017-08-23 04:05,Maxime Ripard 写道: Hi, On Tue, Aug 22, 2017 at 02:17:40PM +0800, Icenowy Zheng wrote: From: Chen-Yu Tsai The Allwinner R40 SoC is marketed as the successor to the A20 SoC. The R40 is a smaller chip than the A20, but features the same set of programmable pins,

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-23 Thread icenowy
在 2017-08-23 04:05,Maxime Ripard 写道: Hi, On Tue, Aug 22, 2017 at 02:17:40PM +0800, Icenowy Zheng wrote: From: Chen-Yu Tsai The Allwinner R40 SoC is marketed as the successor to the A20 SoC. The R40 is a smaller chip than the A20, but features the same set of programmable pins, with a couple

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-22 Thread Icenowy Zheng
于 2017年8月23日 GMT+08:00 上午4:05:21, Maxime Ripard 写到: >Hi, > >On Tue, Aug 22, 2017 at 02:17:40PM +0800, Icenowy Zheng wrote: >> From: Chen-Yu Tsai >> >> The Allwinner R40 SoC is marketed as the successor to the A20 SoC. >> The R40 is a smaller

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-22 Thread Icenowy Zheng
于 2017年8月23日 GMT+08:00 上午4:05:21, Maxime Ripard 写到: >Hi, > >On Tue, Aug 22, 2017 at 02:17:40PM +0800, Icenowy Zheng wrote: >> From: Chen-Yu Tsai >> >> The Allwinner R40 SoC is marketed as the successor to the A20 SoC. >> The R40 is a smaller chip than the A20, but features the same set >> of

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-22 Thread Maxime Ripard
Hi, On Tue, Aug 22, 2017 at 02:17:40PM +0800, Icenowy Zheng wrote: > From: Chen-Yu Tsai > > The Allwinner R40 SoC is marketed as the successor to the A20 SoC. > The R40 is a smaller chip than the A20, but features the same set > of programmable pins, with a couple extra pins and

Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-22 Thread Maxime Ripard
Hi, On Tue, Aug 22, 2017 at 02:17:40PM +0800, Icenowy Zheng wrote: > From: Chen-Yu Tsai > > The Allwinner R40 SoC is marketed as the successor to the A20 SoC. > The R40 is a smaller chip than the A20, but features the same set > of programmable pins, with a couple extra pins and some new pin >

[PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-22 Thread Icenowy Zheng
From: Chen-Yu Tsai The Allwinner R40 SoC is marketed as the successor to the A20 SoC. The R40 is a smaller chip than the A20, but features the same set of programmable pins, with a couple extra pins and some new pin functions. The chip features 4 Cortex-A7 cores and a Mali-400 MP2

[PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40

2017-08-22 Thread Icenowy Zheng
From: Chen-Yu Tsai The Allwinner R40 SoC is marketed as the successor to the A20 SoC. The R40 is a smaller chip than the A20, but features the same set of programmable pins, with a couple extra pins and some new pin functions. The chip features 4 Cortex-A7 cores and a Mali-400 MP2 GPU. It