Re: [PATCH 7/7] sunxi: H6: Enable SPI0 in DT when no eMMC is used

2022-02-24 Thread Andre Przywara
On Thu, 24 Feb 2022 13:00:56 +0530 Jagan Teki wrote: Hi Jagan, > On Thu, Jan 20, 2022 at 8:06 PM Jagan Teki wrote: > > > > On Thu, Jan 20, 2022 at 7:36 PM Andre Przywara > > wrote: > > > > > > On Thu, 20 Jan 2022 19:08:57 +0530 > > > Jagan Teki wrote: > > > > > > Hi, > > > > > > > On

Re: [PATCH 7/7] sunxi: H6: Enable SPI0 in DT when no eMMC is used

2022-02-23 Thread Jagan Teki
Hi Andre, On Thu, Jan 20, 2022 at 8:06 PM Jagan Teki wrote: > > On Thu, Jan 20, 2022 at 7:36 PM Andre Przywara wrote: > > > > On Thu, 20 Jan 2022 19:08:57 +0530 > > Jagan Teki wrote: > > > > Hi, > > > > > On Tue, Jan 11, 2022 at 6:16 PM Andre Przywara > > > wrote: > > > > > > > > On the

Re: [PATCH 7/7] sunxi: H6: Enable SPI0 in DT when no eMMC is used

2022-01-20 Thread Jagan Teki
On Thu, Jan 20, 2022 at 7:36 PM Andre Przywara wrote: > > On Thu, 20 Jan 2022 19:08:57 +0530 > Jagan Teki wrote: > > Hi, > > > On Tue, Jan 11, 2022 at 6:16 PM Andre Przywara > > wrote: > > > > > > On the Allwinner H6 SoC both the SPI0 and the eMMC device share one pin, > > > so cannot be used

Re: [PATCH 7/7] sunxi: H6: Enable SPI0 in DT when no eMMC is used

2022-01-20 Thread Andre Przywara
On Thu, 20 Jan 2022 19:08:57 +0530 Jagan Teki wrote: Hi, > On Tue, Jan 11, 2022 at 6:16 PM Andre Przywara wrote: > > > > On the Allwinner H6 SoC both the SPI0 and the eMMC device share one pin, > > so cannot be used simultaneously. On Linux this is a showstopper, since > > only one of them

Re: [PATCH 7/7] sunxi: H6: Enable SPI0 in DT when no eMMC is used

2022-01-20 Thread Jagan Teki
On Tue, Jan 11, 2022 at 6:16 PM Andre Przywara wrote: > > On the Allwinner H6 SoC both the SPI0 and the eMMC device share one pin, > so cannot be used simultaneously. On Linux this is a showstopper, since > only one of them would be able to claim the pin, and the probe order is > somewhat random.