From patchwork Fri Sep 11 15:55:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11770827 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 43F3D746 for ; Fri, 11 Sep 2020 15:55:16 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 3EC1E221EB; Fri, 11 Sep 2020 15:55:16 +0000 (UTC) Delivered-To: soc@kernel.org Received: from kozik-lap.mshome.net (unknown [194.230.155.174]) (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 98CEA208E4; Fri, 11 Sep 2020 15:55:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599839716; bh=ScQlFbU0HldbsC3Z/XK+rD3WtH3Lzv5JdM9S7c/SPTc=; h=From:List-Id:To:Cc:Subject:Date:From; b=W8lpJIljpHFsxUxzOUV5GVh+OdYtfWxju9i19H/ZwRvWd/vrOyUNGAGOSML8JA/OO Nre7J2k683x5nghRSrVcefE91Ruzgd5K7Wt56afEQiShP+Kb5+18x4R3sGlAyayGlm OBqz00MleKu6q9yd5yVY2eDzEyO5K1bVuIVwqYlo= From: Krzysztof Kozlowski List-Id: To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@kernel.org Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 1/2] arm64: dts: Minor cleanups for v5.10 Date: Fri, 11 Sep 2020 17:55:08 +0200 Message-Id: <20200911155509.1495-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Hi Arnd and Olof, This is slightly unusual way to send patches... but let's try. I am working since some time to get rid of dtschema violations in DTS or in schema itself. I started doing it all over the tree, although recently I focused to clean up the platforms more interesting to me: 1. All Samsung DTS (almost finished!), 2. iMX 8 DTS (in progress, many already fixed). However at the beginning I prepared a set of fixes for various platforms. Some of them got acks, some of them were applied and some of them were completely ignored (good job Amazon in maintaining ARM/Annapurna Labs ALPINE...). Since no one got interested in these, maybe you could take them directly? Best regards, Krzysztof The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/dt64-schema-5.10 for you to fetch changes up to 5024f03c09e4410db880a900f46fac413cd39855: arm64: dts: alpine: Fix GIC unit address (2020-09-11 17:42:30 +0200) ---------------------------------------------------------------- Various minor cleanups for arm64 Amazon DTS Cleanup arm64 DTS to remove dtschema validation errors. ---------------------------------------------------------------- Krzysztof Kozlowski (2): arm64: dts: alpine: Align GIC nodename with dtschema arm64: dts: alpine: Fix GIC unit address arch/arm64/boot/dts/amazon/alpine-v2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) From patchwork Fri Sep 11 15:55:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11770829 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 67FD759D for ; Fri, 11 Sep 2020 15:55:18 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 635B9221F1; Fri, 11 Sep 2020 15:55:18 +0000 (UTC) Delivered-To: soc@kernel.org Received: from kozik-lap.mshome.net (unknown [194.230.155.174]) (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 98BAA221EF; Fri, 11 Sep 2020 15:55:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599839718; bh=GrAdWfXf7Ryo5SzrzrfS6VFvWYZqwXX+kUnTzg5HLhE=; h=From:List-Id:To:Cc:Subject:Date:In-Reply-To:References:From; b=tpS8CEVuiLkAQVH1PTTj8TSOLsDrAO3P2YrCNl6cKoowgrPUYKETx6HeM2PU5GxAu MMmHgeD28tiyvuW7J+/wQU+HaRcbTpY8gixceQhgxzdyAM4dw9rdcbXgEc9QCO2dLO /2ddm6IxqrO65DTmV5RzxvrI1jziFiwe9rvNV6LU= From: Krzysztof Kozlowski List-Id: To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@kernel.org Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 2/2] ARM: dts: Minor cleanups for v5.10 Date: Fri, 11 Sep 2020 17:55:09 +0200 Message-Id: <20200911155509.1495-2-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911155509.1495-1-krzk@kernel.org> References: <20200911155509.1495-1-krzk@kernel.org> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/dt-schema-5.10 for you to fetch changes up to 48d5732cdf57b82ff32d198f7e696386979f8b08: ARM: dts: alpine: Align GIC nodename with dtschema (2020-09-11 17:44:11 +0200) ---------------------------------------------------------------- Various minor cleanups for ARM DTS Cleanup ARM DTS to remove dtschema validation errors. ---------------------------------------------------------------- Krzysztof Kozlowski (6): ARM: dts: prima: Align L2 cache-controller nodename with dtschema ARM: dts: qcom: Align L2 cache-controller nodename with dtschema ARM: dts: spear: Align L2 cache-controller nodename with dtschema ARM: dts: tango: Align L2 cache-controller nodename with dtschema ARM: dts: zx: Align L2 cache-controller nodename with dtschema ARM: dts: alpine: Align GIC nodename with dtschema arch/arm/boot/dts/alpine.dtsi | 2 +- arch/arm/boot/dts/prima2.dtsi | 2 +- arch/arm/boot/dts/qcom-mdm9615.dtsi | 2 +- arch/arm/boot/dts/spear13xx.dtsi | 2 +- arch/arm/boot/dts/tango4-common.dtsi | 2 +- arch/arm/boot/dts/zx296702.dtsi | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)