From patchwork Thu Apr 6 17:36:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13203795 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 BE0FDC7618D for ; Thu, 6 Apr 2023 17:37:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=F5Tb6ABHDwTNUXzyw2+nT5VuX2zSJq2GcjHMk+QTJL0=; b=Moa i5A+MF66i5ubIABWE7zxb0l17ZnJy+Iz2GdI/jMFw2fS3xpwgrG56aTgCZXEuitZqUbrStZ67DFXd X8HoLVavGWZ98+MG/gnKXprXmXuJwWfBLWFRIUlXIMrUIZDzPT5jOq+bvb32gmNq9drwOU1G0tZ6z iGRiuHx9m/pANEzrOGRGkHxmlCGVTDfvxO7ssbauEmhB6hQcFbboN9TWeIoNT4pPDUUf8C1vAsitO f0f2cK3mHbEsQrfuC4H2/fgGvaUbihbM0qiwiY6mpYiCagVAq/2eC7JjwH2Cu2k/Se+LSs46wyorj 2cmPo3BfeXwPXDd/7r8FQHD53WXkWyw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pkTXk-008A5D-17; Thu, 06 Apr 2023 17:37:04 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pkTXh-008A4i-09 for linux-riscv@lists.infradead.org; Thu, 06 Apr 2023 17:37:02 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6D25E64A77; Thu, 6 Apr 2023 17:37:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A387FC433A1; Thu, 6 Apr 2023 17:36:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680802619; bh=o0IjLSZZfFQ9RGYy0Tq46qzeu7Il62Mml5r+70PT5+s=; h=Date:From:To:List-Id:Cc:Subject:From; b=Vh+zdVchiBtW10KtTDERairK6oZvGKzvNBfkuYpeLtCvmxr2gajQPzRn0iUMUEZ4r mWq8g4YWHgOgs9ESG7JQgKTcJL0ilOBbhWDZFbDemYrq+W2Gu+MNurmANyzfG88FJx 2JwcWGHDU1XAC6vhd2dYJoS9LNWvtW9OkOd1F/smLLwbTAD+Z5KvotKbSEa9ij7LKi L/j8cjOAl5gyv0i79OvlYXFIkAfm+UPm5ezW8dj9Y90BbeJTbCVLOVzlQdKaplWUK5 IwEFuCLrP+MaUH7V9IExB+bS3gM8QVtpTL2238w21DeokabzFwRNZv+rQJ3n0cbFVX 56rF0AoDMmayQ== Date: Thu, 6 Apr 2023 18:36:56 +0100 From: Conor Dooley To: arnd@arndb.de Cc: conor@kernel.org, palmer@dabbelt.com, linux-riscv@lists.infradead.org, soc@kernel.org Subject: [GIT PULL] RISC-V Devicetree fixes for v6.3-final Message-ID: <20230406-negate-octagon-0fc2e47dbde5@spud> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230406_103701_156867_8A173AA1 X-CRM114-Status: GOOD ( 11.60 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hey Arnd, Please pull a single fix, it's been a quiet window on the fixes front! I don't have any urgent fixes on the soc side either, only fixes for behaviour that cannot be triggered with an upstream kernel that I've put in for-next. Thanks, Conor. The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -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.3-final for you to fetch changes up to 8056dc043d7f74d7675d413cb3dc4fa290609922: riscv: dts: canaan: drop invalid spi-max-frequency (2023-03-26 23:58:27 +0100) ---------------------------------------------------------------- RISC-V Devicetree fixes for v6.3-final A solitary fix here from Krzysztof for an invalid property that should've probably been removed months ago, but was missed due to it being in a dtb that doesn't build w/ defconfig. Signed-off-by: Conor Dooley ---------------------------------------------------------------- Krzysztof Kozlowski (1): riscv: dts: canaan: drop invalid spi-max-frequency arch/riscv/boot/dts/canaan/k210.dtsi | 1 - 1 file changed, 1 deletion(-)