From patchwork Fri Jul 17 15:57:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dinh Nguyen X-Patchwork-Id: 11670607 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 38DFF13B1 for ; Fri, 17 Jul 2020 15:58:00 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 31C7E2076D; Fri, 17 Jul 2020 15:58:00 +0000 (UTC) Delivered-To: soc@kernel.org Received: from localhost.localdomain (cpe-70-114-128-244.austin.res.rr.com [70.114.128.244]) (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 A7805204EA; Fri, 17 Jul 2020 15:57:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595001480; bh=F9wVwH4nArtkNCgzHHv9sOEtuuv7CSDq94K6NkfzLXU=; h=From:List-Id:To:Cc:Subject:Date:From; b=faxq0LCLzdZO4oynFG+XqAUX0zCMaC3KihARdMoVjgZJiUgVUyLc+gX8D5iisXgxf YVJwcN3iZc5IhpLc7wfsIGKh+myIxciKuAOx/atUXo9rCuTZHidffppNzAtfsbQ1Et /3u9b+69scx4agW/HDlVsjNNnEb/0E/MNK+493zM= From: Dinh Nguyen List-Id: To: arm@kernel.org, soc@kernel.org Cc: dinguyen@kernel.org, arnd@arndb.de Subject: [GIT PULL] SoCFPGA DTS fixes for v5.8, version 2 Date: Fri, 17 Jul 2020 10:57:58 -0500 Message-Id: <20200717155758.18233-1-dinguyen@kernel.org> X-Mailer: git-send-email 2.17.1 Hi Arnd, Kevin, and Olof: Please pull in these SoCFPGA DTS fixes for v5.8. This has the correct "Fixes" tag. Thanks, Dinh The following changes since commit 11ba468877bb23f28956a35e896356252d63c983: Linux 5.8-rc5 (2020-07-12 16:34:50 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_fixes_for_v5.8_v2 for you to fetch changes up to 681a5c71fb829fc2193e3bb524af41525477f5c3: arm64: dts: spcfpga: Align GIC, NAND and UART nodenames with dtschema (2020-07-15 14:13:00 -0500) ---------------------------------------------------------------- arm/arm64: dts: socfpga: fixes for v5.8 - Add status = "okay" in QSPI - Increase QSPI size in reg property - Fix dtschema for SoCFPGA platforms ---------------------------------------------------------------- Dinh Nguyen (3): arm64: dts: agilex: add status to qspi dts node arm64: dts: stratix10: add status to qspi dts node arm64: dts: stratix10: increase QSPI reg address in nand dts file Krzysztof Kozlowski (2): ARM: dts: socfpga: Align L2 cache-controller nodename with dtschema arm64: dts: spcfpga: Align GIC, NAND and UART nodenames with dtschema arch/arm/boot/dts/socfpga.dtsi | 2 +- arch/arm/boot/dts/socfpga_arria10.dtsi | 2 +- arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 8 ++++---- arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 1 + arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts | 7 ++++--- arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 1 + 6 files changed, 12 insertions(+), 9 deletions(-)