From patchwork Tue Feb 7 02:35:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 5045 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp2602550wrn; Mon, 6 Feb 2023 18:36:54 -0800 (PST) X-Google-Smtp-Source: AK7set9SCkL9o+OzEnYJ7vZ7mqlowXqLz20fYQlXA+bJ6ZlSnjjrpnCWuuhWvQF+zVZLAD8Uuq2s X-Received: by 2002:a17:906:505:b0:878:53a5:70a1 with SMTP id j5-20020a170906050500b0087853a570a1mr1750637eja.50.1675737414766; Mon, 06 Feb 2023 18:36:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675737414; cv=none; d=google.com; s=arc-20160816; b=SFSo7BeiSYzBkGtKGd21keL++XJZeQukPMy+KoKy9dJVMnAV1fPfO2VuhSS0BGRrp+ I8SPfnk9vYkhXTfH5PiLob2exoW2NG0YVgK4LMMfJhMYES7Mh492LqYBrvPjqVITewBH WtFDaBPPwMBnmS0HqGaqiuia7YNYLZoJkbMyud0NADwY59rSENKc8MKuWxwZtqN4XVxq +VMswuTlgAeN/TXWiVNa9z/LWxk7OnXyjhD8v6VChtC+wNSL/b2PKPkA0ZcAmGKEp+/X iaOzsLFnqA2gDqe+zDeOKyxP3UnDuq7UqIDkDD0k2s2p7REPN1t/HnTy5zLJ0PLIz9ka lRUg== 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 :message-id:date:subject:cc:to:from; bh=pKV/FQArt9fB08T9/z+i/xHuSpnBVXSIji9Y9U8vW5o=; b=I3k4iFZQVGrsohd29nIGFS6YHXFM5aB+yWraXYPMra7kqpfId1HQ9FRSamcEVJqClv 0QZElrrK5WHjlqqyVPu/6QOAw5cUIQje2b0RJFTTrYMnB/itRykKSbm0sUszSx/7iE4Z iv7OwVyTa2WXvFThIeCyv4boncVTKMr3dLWcWhE0bymPpk2NmjFDarqAUm4B6MMkx8Pm v/dsDHabAqkdPQyeVVX2B9BnbkSD9JlehttmBn36u1U+xhXg40bSfoal4392sEoBDU2A FH+vOll/KQtz7BRVuNFMn64YYOP3FAS5q64IBn8VGJujsokvFlu/Ded2dhCHtshxEVTc giYg== 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 eu21-20020a170907299500b008927124ffcasi13600613ejc.777.2023.02.06.18.36.31; Mon, 06 Feb 2023 18:36:54 -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 S229719AbjBGCfZ (ORCPT + 99 others); Mon, 6 Feb 2023 21:35:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229574AbjBGCfT (ORCPT ); Mon, 6 Feb 2023 21:35:19 -0500 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 65D4311E89; Mon, 6 Feb 2023 18:35:18 -0800 (PST) Received: from unknown (HELO kinkan2-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 07 Feb 2023 11:35:17 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by kinkan2-ex.css.socionext.com (Postfix) with ESMTP id CA0ED2020780; Tue, 7 Feb 2023 11:35:17 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 7 Feb 2023 11:35:11 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 864D2A8556; Tue, 7 Feb 2023 11:35:17 +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 0/8] Update UniPhier devicetree for 6.3 Date: Tue, 7 Feb 2023 11:35:06 +0900 Message-Id: <20230207023514.29783-1-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.25.1 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?1757138035332210190?= X-GMAIL-MSGID: =?utf-8?q?1757138035332210190?= Update devicetree sources for UniPhier SoCs to align node names to generic, add missing properties and compatible strings, and add SD UHS property. The SD UHS mode patches are related to the series: https://lore.kernel.org/lkml/20230125010201.28246-4-hayashi.kunihiko@socionext.com/ Kunihiko Hayashi (8): ARM: dts: uniphier: Align node names for SoC-dependent controller and PHYs with bindings ARM: dts: uniphier: Add missing reg properties for glue layer ARM: dts: uniphier: Add syscon compatible string to soc-glue-debug ARM: dts: uniphier: Add syscon-uhs-mode to SD node arm64: dts: uniphier: Align node names for SoC-dependent controller and PHYs with bindings arm64: dts: uniphier: Add missing reg properties for glue layer nodes arm64: dts: uniphier: Add syscon compatible string to soc-glue-debug arm64: dts: uniphier: Add syscon-uhs-mode to SD node arch/arm/boot/dts/uniphier-ld4.dtsi | 25 +++++----- arch/arm/boot/dts/uniphier-pro4.dtsi | 44 ++++++++++------- arch/arm/boot/dts/uniphier-pro5.dtsi | 42 +++++++++------- arch/arm/boot/dts/uniphier-pxs2.dtsi | 49 ++++++++++--------- arch/arm/boot/dts/uniphier-sld8.dtsi | 26 +++++----- .../boot/dts/socionext/uniphier-ld11.dtsi | 35 ++++++------- .../boot/dts/socionext/uniphier-ld20.dtsi | 45 +++++++++-------- .../boot/dts/socionext/uniphier-pxs3.dtsi | 48 ++++++++++-------- 8 files changed, 171 insertions(+), 143 deletions(-)