From patchwork Wed Jan 11 21:35:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13097254 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 A1791C5479D for ; Wed, 11 Jan 2023 21:35:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 729CBC433D2; Wed, 11 Jan 2023 21:35:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3114FC43392; Wed, 11 Jan 2023 21:35:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673472931; bh=eAfS9mB0oY9iJUqJF2QEBHXjX+n6NL9k9lwhYQQe5as=; h=Date:From:To:List-Id:Cc:Subject:From; b=ahMuds4IFDRKTq8ay1D2l6pE7Y/jdKPBtQE6bnK2WyYxIJt0wajRFZoliM9qcF24i RaBXJ/iRk1BwE4qAyrnHWP5eSgVs5PjhwAvHQkjoasXGs4iGxHSBnEZro9CKWLTgpq wmLNUnaTxfGTCdtLlPJ/2csbQxEqPnhoMsWsEgpHx+wGdwqn2lOt1kjq3cCYEmKa6E 8xNK0pAQGYCl6a9tyTqWf56JWJZ+ygPZRre9jVJBqW+2dbtnzdB5nVt1u1BZkryNCF ebt68iI/WxpsHtfb0cdeECyOOWiOd1XuRh1I4lNUZnTgfw4gU/TWaphGoBLBMQU4Ng rEHy5NhOmc6Cw== Date: Wed, 11 Jan 2023 21:35:27 +0000 From: Conor Dooley To: Arnd Bergmann List-Id: Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com, conor@kernel.org, soc@kernel.org Subject: [GIT PULL] RISC-V DT for v6.2-rc4 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Hey Arnd! Been a quiet period since -rc1, so I only have a single DT fix for you. Figured I'd get it out of the way & write the script that I've been meaning to write since I sent the first pair of PRs at the same time. Hopefully I didn't break anything in the process! Thanks, Conor. The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-dt-fixes-for-v6.2-rc4 for you to fetch changes up to 43d5f5d63699724d47f0d9e0eae516a260d232b4: riscv: dts: sifive: fu740: fix size of pcie 32bit memory (2023-01-07 19:31:37 +0000) ---------------------------------------------------------------- RISC-V DeviceTrees for v6.2 SiFive: A solitary fix for the PCI memory regions on the unmatched, triggered by an SM768. No-one must have tried one until just recently! Signed-off-by: Conor Dooley ---------------------------------------------------------------- Ben Dooks (1): riscv: dts: sifive: fu740: fix size of pcie 32bit memory arch/riscv/boot/dts/sifive/fu740-c000.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)