Re: [PATCH] arm: mecsbc: fixup /regulator-sd device tree node

2024-04-08 Thread Sascha Hauer
On Fri, 05 Apr 2024 12:12:50 +0200, Sascha Hauer wrote: > The MECSBC prototype board has a bug which makes the 1.8V SD mode > unusable. Add a fixup which sets the regulator-min-microvolt property of > the SD regulator to 3.3V to prevent the Kernel from going into 1.8V. > > Applied, thanks!

Re: [PATCH] arm: mecsbc: fixup /regulator-sd device tree node

2024-04-05 Thread Sascha Hauer
On Fri, Apr 05, 2024 at 01:46:26PM +0200, Ahmad Fatoum wrote: > Hello Sascha, > > On 05.04.24 12:12, Sascha Hauer wrote: > > The MECSBC prototype board has a bug which makes the 1.8V SD mode > > unusable. Add a fixup which sets the regulator-min-microvolt property of > > the SD regulator to 3.3V

Re: [PATCH] arm: mecsbc: fixup /regulator-sd device tree node

2024-04-05 Thread Ahmad Fatoum
Hello Sascha, On 05.04.24 12:12, Sascha Hauer wrote: > The MECSBC prototype board has a bug which makes the 1.8V SD mode > unusable. Add a fixup which sets the regulator-min-microvolt property of > the SD regulator to 3.3V to prevent the Kernel from going into 1.8V. Isn't that what the MMC

[PATCH] arm: mecsbc: fixup /regulator-sd device tree node

2024-04-05 Thread Sascha Hauer
The MECSBC prototype board has a bug which makes the 1.8V SD mode unusable. Add a fixup which sets the regulator-min-microvolt property of the SD regulator to 3.3V to prevent the Kernel from going into 1.8V. Signed-off-by: Sascha Hauer --- arch/arm/boards/protonic-mecsbc/board.c | 21