From patchwork Sun Jun 16 17:55:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 10997577 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B10E1924 for ; Sun, 16 Jun 2019 17:55:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6CB0928433 for ; Sun, 16 Jun 2019 17:55:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5BBC12847D; Sun, 16 Jun 2019 17:55:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F0F91286DA for ; Sun, 16 Jun 2019 17:55:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727138AbfFPRzV (ORCPT ); Sun, 16 Jun 2019 13:55:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:41722 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726683AbfFPRzV (ORCPT ); Sun, 16 Jun 2019 13:55:21 -0400 Received: from localhost.localdomain (unknown [194.230.155.186]) (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 0CE732087F; Sun, 16 Jun 2019 17:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560707720; bh=d0RGGfQllTO5+OTHP8JYkWAhgVmpG2+sN+yX0OyDV00=; h=From:To:Cc:Subject:Date:From; b=CF500ixgjgJqaIRFaZRGGfNUN3ri0WjWg/j5FMiZJ3XqKs1OJi4ZWTwhjMmTBLm8n f67gjy2tYWcPeb20FvjMCUljQ78KJpIYdJYamDr8wg4INmdom4kDxkpxcTm1qaw3in GAUgDUhIYZgpt12SdIphwZ7qQ5HGr4pSOPwQ3XkU= From: Krzysztof Kozlowski To: Olof Johansson , Arnd Bergmann , arm@kernel.org Cc: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: dts: exynos: Pull for v5.3 Date: Sun, 16 Jun 2019 19:55:13 +0200 Message-Id: <20190616175513.3681-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.3 for you to fetch changes up to d2cac68e0d9b038da7207c0b63e1399c4f9f60c4: ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU (2019-06-11 20:37:21 +0200) ---------------------------------------------------------------- Samsung DTS ARM changes for v5.3 1. Fixes for minor warnings. 2. Enable ADC on Exynos5410 Odroid XU board. ---------------------------------------------------------------- Krzysztof Kozlowski (3): ARM: dts: exynos: Move CPU OPP tables out of SoC node on Exynos5420 ARM: dts: exynos: Raise maximum buck regulator voltages on Arndale Octa ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU arch/arm/boot/dts/exynos5410-odroidxu.dts | 5 + arch/arm/boot/dts/exynos5410.dtsi | 6 + arch/arm/boot/dts/exynos5420-arndale-octa.dts | 14 +- arch/arm/boot/dts/exynos5420.dtsi | 234 +++++++++++++------------- arch/arm/boot/dts/exynos54xx.dtsi | 9 + 5 files changed, 142 insertions(+), 126 deletions(-)