
26 Apr
2022
26 Apr
'22
5:55 a.m.
On 4/25/22 1:21 AM, qianfanguijin@163.com wrote:
From: qianfan Zhao qianfanguijin@163.com
spi-sunxi driver will init pins based on "pinctrl-0", but the implementation is very limited.
Adding an Kconfig option if you really need this feature, or disable it and config pinmux at board's board_init.
This code has already been removed in U-Boot master by:
https://lore.kernel.org/u-boot/20220318035420.15058-24-samuel@sholland.org/
Pin setup is now handled by the separate pinctrl driver.
Regards, Samuel