From patchwork Thu Dec 28 08:49:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chunyan Zhang X-Patchwork-Id: 13505684 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E9BFEC3DA6E for ; Thu, 28 Dec 2023 08:51:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id AB125C433C8; Thu, 28 Dec 2023 08:51:28 +0000 (UTC) Received: from SHSQR01.spreadtrum.com (mx1.unisoc.com [222.66.158.135]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id F2E9CC433C9 for ; Thu, 28 Dec 2023 08:51:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org F2E9CC433C9 Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=unisoc.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=unisoc.com Received: from dlp.unisoc.com ([10.29.3.86]) by SHSQR01.spreadtrum.com with ESMTP id 3BS8ogVp005935; Thu, 28 Dec 2023 16:50:42 +0800 (+08) (envelope-from Chunyan.Zhang@unisoc.com) Received: from SHDLP.spreadtrum.com (bjmbx02.spreadtrum.com [10.0.64.8]) by dlp.unisoc.com (SkyGuard) with ESMTPS id 4T129l5QqDz2QJG93; Thu, 28 Dec 2023 16:44:11 +0800 (CST) Received: from ubt.spreadtrum.com (10.0.73.88) by BJMBX02.spreadtrum.com (10.0.64.8) with Microsoft SMTP Server (TLS) id 15.0.1497.23; Thu, 28 Dec 2023 16:50:40 +0800 From: Chunyan Zhang List-Id: To: Olof Johansson , Arnd Bergmann , , CC: , Chunyan Zhang , , Chunyan Zhang Subject: [GIT PULL] ARM: sprd: DTS and bindings for v6.8-rc1 Date: Thu, 28 Dec 2023 16:49:58 +0800 Message-ID: <20231228084958.1439115-1-chunyan.zhang@unisoc.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Originating-IP: [10.0.73.88] X-ClientProxiedBy: SHCAS01.spreadtrum.com (10.0.1.201) To BJMBX02.spreadtrum.com (10.0.64.8) X-MAIL: SHSQR01.spreadtrum.com 3BS8ogVp005935 The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: https://github.com/lyrazhang/linux.git tags/sprd-dt-6.8-rc1 for you to fetch changes up to 1cff7243334f851b7dddf450abdaa6223a7a28e3: arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings (2023-12-28 16:10:39 +0800) ---------------------------------------------------------------- ARM: sprd: DTS and bindings for v6.8-rc1 Unisoc ARM64 DTS and bindings changes are: - Fixed a few dtb_check warnings - Add bindings for a new SoC - UMS9620 - Fixed an issue on UMS512 ---------------------------------------------------------------- Chunyan Zhang (5): dt-bindings: arm: Add compatible strings for Unisoc's UMS9620 arm64: dts: sprd: Add support for Unisoc's UMS9620 arm64: dts: sprd: Removed unused clock references from etm nodes arm64: dts: sprd: Add clock reference for pll2 on UMS512 arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings Cixi Geng (1): arm64: dts: sprd: fix the cpu node for UMS512 .../devicetree/bindings/arm/sprd/sprd.yaml | 5 + arch/arm64/boot/dts/sprd/Makefile | 3 +- arch/arm64/boot/dts/sprd/ums512.dtsi | 39 ++-- arch/arm64/boot/dts/sprd/ums9620-2h10.dts | 38 ++++ arch/arm64/boot/dts/sprd/ums9620.dtsi | 245 +++++++++++++++++++++ 5 files changed, 310 insertions(+), 20 deletions(-) create mode 100644 arch/arm64/boot/dts/sprd/ums9620-2h10.dts create mode 100644 arch/arm64/boot/dts/sprd/ums9620.dtsi