drivers: pinctrl_imx: support i.MX93 M33 core
Converted to use CONFIG_SOC_MIMX9352 instead of CONFIG_SOC_MIMX9352_A55 to support also M33 core. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
parent
250460b008
commit
2a827f04b8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ int pinctrl_configure_pins(const pinctrl_soc_pin_t *pins, uint8_t pin_cnt,
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SOC_MIMX9352_A55
|
||||
#ifdef CONFIG_SOC_MIMX9352
|
||||
sys_write32(IOMUXC1_SW_MUX_CTL_PAD_MUX_MODE(mux_mode) |
|
||||
IOMUXC1_SW_MUX_CTL_PAD_SION(MCUX_IMX_INPUT_ENABLE(pin_ctrl_flags)),
|
||||
(mem_addr_t)mux_register);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue