From patchwork Mon Sep 7 12:18:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 11760917 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 0ACBA92C for ; Mon, 7 Sep 2020 12:18:40 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 054312137B; Mon, 7 Sep 2020 12:18:40 +0000 (UTC) Delivered-To: soc@kernel.org Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mail.kernel.org (Postfix) with ESMTP id 7C104215A4; Mon, 7 Sep 2020 12:18:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7C104215A4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=andre.przywara@arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9D7EE1045; Mon, 7 Sep 2020 05:18:38 -0700 (PDT) Received: from donnerap.arm.com (donnerap.cambridge.arm.com [10.1.195.35]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 830213F66E; Mon, 7 Sep 2020 05:18:37 -0700 (PDT) From: Andre Przywara List-Id: To: soc@kernel.org Cc: Rob Herring , devicetree@vger.kernel.org, Wei Xu , Chanho Min , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/6] ARM/arm64: dts: Fix SP804/SP805 users Date: Mon, 7 Sep 2020 13:18:25 +0100 Message-Id: <20200907121831.242281-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.17.1 Those are the remaining patches of the SP804/SP805 DT fixes. [1][2] ARM, Broadcom and Freescale have their respective fixes queued through their maintainers already, but I haven't heard back from LG or HiSilicon so far. So can those patches be taken through armsoc directly? --------------------- Some DTs in the kernel tree were not conforming to the SP804 and SP805 binding. Fix those DTs to correctly describe the clocks, while making sure that the devices stay functional with the current Linux driver. Thanks, Andre [1] http://lkml.iu.edu/hypermail/linux/kernel/2008.3/07072.html [2] http://lkml.iu.edu/hypermail/linux/kernel/2008.3/07167.html Andre Przywara (6): ARM: dts: hisilicon: Fix SP804 users ARM: dts: nspire: Fix SP804 users arm64: dts: lg: Fix SP804 users arm64: dts: hisilicon: Fix SP805 clocks arm64: dts: lg: Fix SP805 clocks ARM: dts: hisilicon: Fix SP805 clocks arch/arm/boot/dts/hi3620.dtsi | 30 +++++++++++++++-------- arch/arm/boot/dts/hip04.dtsi | 4 +-- arch/arm/boot/dts/hisi-x5hd2.dtsi | 5 ++-- arch/arm/boot/dts/nspire.dtsi | 12 ++++++--- arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 10 +++++--- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 5 ++-- arch/arm64/boot/dts/lg/lg1312.dtsi | 10 ++++---- arch/arm64/boot/dts/lg/lg1313.dtsi | 10 ++++---- 8 files changed, 52 insertions(+), 34 deletions(-)