From patchwork Sun Jul 19 01:18:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dinh Nguyen X-Patchwork-Id: 11672097 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 033B060D for ; Sun, 19 Jul 2020 01:18:07 +0000 (UTC) Received: by mail.kernel.org (Postfix) id E3D5922482; Sun, 19 Jul 2020 01:18:06 +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 6EF2321775; Sun, 19 Jul 2020 01:18:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595121486; bh=LTIP+ZOAw1K0HMw8ebPwK8rFKM9mDjPBHFCzPQ+7G80=; h=From:List-Id:To:Cc:Subject:Date:From; b=MtHYGgVSP0TnbnVmF7MvSZz/YEzXlqwL6MTdcnYlGjodAd9nJlALwJgoGuebFW9U8 orOGzZ3KHzAyfnMarDeAgrArqOb5ymZ0gX2bqHBW/6dnCxp8mdqgKXzmd+BkLvVnmJ sA0fwNcQp63kbmR7SQZgtOLrtNUo4VSCxLQ12eaI= From: Dinh Nguyen List-Id: To: arm@kernel.org, soc@kernel.org Cc: dinguyen@kernel.org Subject: [GIT PULL 2/2] SoCFPGA DTS updates for v5.9 Date: Sat, 18 Jul 2020 20:18:04 -0500 Message-Id: <20200719011804.15599-1-dinguyen@kernel.org> X-Mailer: git-send-email 2.17.1 Hi Arnd, Kevin, and Olof: Please pull in these SoCFPGA DTS updates for v5.9. Thanks, Dinh The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.9 for you to fetch changes up to 812f5501161151f3c3f4e15f7ef250fc1c3af6a4: ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit (2020-07-18 20:12:07 -0500) ---------------------------------------------------------------- SoCFPGA DTS updates for v5.9 - Populate clock entries for Agilex platform - Add "reset-names" to SPI entries - Add Maxim max1619 temperature sensor to Arria10 devkit ---------------------------------------------------------------- Dinh Nguyen (4): arm64: dts: agilex: populate clock dts entries for Intel SoCFPGA Agilex arm64: dts: agilex: add nand clocks arm: dts: socfpga: add reset-names to spi node ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit arch/arm/boot/dts/socfpga.dtsi | 2 + arch/arm/boot/dts/socfpga_arria10.dtsi | 2 + arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | 5 ++ arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 2 + arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 79 ++++++++++++++++++++++ arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 8 +++ 6 files changed, 98 insertions(+)