Re: [U-Boot] [PATCH 02/24] sun6i: Restrict some register initialization to Allwinner A31 SoC

2016-12-02 Thread André Przywara
On 24/11/16 10:18, Andre Przywara wrote: > Hi, > > On 24/11/16 03:01, Siarhei Siamashka wrote: >> On Sun, 20 Nov 2016 14:56:56 + >> Andre Przywara wrote: >> >>> These days many Allwinner SoCs use clock_sun6i.c, although out of them >>> only the (original sun6i) A31

Re: [U-Boot] [PATCH 02/24] sun6i: Restrict some register initialization to Allwinner A31 SoC

2016-11-24 Thread Andre Przywara
Hi, On 24/11/16 03:01, Siarhei Siamashka wrote: > On Sun, 20 Nov 2016 14:56:56 + > Andre Przywara wrote: > >> These days many Allwinner SoCs use clock_sun6i.c, although out of them >> only the (original sun6i) A31 has a second MBUS clock register. >> Also setting up

Re: [U-Boot] [PATCH 02/24] sun6i: Restrict some register initialization to Allwinner A31 SoC

2016-11-23 Thread Siarhei Siamashka
On Sun, 20 Nov 2016 14:56:56 + Andre Przywara wrote: > These days many Allwinner SoCs use clock_sun6i.c, although out of them > only the (original sun6i) A31 has a second MBUS clock register. > Also setting up the PRCM PLL_CTLR1 register to provide the proper voltage

Re: [U-Boot] [PATCH 02/24] sun6i: Restrict some register initialization to Allwinner A31 SoC

2016-11-21 Thread Jagan Teki
On Sun, Nov 20, 2016 at 8:26 PM, Andre Przywara wrote: > These days many Allwinner SoCs use clock_sun6i.c, although out of them > only the (original sun6i) A31 has a second MBUS clock register. > Also setting up the PRCM PLL_CTLR1 register to provide the proper voltage >

[U-Boot] [PATCH 02/24] sun6i: Restrict some register initialization to Allwinner A31 SoC

2016-11-20 Thread Andre Przywara
These days many Allwinner SoCs use clock_sun6i.c, although out of them only the (original sun6i) A31 has a second MBUS clock register. Also setting up the PRCM PLL_CTLR1 register to provide the proper voltage seems to be an A31-only feature as well. So restrict the initialization to this SoC only