diff options
| author | Fabio Estevam <[email protected]> | 2024-08-14 15:28:45 -0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-08-23 14:49:44 -0300 |
| commit | 3c72b81200bafda810dca14ec48a6813e0d4e866 (patch) | |
| tree | d742cf6e0392ed26b8e2e5497d5530f014aa5b76 /arch | |
| parent | 2798e4a5b449deab3ccba067f4adce839b814cd9 (diff) | |
tqma6_mba6: Remove UART board code
With DM_SERIAL in place, there is no need to setup the UART pins
in the board code.
The UART pins are setup via devicetree, thanks to DM.
Remove the unneeded code.
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx6qdl-mba6-u-boot.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-mba6-u-boot.dtsi b/arch/arm/dts/imx6qdl-mba6-u-boot.dtsi index 78457ef68f4..c8c0fc1fba7 100644 --- a/arch/arm/dts/imx6qdl-mba6-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-mba6-u-boot.dtsi @@ -10,6 +10,22 @@ }; }; +&aips2 { + bootph-all; +}; + +&pinctrl_uart2 { + bootph-all; +}; + +&soc { + bootph-all; +}; + +&uart2 { + bootph-all; +}; + &wdog1 { bootph-pre-ram; }; |
