From patchwork Sun Oct 4 13:38:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11815661 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 43F15139F for ; Sun, 4 Oct 2020 13:38:50 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 342452078B; Sun, 4 Oct 2020 13:38:50 +0000 (UTC) Delivered-To: soc@kernel.org Received: from localhost.localdomain (unknown [194.230.155.194]) (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 0C25B20735; Sun, 4 Oct 2020 13:38:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601818730; bh=IaYTAIfqWLiQl8myggoSFS8IuaSZ8LO5w0pplBbLhzo=; h=From:List-Id:To:Cc:Subject:Date:From; b=wf63L0QtFHZyqG8XaNm4kcPPV0ME1/6YIH5xYP+gj3iKFGoZD7nKEmOLwE6uh0yCN FAzNqIsse987yqAnJHnhegvmNH9cymm6Kruk2mnUYOur34XypDz8fqqpS6PozWZLsZ LjDaQ7F/6oY4wceMC9UobSr9BOvHlot+EslFIs08= From: Krzysztof Kozlowski List-Id: To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@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: Third round for v5.10 Date: Sun, 4 Oct 2020 15:38:18 +0200 Message-Id: <20201004133818.2947-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Hi, On top of previous pull request. Best regards, Krzysztof The following changes since commit 6995a4c46331e39646e1bbe4418acf5cf00ef536: ARM: dts: s5pv210: replace deprecated "gpios" i2c-gpio property in Goni (2020-09-16 19:17:25 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.10-3 for you to fetch changes up to 944752bf9083b95fd02c8e240dbc62a24008bdc9: ARM: dts: exynos: Add a placeholder for a MAC address (2020-10-01 20:45:36 +0200) ---------------------------------------------------------------- Samsung DTS ARM changes for v5.10, part three 1. Revert a commit from earlier pull request adding input clock to CMU.    It causes probe reordering of clkout and CMU clocks drivers.  The    clkout driver does not handle probe deferral thus this reorder causes    its probe failure.  The proper solution is actually to convert clkout    driver to a regular module driver supporting probe deferral, but    before this happens revert is simpler approach to fix Odroid U3 boot. 2. Add a placeholder for USB Ethernet adapter's MAC address on Odroid XU3 board. ---------------------------------------------------------------- Krzysztof Kozlowski (1): ARM: dts: exynos: revert "add input clock to CMU in Exynos4412 Odroid" Łukasz Stelmach (1): ARM: dts: exynos: Add a placeholder for a MAC address arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 1 - arch/arm/boot/dts/exynos5422-odroidxu3.dts | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-)