mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
96a82d33f8
With the omap_mmc driver no longer supporting cd-inverted, this patch removes all these references since they are not needed. Signed-off-by: Adam Ford <aford173@gmail.com>
23 lines
242 B
Text
23 lines
242 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2017
|
|
* Logic PD - http://www.logicpd.com
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = &uart3;
|
|
};
|
|
};
|
|
|
|
&uart1 {
|
|
reg-shift = <2>;
|
|
};
|
|
|
|
&uart2 {
|
|
reg-shift = <2>;
|
|
};
|
|
|
|
&uart3 {
|
|
reg-shift = <2>;
|
|
};
|