mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 18:22:02 +02:00
ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xx
With the introduction of the omap serial driver, the need for some of these U-Boot specific modifications is gone. This cleans up this unnneeded stuff. Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
@@ -4,14 +4,6 @@
|
|||||||
* Logic PD - http://www.logicpd.com
|
* Logic PD - http://www.logicpd.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "LogicPD Zoom OMAP3 Development Kit";
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = &uart1;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
clock-frequency = <400000>;
|
clock-frequency = <400000>;
|
||||||
};
|
};
|
||||||
@@ -28,15 +20,3 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart1 {
|
|
||||||
reg-shift = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart2 {
|
|
||||||
reg-shift = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart3 {
|
|
||||||
reg-shift = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
@@ -1,18 +0,0 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0+
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2017
|
|
||||||
* Logic PD - http://www.logicpd.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
&uart1 {
|
|
||||||
reg-shift = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart2 {
|
|
||||||
reg-shift = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart3 {
|
|
||||||
reg-shift = <2>;
|
|
||||||
};
|
|
||||||
|
|
@@ -1,9 +0,0 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0+
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2017
|
|
||||||
* Logic PD - http://www.logicpd.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
&uart4 {
|
|
||||||
reg-shift = <2>;
|
|
||||||
};
|
|
Reference in New Issue
Block a user