From patchwork Wed Jul 5 14:57:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 700289 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 4084FC0015E for ; Wed, 5 Jul 2023 14:58:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232731AbjGEO6O (ORCPT ); Wed, 5 Jul 2023 10:58:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232871AbjGEO6C (ORCPT ); Wed, 5 Jul 2023 10:58:02 -0400 Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 798128F for ; Wed, 5 Jul 2023 07:58:01 -0700 (PDT) Received: by mail-ej1-x629.google.com with SMTP id a640c23a62f3a-992e22c09edso492041666b.2 for ; Wed, 05 Jul 2023 07:58:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1688569080; x=1691161080; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=9TXmyffj6SDIx2DlhbRmyINxNWCM9g8iPJmckmavVI0=; b=eza3My4Ao3j9TghRrLi5iuA6532Yv8j10igwzA6GPNFf7gVBb43uQ1IQg4smmoA1De HJ4N5cVqwnLAdf7EU7cO+gBBlcAfx82/5f1WDlD234mBdcOmr/MJcHZQVzDVKLe3B7Td isPQUgTT+zEvYvXPlajkMdUOiczzoac3y6trVnt0yLXiwhoxPNDyJknEcNpYq2wDmDIs vevYCfqPJphpfne1Rt0kw46nlazbprYt6dvn4rbpDvDKXPj70K02ApnDD+l6hPHEtju0 GYi9u1ebG2TpUGsPbajGyyEOt+s8etxCpHXDJRO6nfy/99K5wc6wDN19yhhsbKVJ/gZG SmAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688569080; x=1691161080; 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=9TXmyffj6SDIx2DlhbRmyINxNWCM9g8iPJmckmavVI0=; b=PnFRuJuT51uDdnzpNPE992Er+zNzxVTA6ikMOj1Je775Q/Baq0OqjpXuQAHX8RnfL6 jtuzkFgCMv2FDTR2wxmlumHkPSQiw/St4wmBB+prxyTOd38S5i0mGKka2MeIg7oaGs16 4feIObcwy3NUNkyrW0Z1jUnvecyPOijox2rs/MrpMym33+oJYFmH1vav2QsimXdiXjzF 5no154FM6cO0PwzdTl34sLqcvfMl8gVLOn+1MO6wU+GVWTvFS0ApMYqcCvZEVwtSI7Bu DkvWdv3QFtFH0SjASU0NHMTIp4NpVhe76+9SluW2eH9jFF+129WMO1+cygZAemhfwD2M nnSQ== X-Gm-Message-State: ABy/qLb7gNtJjdT2FW90jK6KqEnhP121Cs3xCouKWlmJ+ESQB5jxlM/c QF+MsTPkN2mYQ3R1QA8Rfbc2Pw== X-Google-Smtp-Source: APBJJlEbtA05Ax7aea+dVyf3c8SLdBrzK2FOyV4V9q1C8xtMUNRr5C5jxL3lrdZNSbn2yzI1sBVYuQ== X-Received: by 2002:a17:906:27d8:b0:992:a90a:5d1f with SMTP id k24-20020a17090627d800b00992a90a5d1fmr13016183ejc.68.1688569080031; Wed, 05 Jul 2023 07:58:00 -0700 (PDT) Received: from krzk-bin.. ([178.197.219.26]) by smtp.gmail.com with ESMTPSA id t19-20020a170906065300b009882e53a42csm14650339ejb.81.2023.07.05.07.57.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jul 2023 07:57:59 -0700 (PDT) From: Krzysztof Kozlowski To: David Lechner , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Nishanth Menon , Santosh Shilimkar , =?utf-8?q?Beno=C3=AEt_Cousson?= , Tony Lindgren , Vignesh Raghavendra , Tero Kristo , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 1/2] ARM: dts: ti: add missing space before { Date: Wed, 5 Jul 2023 16:57:54 +0200 Message-Id: <20230705145755.292927-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-omap@vger.kernel.org Add missing whitespace between node name/label and opening {. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Nishanth Menon --- arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi | 2 +- arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts b/arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts index afd04a423856..17a1632a8ac1 100644 --- a/arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts +++ b/arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts @@ -391,7 +391,7 @@ &spi1 { pinctrl-names = "default"; cs-gpios = <&gpio 44 GPIO_ACTIVE_LOW>; - display@0{ + display@0 { compatible = "lego,ev3-lcd"; reg = <0>; spi-max-frequency = <10000000>; diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi index 8949578e62e8..2062fe561642 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi @@ -137,7 +137,7 @@ uart01_spi2_pins: uart01-spi2-pins { >; }; - dfesync_rp1_pins: dfesync-rp1-pins{ + dfesync_rp1_pins: dfesync-rp1-pins { pinctrl-single,bits = < /* DFESYNC_RP1_SEL */ 0x0 0x0 0x2 diff --git a/arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts b/arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts index 863552393c07..edaddc7b6a5e 100644 --- a/arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts +++ b/arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts @@ -58,7 +58,7 @@ vdd_core: fixed-regulator-vdd_core { vin-supply = <&vdd_corereg>; }; - v1_8dreg: fixed-regulator-v1_8dreg{ + v1_8dreg: fixed-regulator-v1_8dreg { compatible = "regulator-fixed"; regulator-name = "V1_8DREG"; regulator-min-microvolt = <1800000>; @@ -68,7 +68,7 @@ v1_8dreg: fixed-regulator-v1_8dreg{ vin-supply = <&v24_0d>; }; - v1_8d: fixed-regulator-v1_8d{ + v1_8d: fixed-regulator-v1_8d { compatible = "regulator-fixed"; regulator-name = "V1_8D"; regulator-min-microvolt = <1800000>; @@ -78,7 +78,7 @@ v1_8d: fixed-regulator-v1_8d{ vin-supply = <&v1_8dreg>; }; - v1_5dreg: fixed-regulator-v1_5dreg{ + v1_5dreg: fixed-regulator-v1_5dreg { compatible = "regulator-fixed"; regulator-name = "V1_5DREG"; regulator-min-microvolt = <1500000>; @@ -88,7 +88,7 @@ v1_5dreg: fixed-regulator-v1_5dreg{ vin-supply = <&v24_0d>; }; - v1_5d: fixed-regulator-v1_5d{ + v1_5d: fixed-regulator-v1_5d { compatible = "regulator-fixed"; regulator-name = "V1_5D"; regulator-min-microvolt = <1500000>;