Re: [PATCH] pinctrl: meson: fix bit manipulation of pin bias configuration

2020-12-15 Thread Otto Meier
Hi, I tested it also with newest U-boot DMI: Hardkernel Co., Ltd. ODROID-C2/ODROID-C2, BIOS 2021.01-rc3-00134-gf40825e18e-dirty 12/15/2020 and it definitly fixes the emmc boot issue. Am 15.12.20 um 08:52 schrieb Neil Armstrong: On 14/12/2020 21:48, Anton Arapov wrote: Hi Neil, I tested it

Re: [PATCH] pinctrl: meson: fix bit manipulation of pin bias configuration

2020-12-14 Thread Neil Armstrong
On 14/12/2020 21:48, Anton Arapov wrote: > Hi Neil, > > I tested it and it does fix the issue. I am able to boot from eMMC. > > Thanks a lot! > Anton > > On Mon, Dec 14, 2020 at 7:48 PM Neil Armstrong > wrote: >> >> This fixes the wrong usage of clrsetbits_le32(), badly setting the set >> arg

Re: [PATCH] pinctrl: meson: fix bit manipulation of pin bias configuration

2020-12-14 Thread Anton Arapov
Hi Neil, I tested it and it does fix the issue. I am able to boot from eMMC. Thanks a lot! Anton On Mon, Dec 14, 2020 at 7:48 PM Neil Armstrong wrote: > > This fixes the wrong usage of clrsetbits_le32(), badly setting the set > argument. > > Fixes: c4c726c26b ("pinctrl: meson: add pinconf supp

[PATCH] pinctrl: meson: fix bit manipulation of pin bias configuration

2020-12-14 Thread Neil Armstrong
This fixes the wrong usage of clrsetbits_le32(), badly setting the set argument. Fixes: c4c726c26b ("pinctrl: meson: add pinconf support") Reported-by: Anton Arapov Reported-by: Otto Meier Signed-off-by: Neil Armstrong --- Hi Anton, Otto, This should fix eMMC booting on Odroid-C2, could you ha