diff mbox

ARM: dts: uniphier: fix a typo in comment block

Message ID 1450884220-8751-1-git-send-email-yamada.masahiro@socionext.com (mailing list archive)
State New, archived
Headers show

Commit Message

Masahiro Yamada Dec. 23, 2015, 3:23 p.m. UTC
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/boot/dts/uniphier-ph1-ld6b.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann Dec. 31, 2015, 4:28 p.m. UTC | #1
On Thursday 24 December 2015 00:23:40 Masahiro Yamada wrote:
> 
> -/* UART3 unavilable: the pads are not wired to the package balls */
> +/* UART3 unavailable: the pads are not wired to the package balls */
>  &serial3 {
>         status = "disabled";
>  };
> 

Applied on next/dt, thanks!

	Arnd
diff mbox

Patch

diff --git a/arch/arm/boot/dts/uniphier-ph1-ld6b.dtsi b/arch/arm/boot/dts/uniphier-ph1-ld6b.dtsi
index c6499ee..5321152 100644
--- a/arch/arm/boot/dts/uniphier-ph1-ld6b.dtsi
+++ b/arch/arm/boot/dts/uniphier-ph1-ld6b.dtsi
@@ -53,7 +53,7 @@ 
 	compatible = "socionext,ph1-ld6b";
 };
 
-/* UART3 unavilable: the pads are not wired to the package balls */
+/* UART3 unavailable: the pads are not wired to the package balls */
 &serial3 {
 	status = "disabled";
 };