Essential fix of CM-T54 serial console power supply and
minor update of SBC-T54 DT model property.
Dmitry Lifshitz (2):
ARM: dts: cm-t54: fix serial console power supply.
ARM: dts: sbc-t54: fix model property
arch/arm/boot/dts/omap5-cm-t54.dts | 5 ++---
arch/arm/boot/dts/omap5-sbc-t54.dts | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)
--
1.7.5.4
LDO8 regulator is used for act led and serial cosole power supply.
Its DT status is declared as "disabled", however the serial console was
functional until Commit 318dbb02b ("regulator: palmas: Fix SMPS
enable/disable/is_enabled") wich properly turns off LDO8 on boot.
Fix serial cosole power supply (and act led) on boot by turning LDO8 on.
Signed-off-by: Dmitry Lifshitz <redacted>
---
arch/arm/boot/dts/omap5-cm-t54.dts | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
From: Paul Walmsley <paul@pwsan.com> Date: 2014-09-04 15:40:23
On Thu, 4 Sep 2014, Dmitry Lifshitz wrote:
LDO8 regulator is used for act led and serial cosole power supply.
Its DT status is declared as "disabled", however the serial console was
functional until Commit 318dbb02b ("regulator: palmas: Fix SMPS
enable/disable/is_enabled") wich properly turns off LDO8 on boot.
Fix serial cosole power supply (and act led) on boot by turning LDO8 on.
Signed-off-by: Dmitry Lifshitz <redacted>
From: Tony Lindgren <tony@atomide.com> Date: 2014-09-09 00:18:18
* Paul Walmsley [off-list ref] [140904 08:44]:
On Thu, 4 Sep 2014, Dmitry Lifshitz wrote:
quoted
LDO8 regulator is used for act led and serial cosole power supply.
Its DT status is declared as "disabled", however the serial console was
functional until Commit 318dbb02b ("regulator: palmas: Fix SMPS
enable/disable/is_enabled") wich properly turns off LDO8 on boot.
Fix serial cosole power supply (and act led) on boot by turning LDO8 on.
Signed-off-by: Dmitry Lifshitz <redacted>
Tested-by: Paul Walmsley <paul@pwsan.com>
Applying this into omap-for-v3.17/fixes-v2, the second into
omap-for-v3.18/dt thanks.
Tony
CM-T54 CoM can be used with various custom baseboards, other
than SB-T54 (supplied with SBC-T54 single board computer).
Update model property of SBC-T54 DT to clarify this.
Signed-off-by: Dmitry Lifshitz <redacted>
---
arch/arm/boot/dts/omap5-sbc-t54.dts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
@@ -1,11 +1,11 @@/*-*SuppportforCompuLabSBC-T54withCM-T54+*SuppportforCompuLabCM-T54onSB-T54baseboard*/#include"omap5-cm-t54.dts"/{-model="CompuLab SBC-T54 with CM-T54";+model="CompuLab CM-T54 on SB-T54";compatible="compulab,omap5-sbc-t54","compulab,omap5-cm-t54","ti,omap5";};