mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
arm: dts: phycore-imx8mm: Fix property
Fix misspelled property "stdout-path". Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
This commit is contained in:
parent
5eee18d848
commit
115732170e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
compatible = "phytec,imx8mm-phycore-som", "fsl,imx8mm";
|
||||
|
||||
chosen {
|
||||
stdout-patch = &uart3;
|
||||
stdout-path = &uart3;
|
||||
};
|
||||
|
||||
reg_usdhc2_vmmc: regulator-usdhc2 {
|
||||
|
|
Loading…
Reference in a new issue