The DTS files had some spacing issues and they needed fixing. This pull re-sync's the OMAP3xx related DTS files with Linux 4.13-RC5. To keep the DTS and DTSI files clean and in sync with Linux, new u-boot.dtsi files are added. Signed-off-by: Adam Ford <aford173@gmail.com> V3: The resync broke card detect on MMC1 on Logic PD's Torpedo, so we add the cd-invert to the Torpedo's -u-boot.dtsi file. V2: Add the u-boot.dtsi files for OMAP3, OMAP36xx, and Torpedo Remove the need for the second patch in the seriesmaster
parent
74cd48e132
commit
bf1ddfc026
@ -0,0 +1,45 @@ |
||||
/* |
||||
* Copyright (C) 2017 |
||||
* Logic PD - http://www.logicpd.com |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
/ { |
||||
chosen { |
||||
stdout-path = &uart1; |
||||
}; |
||||
}; |
||||
|
||||
&i2c1 { |
||||
clock-frequency = <400000>; |
||||
}; |
||||
|
||||
&i2c2 { |
||||
clock-frequency = <400000>; |
||||
}; |
||||
|
||||
&mmc1 { |
||||
cd-inverted; |
||||
}; |
||||
|
||||
&mmc2 { |
||||
status = "disabled"; |
||||
}; |
||||
|
||||
&mmc3 { |
||||
status = "disabled"; |
||||
}; |
||||
|
||||
&uart1 { |
||||
reg-shift = <2>; |
||||
}; |
||||
|
||||
&uart2 { |
||||
reg-shift = <2>; |
||||
}; |
||||
|
||||
&uart3 { |
||||
reg-shift = <2>; |
||||
}; |
||||
|
@ -0,0 +1,20 @@ |
||||
/* |
||||
* Device Tree Source for OMAP3 SoC CPU thermal |
||||
* |
||||
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ |
||||
* |
||||
* This file is licensed under the terms of the GNU General Public License |
||||
* version 2. This program is licensed "as is" without any warranty of any |
||||
* kind, whether express or implied. |
||||
*/ |
||||
|
||||
#include <dt-bindings/thermal/thermal.h> |
||||
|
||||
cpu_thermal: cpu_thermal { |
||||
polling-delay-passive = <250>; /* milliseconds */ |
||||
polling-delay = <1000>; /* milliseconds */ |
||||
coefficients = <0 20000>; |
||||
|
||||
/* sensor ID */ |
||||
thermal-sensors = <&bandgap 0>; |
||||
}; |
@ -0,0 +1,19 @@ |
||||
/* |
||||
* Copyright (C) 2017 |
||||
* Logic PD - http://www.logicpd.com |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
&uart1 { |
||||
reg-shift = <2>; |
||||
}; |
||||
|
||||
&uart2 { |
||||
reg-shift = <2>; |
||||
}; |
||||
|
||||
&uart3 { |
||||
reg-shift = <2>; |
||||
}; |
||||
|
@ -0,0 +1,10 @@ |
||||
/* |
||||
* Copyright (C) 2017 |
||||
* Logic PD - http://www.logicpd.com |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
&uart4 { |
||||
reg-shift = <2>; |
||||
}; |
Loading…
Reference in new issue