From patchwork Tue Feb 7 02:35:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 53602 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp2603223wrn; Mon, 6 Feb 2023 18:38:49 -0800 (PST) X-Google-Smtp-Source: AK7set8W+HJ3I+ThudMgSE6jjk/dLOQx0lMpAuPHc4oxB976iRv8JyYf5SgWjWNIeB+VqzN26G5/ X-Received: by 2002:a17:907:96a2:b0:89f:1a76:e2dc with SMTP id hd34-20020a17090796a200b0089f1a76e2dcmr2436460ejc.0.1675737529392; Mon, 06 Feb 2023 18:38:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675737529; cv=none; d=google.com; s=arc-20160816; b=FUtzB0BpkSOXEz3EsJbtNM9z6z7lD7olJhX8Ro3SffhcHeKB4WGG3VtGAPjOLqFQF+ 4NU5TjZ77YlbmsBQ/1o5w8d7BgR63oZcMeVpP8sc4qRGR+4NZlmmPsbsKVdn7UaPNyWA UxlBFnXoGecSvQU1nAGZV2gf9IcEjlvVRtO7fmElj1if1SnxBwoz4ybnm0TZlpKaQPGr dH1AA0Tn1a2P+2aZWQESlhsXrcQjUW5DAlGlmU2NHVytB/wmBQbFOSFOIRRi5elaYH54 ZNdogVB0QRo+F7HrjMGEVB76s82DNcAcxCWDqtfxXoCqKfWALqmXZwkSjjujSkUEbkV+ hkbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Vq3GERq5wnpBYYqUgmKluv/Ds4xS0An0smV0j5Fpvx4=; b=DkR7YMsqmEaK2cXz5JjbuONPNli+Vtf28dwFwYgSz/TKHvfnnJ7eFcqbmiXpmszAlV EX0Xfm9CJtfYFKIFCj4O9NTKyMfa/VmbZAgBOPLO91m4hwKv6Ij63hPqNWe6AkzjQDKc dC1hj4d9Esm7Iwf0STQzvBRQajq9V2JINXz3WqAiU5Z7IW1tAjyhcwAEljvKP/vKi8Tp eRanys3xpq1eLVP5YCJmw8iD8FfWqgjEgVnF/gZk2OzdrfeD4gSlcc0Ksa+WI0TKUPt0 Ssger1VFiWW+RO7wc/nx12HpOq1USaMt4T39gkcp4XZYGBefU5+YIlopvn7vsz8ML4qL o3DQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id h11-20020a170906530b00b0088b7b6e6ab4si16039171ejo.81.2023.02.06.18.38.26; Mon, 06 Feb 2023 18:38:49 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230034AbjBGCfj (ORCPT + 99 others); Mon, 6 Feb 2023 21:35:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229724AbjBGCfZ (ORCPT ); Mon, 6 Feb 2023 21:35:25 -0500 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6B88334C3C; Mon, 6 Feb 2023 18:35:24 -0800 (PST) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 07 Feb 2023 11:35:21 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 386FE2006E5A; Tue, 7 Feb 2023 11:35:21 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 7 Feb 2023 11:35:31 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id E9B6FA8556; Tue, 7 Feb 2023 11:35:20 +0900 (JST) From: Kunihiko Hayashi To: soc@kernel.org, Arnd Bergmann , Olof Johansson Cc: Rob Herring , Krzysztof Kozlowski , Masami Hiramatsu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH 7/8] arm64: dts: uniphier: Add syscon compatible string to soc-glue-debug Date: Tue, 7 Feb 2023 11:35:13 +0900 Message-Id: <20230207023514.29783-8-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230207023514.29783-1-hayashi.kunihiko@socionext.com> References: <20230207023514.29783-1-hayashi.kunihiko@socionext.com> MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1757138155822463059?= X-GMAIL-MSGID: =?utf-8?q?1757138155822463059?= Add "syscon" compatible string to the nodes for soc-glue-debug according to the DT schema. Signed-off-by: Kunihiko Hayashi --- arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 2 +- arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 2 +- arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi index 45004b0ae3eb..7bb36b071475 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi @@ -561,7 +561,7 @@ usb_phy2: phy@2 { syscon@5f900000 { compatible = "socionext,uniphier-ld11-soc-glue-debug", - "simple-mfd"; + "simple-mfd", "syscon"; reg = <0x5f900000 0x2000>; #address-cells = <1>; #size-cells = <1>; diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi index d70929b26a2a..5dace1137cd1 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi @@ -625,7 +625,7 @@ pinctrl: pinctrl { syscon@5f900000 { compatible = "socionext,uniphier-ld20-soc-glue-debug", - "simple-mfd"; + "simple-mfd", "syscon"; reg = <0x5f900000 0x2000>; #address-cells = <1>; #size-cells = <1>; diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi b/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi index 4d200fec23fe..f62e3048d4dc 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi @@ -451,7 +451,7 @@ pinctrl: pinctrl { syscon@5f900000 { compatible = "socionext,uniphier-pxs3-soc-glue-debug", - "simple-mfd"; + "simple-mfd", "syscon"; reg = <0x5f900000 0x2000>; #address-cells = <1>; #size-cells = <1>;