From patchwork Thu Feb 21 16:32:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 1046247 X-Patchwork-Delegate: promsoft@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="1OrZ3DFi"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 4450Q81nPkz9s8m for ; Fri, 22 Feb 2019 03:33:04 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 99F62C2209B; Thu, 21 Feb 2019 16:33:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 49AF9C21E68; Thu, 21 Feb 2019 16:32:58 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 5A473C21E68; Thu, 21 Feb 2019 16:32:57 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by lists.denx.de (Postfix) with ESMTPS id C1F96C21E42 for ; Thu, 21 Feb 2019 16:32:56 +0000 (UTC) Received: from localhost.localdomain (unknown [194.230.155.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B17CC2084D; Thu, 21 Feb 2019 16:32:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550766775; bh=il39EYW77PK3EA1hxvQ0v+Cw1cHFcqhxscHUDHdLoaU=; h=From:To:Subject:Date:From; b=1OrZ3DFix05i5sVNUffY/LUUcGqWeTD6v1EGqHPne88s3mrmOwVnXv3JC8MIaB4rw 1U0O/p5eI2ahkHyg141sG3nO4ZJdnUcopJzQir87BRduBvWLhHT4M8vsxvYHqzpkuw hXwBEbrltXq2bXQn/vRc8NfYe31K/+MzKziojzmw= From: Krzysztof Kozlowski To: Minkyu Kang , Lukasz Majewski , Simon Glass , u-boot@lists.denx.de, Albert Aribaud , Krzysztof Kozlowski Date: Thu, 21 Feb 2019 17:32:00 +0100 Message-Id: <20190221163200.10108-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Subject: [U-Boot] [PATCH] arm: dts: exynos: Adjust whitespace around status property X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Just add spaces around '=' sign for clarity. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Simon Glass --- arch/arm/dts/exynos5422-odroidxu3.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts index e859dd1b981a..e0ad927dbf18 100644 --- a/arch/arm/dts/exynos5422-odroidxu3.dts +++ b/arch/arm/dts/exynos5422-odroidxu3.dts @@ -256,7 +256,7 @@ }; serial@12C20000 { - status="okay"; + status = "okay"; }; mmc@12200000 {