From patchwork Thu May 26 20:37:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 576728 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 186D2C433F5 for ; Thu, 26 May 2022 20:38:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347775AbiEZUiD (ORCPT ); Thu, 26 May 2022 16:38:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236438AbiEZUiD (ORCPT ); Thu, 26 May 2022 16:38:03 -0400 Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13E1D4A91F for ; Thu, 26 May 2022 13:38:02 -0700 (PDT) Received: by mail-ej1-x636.google.com with SMTP id f9so5205524ejc.0 for ; Thu, 26 May 2022 13:38:02 -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=QJhc1mTxQ3QecQnzHGouGfH+Ej90dYE0LGaajUy8Apw=; b=uiaFKSXxIGbdrU2GegXIqFhYHTBQl00Bj09Dpe5qx7XEzmarRuR4bgTIiZcO1Tb78y IjZhTvse19YdWDBRZX3UdREoLS5KcK5HSQQlzWkW7q2Ntbl57IjxeO3EditIt4Cu7jLn fM1Txe5w8rZ3YzaYWN3mvLtqnFR5Dx/qWb2sn/UhKJ9bOPmv9jnNzDeVjcQLfePGkYQl Xjo7eaeQ+nhoUZqFwEl5DBW5ZeZww6rWv867e8BdiFEbkodDkvsV5wb2sUAnKpNws34A bgEKWYiB55hOIz38IYPBq/V0xEjvbdNHkBS2IrB3mwkdQLSS/53KMNYpfylAkW14JlNj YhTA== 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=QJhc1mTxQ3QecQnzHGouGfH+Ej90dYE0LGaajUy8Apw=; b=CaZnfO8jL5q1/KZQE5aQid9ztS8XWAvxXANsJa4GJ4oXCysExCggpbkrb3WayI9eUP /xUoQOlgmTXhONnwCvmzuPYgtgwFPiDtRLC0inKo76MEJMYW8CRqw6ih488fn2GAefAo rYt+tO5ewErYVPkHR7bGD5KEUtHipbDM1ukjWHbPAeJNZXleZhetf2DmcyNH+P+vA1Ll 7wdxBSE7mn8IZvouvMzqmFTjRC61aZnwX2/Yeb6Uctx3j1+AAACGlzF0dfE0x+GU2lXQ PZXu4IpJkYhft5kTQrmBfizs67VocXwox5MuRm2TbW0cG6myr6PsvMHc/jlRtWkS3V0M BHLA== X-Gm-Message-State: AOAM530qugyBPhll2GaXTn7EC6Doi95rOrYS/fMcss9MTewYJOGmVSrA YHPtoaxicMQ1vDfkfWtgSbu0pw== X-Google-Smtp-Source: ABdhPJwZZAaiXc9uQE2koBnbYin8GLwTlYJhIRWvb1Cu1PatIOvnAgDe7czOEGMB7VIIb30zWQrgPA== X-Received: by 2002:a17:907:3f0d:b0:6ff:43e:bb1a with SMTP id hq13-20020a1709073f0d00b006ff043ebb1amr13600232ejc.52.1653597480679; Thu, 26 May 2022 13:38:00 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id b16-20020a50b410000000b0042b5cf75d6esm1160381edh.97.2022.05.26.13.37.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 May 2022 13:38:00 -0700 (PDT) From: Krzysztof Kozlowski To: Andre Przywara , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] ARM: dts: ecx: adjust whitespace around '=' Date: Thu, 26 May 2022 22:37:58 +0200 Message-Id: <20220526203758.831301-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 --- Output compared with dtx_diff and fdtdump. --- arch/arm/boot/dts/ecx-common.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/ecx-common.dtsi b/arch/arm/boot/dts/ecx-common.dtsi index 57a028a69373..ce5221c6b358 100644 --- a/arch/arm/boot/dts/ecx-common.dtsi +++ b/arch/arm/boot/dts/ecx-common.dtsi @@ -9,11 +9,11 @@ chosen { }; psci { - compatible = "arm,psci"; - method = "smc"; - cpu_suspend = <0x84000002>; - cpu_off = <0x84000004>; - cpu_on = <0x84000006>; + compatible = "arm,psci"; + method = "smc"; + cpu_suspend = <0x84000002>; + cpu_off = <0x84000004>; + cpu_on = <0x84000006>; }; soc {