diff options
| author | Fabio Estevam <[email protected]> | 2024-02-13 08:43:38 -0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-02-19 08:19:39 -0300 |
| commit | a59fb3dcf0f2099dcb8975a189408f01a8facea7 (patch) | |
| tree | 5b16997dfdddd3492ae66b3e7d5bc52e9dfe32f2 /arch | |
| parent | e4013bcb10f604ec1dfe955634d57e1fc336b15f (diff) | |
msc_sm2s_imx8mp: Convert to DM_SERIAL
The conversion to DM_SERIAL is mandatory, so do the conversion.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Ian Ray <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi b/arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi index c398a743f7b..1a7b530d9fc 100644 --- a/arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi @@ -63,3 +63,11 @@ &pmic { bootph-pre-ram; }; + +&uart2 { + bootph-pre-ram; +}; + +&pinctrl_uart2 { + bootph-pre-ram; +}; |
