summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2022-11-07 16:00:14 +0800
committerStefano Babic <[email protected]>2023-01-31 12:11:34 +0100
commit1224dd8b157f039192dccdbe9bea0adb4de82eec (patch)
treee762498bb8d1a40c1986d275ef1104fe2632f73c /arch
parent388ccbe1fee999a0f1db17e2e47292081ac3093a (diff)
imx: mx6sxsabreauto: select DM_SERIAL
Select DM_SERIAL Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi b/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi
index 549461df71e..7812aa34ee1 100644
--- a/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi
+++ b/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi
@@ -14,3 +14,7 @@
compatible = "jedec,spi-nor";
};
};
+
+&pinctrl_uart1 {
+ u-boot,dm-pre-reloc;
+};