From patchwork Thu Nov 5 15:19:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dinh Nguyen X-Patchwork-Id: 11884633 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0E4AF6A2 for ; Thu, 5 Nov 2020 15:19:15 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 082162074B; Thu, 5 Nov 2020 15:19:15 +0000 (UTC) Delivered-To: soc@kernel.org Received: from localhost.localdomain (cpe-70-114-140-30.austin.res.rr.com [70.114.140.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 86F1520715; Thu, 5 Nov 2020 15:19:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604589554; bh=22D1BSfdeS2Wiiw5jsTVyEwkapEMkJ2aKVJNWjtb+og=; h=From:List-Id:To:Cc:Subject:Date:From; b=D1EhPFv6tNwevIv9WbbXmrsKwUrgL0oHCEQWRrNWTLwnuuK5xKxns+hf5P9q8Qh1d k5GReTfW23aqPav4vdDLmdjRsOCTaTAawLi0uCJ4iHhjONLtrqZAE7ptxSDmF2rz9/ r+EbdyiDZ3jIwWI2RM3b/n8PTTJo8eaYvjv1QakY= From: Dinh Nguyen List-Id: To: arm@kernel.org, soc@kernel.org Cc: dinguyen@kernel.org Subject: [GIT PULL] SoCFPGA DTS fix for v5.10 Date: Thu, 5 Nov 2020 09:19:12 -0600 Message-Id: <20201105151912.31894-1-dinguyen@kernel.org> X-Mailer: git-send-email 2.17.1 Hi Arnd, Kevin, and Olof: Please pull in this SoCFPGA DTS fix for v5.10. Thanks, Dinh The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_fix_for_v5.10 for you to fetch changes up to f126b6702e7354d6247a36f20b9172457af5c15a: arm64: dts: agilex/stratix10: Fix qspi node compatible (2020-11-02 11:33:35 -0600) ---------------------------------------------------------------- arm64: dts: fix for v5.10 - Fix the qspi node to have the required "jedec,spi-nor" ---------------------------------------------------------------- Dinh Nguyen (1): arm64: dts: agilex/stratix10: Fix qspi node compatible arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 2 +- arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts | 2 +- arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)