diff mbox series

arm64: dts: allwinner: a64: Fix a typo

Message ID 20190113161413.14654-1-j.neuschaefer@gmx.net
State New
Headers show
Series arm64: dts: allwinner: a64: Fix a typo | expand

Commit Message

J. Neuschäfer Jan. 13, 2019, 4:14 p.m. UTC
This typo inverted the meaning of the comment, but the rest of the
comment and the code reveal that the regulator in question needs to be
on at all times.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Maxime Ripard Jan. 15, 2019, 9:52 a.m. UTC | #1
On Sun, Jan 13, 2019 at 05:14:13PM +0100, Jonathan Neuschäfer wrote:
> This typo inverted the meaning of the comment, but the rest of the
> comment and the code reveal that the regulator in question needs to be
> on at all times.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Applied, thanks!
Maxime
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts
index c455b24dd079..f9eede0a8bd3 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts
@@ -239,7 +239,7 @@ 
 };
 
 /*
- * The A64 chip cannot work without this regulator off, although
+ * The A64 chip cannot work with this regulator off, although
  * it seems to be only driving the AR100 core.
  * Maybe we don't still know well about CPUs domain.
  */