From patchwork Sun Jul 2 18:50:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 698913 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 2B398EB64DD for ; Sun, 2 Jul 2023 18:50:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229952AbjGBSuT (ORCPT ); Sun, 2 Jul 2023 14:50:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229908AbjGBSuS (ORCPT ); Sun, 2 Jul 2023 14:50:18 -0400 Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CE2FC5 for ; Sun, 2 Jul 2023 11:50:17 -0700 (PDT) Received: by mail-ed1-x52c.google.com with SMTP id 4fb4d7f45d1cf-51d9865b8a2so4103758a12.3 for ; Sun, 02 Jul 2023 11:50:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1688323816; x=1690915816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=qH+P16GMJa4hg234EvRKnPWScihX6AijR7r6oKHaQCc=; b=zGdVsGmVOlI3E5pewBay7isTt0GFG60vdXTFXOWddj3Rzq0CtWchkFQ308Zjr3EJce RfMSVocXX+VVheLElteSsLpB607vuBJYInKcobiIKnC5EDCDPzk8gjLjFQ2J9SDmF00b g9/72TmJWGwNqBiSsdBo23GWpgiF8oaHzhRKc/OeYLzeDJs6wIaGKyYPefNiPDR5QK5D wIXQzeYmcSdwQKGntGXmpT/V0wvCkBL1dbiCdHLUuLfxIoDnzaMmKMo++9mxI2JtfXO4 tbzjFHluIcu5MSvloqhwlTidlZcAWt5qsgb0eHCJvzHQynXj8blqNCk4SkLqxsgeyDIc ERQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688323816; x=1690915816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=qH+P16GMJa4hg234EvRKnPWScihX6AijR7r6oKHaQCc=; b=JEwfQfmzftOaQc40XKXLjv5KoCZ+/1YoKy76E3/c3wFR3O5N565fcirBKB/gIFAPzr s6eOzoabXRFHkvHyxBLLRUw7gfEQU7S6IjzcvoMZHEDv6Dh9uQqNuvnMlW/RQCapVUbV uh1410V2VUcgJ3P6XT3OSqAKL2kijCEKJfxnc+vWRjdbSyhQbyK6IJNEVvN+IAebRF6n /YSV+WFF+D+oJMGrB9K7qDHg3UN9BD2JxpSsh0nf/wqA5em8YDeknHnid5B6uYMfnijb DY/09SQc5/r1JORzafRsh7ENnhmRMu2N/pPrcBQzNivJ0vntOJziQ7x/CcAf1TSP6NiW Rs5g== X-Gm-Message-State: ABy/qLbuZC/ReYXUeB1r37RUAdulJOa0/Fc3fLbmnXocl90xTF+qKlgF Tw1bI7k8a58Xjj5ONRafHE93NKL7fjyE7CA3UwCxjg== X-Google-Smtp-Source: APBJJlE8+ONhvnN7VGJb6jOcm8M40yva8rsSBl+DxwHXyrAXb/D0YHrte27DiPV2x7gSlma9WG+GKQ== X-Received: by 2002:a17:906:cf87:b0:992:b9f4:85db with SMTP id um7-20020a170906cf8700b00992b9f485dbmr5690357ejb.39.1688323815717; Sun, 02 Jul 2023 11:50:15 -0700 (PDT) Received: from krzk-bin.. ([217.169.179.6]) by smtp.gmail.com with ESMTPSA id k25-20020a17090666d900b00982842ea98bsm10861789ejp.195.2023.07.02.11.50.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 Jul 2023 11:50:15 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar , linux-fsd@tesla.com, 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/4] arm64: dts: exynos: minor whitespace cleanup around '=' Date: Sun, 2 Jul 2023 20:50:09 +0200 Message-Id: <20230702185012.43699-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/exynos/exynos7.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi index 5ea8bda2bfa6..54ed5167d0f6 100644 --- a/arch/arm64/boot/dts/exynos/exynos7.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi @@ -138,10 +138,10 @@ gic: interrupt-controller@11001000 { #interrupt-cells = <3>; #address-cells = <0>; interrupt-controller; - reg = <0x11001000 0x1000>, - <0x11002000 0x2000>, - <0x11004000 0x2000>, - <0x11006000 0x2000>; + reg = <0x11001000 0x1000>, + <0x11002000 0x2000>, + <0x11004000 0x2000>, + <0x11006000 0x2000>; }; pdma0: dma-controller@10e10000 { From patchwork Sun Jul 2 18:50:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 698594 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 5A0CDEB64D9 for ; Sun, 2 Jul 2023 18:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230002AbjGBSuV (ORCPT ); Sun, 2 Jul 2023 14:50:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229949AbjGBSuU (ORCPT ); Sun, 2 Jul 2023 14:50:20 -0400 Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E93ECA for ; Sun, 2 Jul 2023 11:50:18 -0700 (PDT) Received: by mail-ej1-x62a.google.com with SMTP id a640c23a62f3a-9922d6f003cso466040266b.0 for ; Sun, 02 Jul 2023 11:50:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1688323817; x=1690915817; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ShIRLb/T0SXli9dNVjoX+o4ud2DtOJUYP1DJPs9akRU=; b=miJXM3uy9SdqYUHKnop2enZymc1tHyMzOXfK5u1NqdJhXBKNH/xIQqAQBloVN9XYiI A+XFmRuIX4iFgM5k/748UdTa7wRZyptJJrD1Qfzuzkq0W8bKqF+9qC8CtNIFSnl5S6h9 dwmbYDYU6jxVWSKlZ2XLmg/8Kz7x4jrjZde1ioCFJEsQAQnMS4vWUZ7Ptl3/4BEE3aVQ TZW0J3LBczEHiblLMedMIPcaTHJXTE668Faxi8jYYlFbdmuoRsRsWYUHmBwNsacqLNao 2oj0AH9AT4d/8gP0Mt6Z0plLeY/f++PsWTsZyVyxyXkJaszdPnk3BPoGhoQFRLlI9GoL vp9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688323817; x=1690915817; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ShIRLb/T0SXli9dNVjoX+o4ud2DtOJUYP1DJPs9akRU=; b=k6L2TUUi1q30fHR7tPdjJ9GNTUE5yoxOhKvrE3T8kPqGkEzl2h0Ji5XeLcLxyUttct dLwtHriclL6lKhlO4Dgrxtk9BzJdiu8mzaFrPKK6CwNN3XYJHwyn7Kgsnq/efuGYfGLb RzQM5aErdIsSra2kzdWyi7ksVsVEuVaJEQ/dCTJtGm97zDX00Aum5vu/Wam3li3sI7vB GIScT7vzN9yB+h/UZcpughZysVhpvbzmGIb0B9nRmZqix9fVdIcMwzECUkUqf0yfSRv/ 0ZM35MSbF+u6kdWgLBgXvAQ8kf9Jwxn8ohORoJKTuEoKsVxZy/4F058+Zoq/PL1Y1DOq utRw== X-Gm-Message-State: ABy/qLbGldNcXJ/JmdhEDoRjK/vwXkfb06O6I2GNOqkr0fmQKZnK2MiK APHg56sEYrIfetQqTwOAcd+rtQ== X-Google-Smtp-Source: APBJJlHuTVbiKp679O6/n+td8laZUO8bL6gUeQP3/U5Kz1R+Gcqo7LZWcgkChpXE57Ps1ruf94WAWw== X-Received: by 2002:a17:907:76e7:b0:97b:956f:e6b5 with SMTP id kg7-20020a17090776e700b0097b956fe6b5mr6129887ejc.23.1688323816679; Sun, 02 Jul 2023 11:50:16 -0700 (PDT) Received: from krzk-bin.. ([217.169.179.6]) by smtp.gmail.com with ESMTPSA id k25-20020a17090666d900b00982842ea98bsm10861789ejp.195.2023.07.02.11.50.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 Jul 2023 11:50:16 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar , linux-fsd@tesla.com, 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 2/4] arm64: dts: fsd: minor whitespace cleanup around '=' Date: Sun, 2 Jul 2023 20:50:10 +0200 Message-Id: <20230702185012.43699-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230702185012.43699-1-krzysztof.kozlowski@linaro.org> References: <20230702185012.43699-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Alim Akhtar --- arch/arm64/boot/dts/tesla/fsd.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/tesla/fsd.dtsi b/arch/arm64/boot/dts/tesla/fsd.dtsi index 1c53c68efd53..bb50a9f7db4a 100644 --- a/arch/arm64/boot/dts/tesla/fsd.dtsi +++ b/arch/arm64/boot/dts/tesla/fsd.dtsi @@ -353,8 +353,8 @@ gic: interrupt-controller@10400000 { compatible = "arm,gic-v3"; #interrupt-cells = <3>; interrupt-controller; - reg = <0x0 0x10400000 0x0 0x10000>, /* GICD */ - <0x0 0x10600000 0x0 0x200000>; /* GICR_RD+GICR_SGI */ + reg = <0x0 0x10400000 0x0 0x10000>, /* GICD */ + <0x0 0x10600000 0x0 0x200000>; /* GICR_RD+GICR_SGI */ interrupts = ; }; From patchwork Sun Jul 2 18:50:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 698912 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 D9A16C001DE for ; Sun, 2 Jul 2023 18:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230027AbjGBSuV (ORCPT ); Sun, 2 Jul 2023 14:50:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229608AbjGBSuU (ORCPT ); Sun, 2 Jul 2023 14:50:20 -0400 Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44168C6 for ; Sun, 2 Jul 2023 11:50:19 -0700 (PDT) Received: by mail-ed1-x536.google.com with SMTP id 4fb4d7f45d1cf-51dd1e5a621so4822863a12.0 for ; Sun, 02 Jul 2023 11:50:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1688323817; x=1690915817; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/TlbZCUxLEVw4FifHQ/JNS9kwDMuJoBzQkocIllcfhE=; b=vx0L9CdyD3K0C0MAtFyGRioJEpB4eWjLV2HfaOid1hr2yYS7WbVPLrot8pOQKzB58Z VaNW6pokt/uBV5IJYIXhXDD/Smi74aE+sXX4PIOsEZhjmEwsSufm7eFITe8ZTbPMChLx Hp8pLRoG0lwwjgrKaT3PCzLT9goP7xTrPdMqnBB6V84aKl3oKcAmnlIx4S1PmgFs+ISo adjtgpsUFNJzXST8b45qk5FnAu+OGBQ5vmL12n4YEpfIs1dBkxwtgcPPTapl5XazbQs6 gg5+TdktwMAwGNvH5s5g7iNaGP/39fd/36RQNM/E6YZkQ4yQXl8jYwhpQgXB0JJnmC5y eCNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688323817; x=1690915817; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/TlbZCUxLEVw4FifHQ/JNS9kwDMuJoBzQkocIllcfhE=; b=iFUd7CayYbuJGbMBN1HEXStfPgJ2TRp7JufP4P5S1dWrWrE7Ue76GMt5jTiEkKNqTp f0DQ19QkLFbnqVPkj2R+kiZr9ZBhuxP6Me/3cEHHHtjf4T52tqTdyHnDJLWcX+P9Nec9 v9vEPVypWybSvC9zTcwesBT+YjPw2spPNS1BGyXv/iO7teMFKYxAOlyYv3ljhO+Hhfed yGK1hpsJ9LUG8WJskV5WHXBTxxpKlW0/7jYgDr9lznPWbh8OrPK8ZL51MxaNiMKojXgD eKfAu/PyUIUupnSgesR3yhNRgWRZPJ0AKVj88Lphw8GMZfrJg+bBpfvuDAmWm0193hCp 2nog== X-Gm-Message-State: ABy/qLZ+thK1TBHCDrzRGCp+wMpFUfYob16tOMYNo6s94ITXXrjw0Hx+ /PhidSgawrWJdClLXK7Jaa42Lg== X-Google-Smtp-Source: ACHHUZ683Q1RqnhaKPhFMhO4V8NGltz55aX1mf/jrC6Vs32hwNaTK2R+mERPVKd+1IA6wyyGn4c5LQ== X-Received: by 2002:a17:907:9859:b0:991:e3c4:c129 with SMTP id jj25-20020a170907985900b00991e3c4c129mr6114067ejc.69.1688323817741; Sun, 02 Jul 2023 11:50:17 -0700 (PDT) Received: from krzk-bin.. ([217.169.179.6]) by smtp.gmail.com with ESMTPSA id k25-20020a17090666d900b00982842ea98bsm10861789ejp.195.2023.07.02.11.50.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 Jul 2023 11:50:17 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar , linux-fsd@tesla.com, 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 3/4] ARM: dts: exynos: minor whitespace cleanup around '=' Date: Sun, 2 Jul 2023 20:50:11 +0200 Message-Id: <20230702185012.43699-3-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230702185012.43699-1-krzysztof.kozlowski@linaro.org> References: <20230702185012.43699-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/samsung/exynos4210-trats.dts | 8 ++++---- arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts | 4 ++-- arch/arm/boot/dts/samsung/exynos4412-midas.dtsi | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/boot/dts/samsung/exynos4210-trats.dts b/arch/arm/boot/dts/samsung/exynos4210-trats.dts index bfb04b31e11b..95e0e01b6ff6 100644 --- a/arch/arm/boot/dts/samsung/exynos4210-trats.dts +++ b/arch/arm/boot/dts/samsung/exynos4210-trats.dts @@ -20,10 +20,10 @@ / { memory@40000000 { device_type = "memory"; - reg = <0x40000000 0x10000000 - 0x50000000 0x10000000 - 0x60000000 0x10000000 - 0x70000000 0x10000000>; + reg = <0x40000000 0x10000000 + 0x50000000 0x10000000 + 0x60000000 0x10000000 + 0x70000000 0x10000000>; }; aliases { diff --git a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts index c84af3d27c1c..bdc30f8cf748 100644 --- a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts +++ b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts @@ -20,8 +20,8 @@ / { memory@40000000 { device_type = "memory"; - reg = <0x40000000 0x10000000 - 0x50000000 0x10000000>; + reg = <0x40000000 0x10000000 + 0x50000000 0x10000000>; }; aliases { diff --git a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi index e6b949c1a00f..57836d5554d0 100644 --- a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi +++ b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi @@ -990,7 +990,7 @@ &mshc_0 { &pmu_system_controller { assigned-clocks = <&pmu_system_controller 0>; - assigned-clock-parents = <&clock CLK_XUSBXTI>; + assigned-clock-parents = <&clock CLK_XUSBXTI>; }; &pinctrl_0 { From patchwork Sun Jul 2 18:50:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 698593 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 8F551C001DF for ; Sun, 2 Jul 2023 18:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229608AbjGBSuW (ORCPT ); Sun, 2 Jul 2023 14:50:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229981AbjGBSuV (ORCPT ); Sun, 2 Jul 2023 14:50:21 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4547AD2 for ; Sun, 2 Jul 2023 11:50:20 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id 5b1f17b1804b1-3fbc5d5746cso37795465e9.2 for ; Sun, 02 Jul 2023 11:50:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1688323818; x=1690915818; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=cixWK7TedYfz6t1+XtqW9RLea4GFA5pMHrd++RHZQT8=; b=k7vicVGGl4xc5ZQy4NSrZyce4Vd9zrA7vHziIUfSo+BZ4OKVqR/MPfnR9Y2GyhM66r WLi+vGw+m4ieADnqjQFGp+BfkQLpjRoURP2lfPqgxnFnCbyG3PdZ72QkGx9KBqp0AM9k DGo5SU5uXHOeCvSDSqjsGOfee9XyXy0sdijlsOP61NKBJpciqHYRzKPWLysaAY3YNX21 8n9ce9k7UqVWr5ci3hWxPMYBp2gdWfi2Vn+aYOZqnpEomhaYV07SVoDaNjnCzEcnw+l+ IMOzoeghWFklcuiBTZreviumicla8bZQSkGSzA0FANden9ynaEl4fCfSnn4nzDZVnEvu MObg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688323818; x=1690915818; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cixWK7TedYfz6t1+XtqW9RLea4GFA5pMHrd++RHZQT8=; b=RrRh0IIlz1wRRCl2OTJb+y9vbeOwYlGed0CbTCEadWi2KlJM7mP98zwhLlP/B5ibsP LxG0Ku7sOf8DcF5P5nUH8OkEcXm21Eh75CTPxsOjeDKqgIYqLIB3odkH27Ru5fDuFb2b wxAinj+lHALXLxdiF0DM1NqKx62iK6B2lBtPBxJgvnxQsvbptaXMG0RE9FA42SfRjy1v JcIpUzeqmHe0WfI0Y0iZNNN/OWXcxMcICrTcSjWIbeUq7l1IX9ede7c1M2rKHKOGF3OG yoNn5kEpiHKuGG1yOT62BGSTlmGJaUIF9GtmOOLgUDd4JMeDiLHkHXoeDLTr2cQ0fnbZ LPCQ== X-Gm-Message-State: ABy/qLYnFlvE1ZAl5NPlxwOpY/yp4nI81BTSZYWuAEUUTxPzqqY24Dbx 6v3lrdaepAkW9IneMTYKS8kgwA== X-Google-Smtp-Source: APBJJlEl8kGS2oKAPMZTtYJEVjdwpIiZAxopsoNRvmQuYuM6zV24+x/BEuZ0t7zrDVNzs6OfpkhYMA== X-Received: by 2002:a5d:4f86:0:b0:30e:3f55:ebc9 with SMTP id d6-20020a5d4f86000000b0030e3f55ebc9mr7968169wru.13.1688323818679; Sun, 02 Jul 2023 11:50:18 -0700 (PDT) Received: from krzk-bin.. ([217.169.179.6]) by smtp.gmail.com with ESMTPSA id k25-20020a17090666d900b00982842ea98bsm10861789ejp.195.2023.07.02.11.50.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 Jul 2023 11:50:18 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar , linux-fsd@tesla.com, 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 4/4] ARM: dts: s5pv210: minor whitespace cleanup around '=' Date: Sun, 2 Jul 2023 20:50:12 +0200 Message-Id: <20230702185012.43699-4-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230702185012.43699-1-krzysztof.kozlowski@linaro.org> References: <20230702185012.43699-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Alim Akhtar --- arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi index af740abd9e0f..6ecdd504e5f4 100644 --- a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi +++ b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi @@ -832,12 +832,12 @@ lcd_clk: lcd-clk-pins { }; lcd_data24: lcd-data-width24-pins { - samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7", - "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3", - "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7", - "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3", - "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7", - "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3"; + samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7", + "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3", + "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7", + "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3", + "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7", + "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3"; samsung,pin-function = ; samsung,pin-pud = ; samsung,pin-drv = ;