Hi,
We are trying u-boot v2024.04 for release: LF6.6.23_2.0.0.
I have a question about GPIO request:
In v2023.04, `board_early_init_f` can't run DM_GPIO function().
We can use `imx_iomux_v3_setup_multiple_pads` and `gpio_request` request them.
But in v2024.04, either of them can request the GPIO.
We notice that imx91_evk use setbits_le32 to perform operation of GPIO.
Can you please tell which modification cause this? And how?
this issue seems to be related to changes of DM_SPL?
commit 8c103c33fb14086aad6feda504934314d4397dd7
Author: Simon Glass <sjg@chromium.org>
Date: Mon Feb 13 08:56:33 2023 -0700
dm: dts: Convert driver model tags to use new schema
Now that Linux has accepted these tags, move the device tree files in
U-Boot over to use them.
Signed-off-by: Simon Glass <sjg@chromium.org>
THANKS~~
Joe