From patchwork Thu May 26 20:43:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 576291 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD472C433F5 for ; Thu, 26 May 2022 20:44:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349065AbiEZUoH (ORCPT ); Thu, 26 May 2022 16:44:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348990AbiEZUnt (ORCPT ); Thu, 26 May 2022 16:43:49 -0400 Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28C1BE7306 for ; Thu, 26 May 2022 13:43:28 -0700 (PDT) Received: by mail-ej1-x631.google.com with SMTP id jx22so5049159ejb.12 for ; Thu, 26 May 2022 13:43:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=61SDdlI/WkCqCxMIXxDin340q/9pKul5ClTEVboRWS4=; b=ENxKB7k1c/ZGV4wSMizWGUYlXla7EY+KcuTEWIdR4K3LqZXQNQYCdPdonJkglV3hni 9Y9kgwkJSPSwkTAwvdtAYawWKgGEZnPBOW3Lu5j4/bG2vLZYFrhxFVJJARdMJMA8kcs8 cKt/5reimCGAyjs8yUHgL5EWYvrGMfoDXtxR7KlpfvL1yUB6/byAGfAPRex8yGb+W4RY 6m0Yv5E+5x/z7E8Cwyn98M57knnt24VrXeFDtN9UguY32VPeWSSgBCqDlHx1nBTqnpZG UBZOo//HLzdznGWHwe0MRS9o3yOTZHX8A66UM8RsafOue75TDum//Ia5dWPOmyLs8Gdf Q1Mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=61SDdlI/WkCqCxMIXxDin340q/9pKul5ClTEVboRWS4=; b=DsIRkudfobrjfS65qCL6hpwNMuty/v+rbCJvP6iGrOSq2GSLxfiYdqNxB9Jwtr1+uA vGijSGwy6yqnipszIx8mjjSse8BE8YFriOBq+3C90I/JgdfGQJofONndO0tYKc8eOpLq Gtvv5LWEcQYqRs8pT2km6UdlwoyNDN3exVCkxs+btAuagj6k4IPcj2Mh08Fhpqsg8nZ0 IL5rPhJS/cRSUjM+dclV8BL8dZlu4sxoG8YPtWTctGcl9ktvBv3SModt7k1E+1BKSvBJ zNavote5NpKiw0qNgOeKGa4vnd1u2BzbCmBwW8gQWYzOw4ukY6o2usJ85xsRS0VLqprT iU+g== X-Gm-Message-State: AOAM532CESUo7bvz98o9+2tsMv4B0mDomq22dkIiTRHqoOdX1pR/vfDh fi9GusxvwQvMGND3WBM0hisT2Q== X-Google-Smtp-Source: ABdhPJxBYTEfl97pyUDWNEiYeiRo028m5NzT74n56sjtRyphUKYAKiajTWdqTYhQWx0qOFaqYwwvEQ== X-Received: by 2002:a17:906:cb97:b0:6fe:ec71:a49 with SMTP id mf23-20020a170906cb9700b006feec710a49mr19773575ejb.540.1653597807380; Thu, 26 May 2022 13:43:27 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id y11-20020a170906070b00b006fec28bd09fsm816846ejb.22.2022.05.26.13.43.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 May 2022 13:43:26 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Alim Akhtar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '=' Date: Thu, 26 May 2022 22:43:22 +0200 Message-Id: <20220526204323.832243-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski Reviewed-by: Alim Akhtar --- Output compared with dtx_diff and fdtdump. --- arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi index 0ce46ec5cdc3..5827e1228fa9 100644 --- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi +++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi @@ -364,7 +364,7 @@ ufs_0_phy: ufs0-phy@17e04000 { }; ufs_0: ufs0@17e00000 { - compatible ="samsung,exynosautov9-ufs"; + compatible = "samsung,exynosautov9-ufs"; reg = <0x17e00000 0x100>, /* 0: HCI standard */ <0x17e01100 0x410>, /* 1: Vendor-specific */