diff options
| author | Quentin Schulz <[email protected]> | 2024-05-24 11:23:31 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2024-06-14 17:10:42 +0800 |
| commit | caa9456d61c4fc557ac4b5cdc751bd7a1100ead6 (patch) | |
| tree | 395116adaead6a3447d2e67292d0e5d1fdce5a8c | |
| parent | 7fca4d8914318f6f937f745a1c6ab5bbdd85cc36 (diff) | |
rockchip: evb-px30: do not remove pinctrl nodes from SPL DTB
In order to be able to properly mux UART on PX30 EVB, the pinmux needs
to be done at runtime, so let's not remove the pinctrl nodes from the
SPL DTB.
Reviewed-by: Kever Yang <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | configs/evb-px30_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/evb-px30_defconfig b/configs/evb-px30_defconfig index 50ce1d7a9f3..a5833ad6d09 100644 --- a/configs/evb-px30_defconfig +++ b/configs/evb-px30_defconfig @@ -51,7 +51,7 @@ CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_EFI_PARTITION_ENTRIES_NUMBERS=64 CONFIG_SPL_OF_CONTROL=y CONFIG_OF_LIVE=y -CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" +CONFIG_OF_SPL_REMOVE_PROPS="interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_REGMAP=y |
