From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E3BCB4C83 for ; Tue, 15 Jul 2025 01:42:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=140.211.166.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752543741; cv=none; b=b9LMUNu9+l57u/WEin8mcE9AkwPFL8QeeyEpf9ULQJWc7ekQil2Ly/0H5JXr7UJpOGVlEYIpnnnIqIHSCkWQIwkcfjMkmSA2FkQfHXg7VIQba4D2C2PBBpI0YAjC3nlxhaZa02nv+DxsYL1sQIheTpppYYOeyDnsrTCxlcPmzcU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752543741; c=relaxed/simple; bh=BRWhdu9BZAZMFd2tUBpnf/IlIUgJ08AuKoejisfBhqE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=jAvrgT6sfht3y3O7T5RwRVksQq5s0P8PLndYh8oAkO4XNV9vhU6cQ3gofngPriBdAP98L3rGWbYieW+0ENHQ2aIjGC5dhCjXRPI3um+tBmdxNuqF3qduWRZWMDcmd6UgGRKDnIKCsYTh6VFgnNF6KSjBgaqX8JxuUno+NIWNjS4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org; spf=pass smtp.mailfrom=gentoo.org; arc=none smtp.client-ip=140.211.166.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gentoo.org Received: from localhost (unknown [116.232.48.207]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange secp256r1 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dlan) by smtp.gentoo.org (Postfix) with ESMTPSA id DEDD1340E65; Tue, 15 Jul 2025 01:42:18 +0000 (UTC) Date: Tue, 15 Jul 2025 01:42:14 +0000 From: Yixun Lan To: soc@kernel.org, Arnd Bergmann Cc: Alex Elder , Guodong Xu , Vivian Wang , spacemit@lists.linux.dev, linux-riscv@lists.infradead.org Subject: [GIT PULL RESEND] RISC-V SpacemiT Devicetrees for v6.17 Message-ID: <20250715014214-GYA540030@gentoo> Precedence: bulk X-Mailing-List: spacemit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Arnd, Please pull SpacemiT's device tree changes for v6.17, Note, I've included an immutable shared tag of reset-binding in this PR. Sorry, I've missed the email title in previous PR, so resend to fix this .. Thanks Yixun Lan The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: https://github.com/spacemit-com/linux spacemit-dt-for-6.17-1 for you to fetch changes up to 57fa4ba6d0a4669fd8f2557e760442d684374f3c: riscv: dts: spacemit: Move eMMC under storage-bus for K1 (2025-07-09 13:49:27 +0800) ---------------------------------------------------------------- RISC-V SpacemiT DT changes for 6.17 - Add DMA translation buses - Add PWM support - Add Reset support - Add eMMC node ---------------------------------------------------------------- Alex Elder (2): dt-bindings: soc: spacemit: define spacemit,k1-ccu resets riscv: dts: spacemit: add reset support for the K1 SoC Guodong Xu (2): riscv: dts: spacemit: add PWM support for K1 SoC riscv: dts: spacemit: add pwm14_1 pinctrl setting Vivian Wang (3): riscv: dts: spacemit: Add DMA translation buses for K1 riscv: dts: spacemit: Move UARTs under dma-bus for K1 riscv: dts: spacemit: Move eMMC under storage-bus for K1 Yixun Lan (2): riscv: dts: spacemit: enable eMMC for K1 SoC Merge tag 'spacemit-reset-binding-for-6.17-1' of https://github.com/spacemit-com/linux .../bindings/soc/spacemit/spacemit,k1-syscon.yaml | 27 +- arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 10 + arch/riscv/boot/dts/spacemit/k1-pinctrl.dtsi | 8 + arch/riscv/boot/dts/spacemit/k1.dtsi | 485 ++++++++++++++++----- include/dt-bindings/clock/spacemit,k1-syscon.h | 141 ++++++ 5 files changed, 558 insertions(+), 113 deletions(-)