[linux-sunxi] Re: [U-Boot] [PATCH v3] sunxi: A64/Pine64: update device tree from Linux

2017-05-29 Thread Jagan Teki
On Wed, May 24, 2017 at 3:04 PM, Andre Przywara wrote: > The Linux device tree for the Allwinner A64 SoC has changed a lot since > the U-Boot version was merged. > Let's replace the current DT with a exact copy of the Linux one as of: > commit

Re: [linux-sunxi] [PATCH 1/2] ARM: sun8i: v3s: add device nodes for DE2 display pipeline

2017-05-29 Thread icenowy
在 2017-05-29 16:59,Maxime Ripard 写道: On Thu, May 25, 2017 at 10:28:24PM +0800, Icenowy Zheng wrote: + compatible = "allwinner,sun8i-v3s-de2-mixer"; + reg = <0x0110 0x10>; >>> >>>The display engine also has an interrupt. Please list

[linux-sunxi] [PATCH] sunxi: sinovoip: Use proper naming convention for BPI boards

2017-05-29 Thread Jagan Teki
From: Jagan Teki - Rename Sinovoip BPI defconfigs to use small letter - To avoid naming conflict with 'LeMaker' add sinovoip prefix to BPI M2 Ultra defconfig since bananapi is also name used by 'LeMaker' - Add 'SINOVOIP' prefix 'BANANAPI M2 ULTRA BOARD' under

[linux-sunxi] Re: [PATCH] sunxi: sinovoip: Use proper naming convention for BPI boards

2017-05-29 Thread Chen-Yu Tsai
On Mon, May 29, 2017 at 10:24 PM, Jagan Teki wrote: > From: Jagan Teki > > - Rename Sinovoip BPI defconfigs to use small letter > - To avoid naming conflict with 'LeMaker' add sinovoip > prefix to BPI M2 Ultra defconfig since bananapi is > also

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: sinovoip: Use proper naming convention for BPI boards

2017-05-29 Thread Jagan Teki
On Mon, May 29, 2017 at 8:27 PM, Chen-Yu Tsai wrote: > On Mon, May 29, 2017 at 10:24 PM, Jagan Teki wrote: >> From: Jagan Teki >> >> - Rename Sinovoip BPI defconfigs to use small letter >> - To avoid naming conflict with 'LeMaker'

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: sinovoip: Use proper naming convention for BPI boards

2017-05-29 Thread Chen-Yu Tsai
On Mon, May 29, 2017 at 11:37 PM, Jagan Teki wrote: > On Mon, May 29, 2017 at 8:27 PM, Chen-Yu Tsai wrote: >> On Mon, May 29, 2017 at 10:24 PM, Jagan Teki wrote: >>> From: Jagan Teki >>> >>> - Rename

[linux-sunxi] [PATCH 1/3] ARM: dts: sun7i-a20: Rename bananapi as bananapi m1

2017-05-29 Thread Jagan Teki
From: Jagan Teki from BPI(BIPAI KEJI LIMITED) products the Bananapi board is named as 'Bananapi M1' and this is the starting bananapi board from M1 series. So rename dts and suffix 'M1' on model for the same, so-that next sequence on bananapi starts like M1 Plus, M2

[linux-sunxi] [PATCH 2/3] ARM: dts: sunxi: Update model and compatible for bananapi

2017-05-29 Thread Jagan Teki
From: Jagan Teki Since Bananapi brand is owned by BIPAI KEJI(BPI), the previous Lemaker and Sinovoip no longer use the bananapi brand, hence Updated the model and compatible for existing bananapi boards which is denoted same like in binanapi site. Example: for

[linux-sunxi] [PATCH 3/3] ARM: dts: sun6i-a31s: Rename sun6i-a31s-sinovoip-bpi-m2

2017-05-29 Thread Jagan Teki
From: Jagan Teki Since Bananapi brand is owned by BIPAI KEJI(BPI), the previous Sinovoip no longer use the bananapi brand, hence rename sun6i-a31s-sinovoip-bpi-m2.dts to sun6i-a31s-bananapi-m2.dts Signed-off-by: Jagan Teki --- Note:

[linux-sunxi] [PATCH v2 1/2] sunxi: Rename bananapi board as bananapi m1

2017-05-29 Thread Jagan Teki
From: Jagan Teki from BPI(BIPAI KEJI LIMITED) products the Bananapi board is named as 'Bananapi M1' and this is the starting bananapi board from M1 series. So rename the board defconfig, dts and suffix 'M1' on model for the same so-that next sequence on bananapi

[linux-sunxi] [PATCH v2 2/2] sunxi: Use proper naming convention for Bananapi boards

2017-05-29 Thread Jagan Teki
From: Jagan Teki Since Bananapi brand is owned by BIPAI KEJI(BPI) - Drop vendor prefix 'Sinovoip' for defconfig names - Drop Board name 'SINOVOIP' in MAINTAINERS file - Use small letters for defconfig files, since newly supported and/or longer stable defconfigs

Re: [linux-sunxi] [PATCH 1/3] ARM: dts: sun7i-a20: Rename bananapi as bananapi m1

2017-05-29 Thread Icenowy Zheng
于 2017年5月30日 GMT+08:00 上午3:30:26, Jagan Teki 写到: >From: Jagan Teki > >from BPI(BIPAI KEJI LIMITED) products the Bananapi board >is named as 'Bananapi M1' and this is the starting >bananapi board from M1 series. > >So rename dts and suffix 'M1' on

[linux-sunxi] Re: [PATCH 3/3] ARM: sun8i: v3s: add backlight device node for Lichee Pi Zero LCD

2017-05-29 Thread Maxime Ripard
Hi, On Wed, May 24, 2017 at 08:13:20PM +0800, Icenowy Zheng wrote: > The 40-pin LCD connector on Lichee Pi Zero has backlight pins, which is > controlled by the PWM0 controller of the V3s SoC, and the controlling > part is on the board. > > Add the PWM and backlight device nodes in the device

[linux-sunxi] Re: [PATCH 3/3] ARM: sun8i: a83t: Add device node for PRCM

2017-05-29 Thread Maxime Ripard
Hi, On Fri, May 26, 2017 at 04:00:25PM +0800, Chen-Yu Tsai wrote: > The A83T's PRCM has the same set of clocks and resets as the A64. > However, a few dividers are different. And due to the lack of a low > speed 32.768 kHz oscillator, a few of the clock parents are different. > > The PRCM also

[linux-sunxi] Re: [PATCH 3/3] ARM: sun8i: v3s: add backlight device node for Lichee Pi Zero LCD

2017-05-29 Thread Chen-Yu Tsai
On Mon, May 29, 2017 at 3:41 PM, Maxime Ripard wrote: > Hi, > > On Wed, May 24, 2017 at 08:13:20PM +0800, Icenowy Zheng wrote: >> The 40-pin LCD connector on Lichee Pi Zero has backlight pins, which is >> controlled by the PWM0 controller of the V3s SoC, and the

[linux-sunxi] Re: [PATCH 3/3] ARM: sun8i: v3s: add backlight device node for Lichee Pi Zero LCD

2017-05-29 Thread Maxime Ripard
On Mon, May 29, 2017 at 04:16:51PM +0800, Chen-Yu Tsai wrote: > On Mon, May 29, 2017 at 3:41 PM, Maxime Ripard > wrote: > > Hi, > > > > On Wed, May 24, 2017 at 08:13:20PM +0800, Icenowy Zheng wrote: > >> The 40-pin LCD connector on Lichee Pi Zero has backlight

[linux-sunxi] Re: [PATCH v3] sunxi: A64/Pine64: update device tree from Linux

2017-05-29 Thread Maxime Ripard
On Wed, May 24, 2017 at 10:34:56AM +0100, Andre Przywara wrote: > The Linux device tree for the Allwinner A64 SoC has changed a lot since > the U-Boot version was merged. > Let's replace the current DT with a exact copy of the Linux one as of: > commit c6778ff813d2ca3e3c8733c87dc8b6831a64578b >

Re: [linux-sunxi] [PATCH 1/2] ARM: sun8i: v3s: add device nodes for DE2 display pipeline

2017-05-29 Thread Maxime Ripard
On Thu, May 25, 2017 at 10:28:24PM +0800, Icenowy Zheng wrote: > + compatible = "allwinner,sun8i-v3s-de2-mixer"; > + reg = <0x0110 0x10>; > >>> > >>>The display engine also has an interrupt. Please list it > >> > >> It's a overall

[linux-sunxi] Re: [PATCH v4 00/11] drm: sun4i: Add support for the HDMI controller

2017-05-29 Thread Maxime Ripard
On Sat, May 27, 2017 at 06:09:25PM +0200, Maxime Ripard wrote: > Hi, > > Here is an attempt at getting the HDMI controller running. > > This HDMI controller is found on a number of old Allwinner SoCs (A10, A10s, > A20, A31). > > This driver only supports for now the A10s because it was an easy

[linux-sunxi] Re: [PATCH 2/3] ARM: sun8i: v3s: add PWM pinmux nodes

2017-05-29 Thread Maxime Ripard
Hi, On Wed, May 24, 2017 at 08:13:19PM +0800, Icenowy Zheng wrote: > Allwinner V3s have two PWM channels, the first channel can be only at > PB4 pin, and the second channel PB5. > > Add their pinmux configurations. > > Signed-off-by: Icenowy Zheng > --- >

[linux-sunxi] Re: [PATCH 0/6] ARM: sunxi: Enable AXP PMIC power supplies

2017-05-29 Thread Maxime Ripard
On Thu, May 25, 2017 at 03:31:32PM +0800, Chen-Yu Tsai wrote: > Hi Maxime, > > This series enables the power supplies for the AXP PMICs on boards > that I currently have and am actively testing. > > The first patch re-orders the node references for the Cubieboard 2 > dts, to maintain

[linux-sunxi] Re: [PATCH 1/3] ARM: sun8i: v3s: add PWM device node

2017-05-29 Thread Maxime Ripard
Hi, On Wed, May 24, 2017 at 08:13:18PM +0800, Icenowy Zheng wrote: > As we have already the support for the PWM controller on V3s SoC, add > its device node in the SoC's DTSI file. > > Signed-off-by: Icenowy Zheng > --- > arch/arm/boot/dts/sun8i-v3s.dtsi | 8 > 1 file

Re: [linux-sunxi] [PATCH v2 1/2] sunxi: Rename bananapi board as bananapi m1

2017-05-29 Thread Chen-Yu Tsai
Hi, On Tue, May 30, 2017 at 5:58 AM, Karsten Merker wrote: > On Tue, May 30, 2017 at 01:06:54AM +0530, Jagan Teki wrote: >> From: Jagan Teki >> >> from BPI(BIPAI KEJI LIMITED) products the Bananapi board >> is named as 'Bananapi M1' and this is the

Re: [linux-sunxi] [PATCH 1/3] ARM: dts: sun7i-a20: Rename bananapi as bananapi m1

2017-05-29 Thread Jagan Teki
On Tue, May 30, 2017 at 3:15 AM, Karsten Merker wrote: > On Mon, May 29, 2017 at 07:30:26PM +, Jagan Teki wrote: >> From: Jagan Teki >> >> from BPI(BIPAI KEJI LIMITED) products the Bananapi board >> is named as 'Bananapi M1' and this is the