Return-Path: <krzk@kernel.org> 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 <patchwork-soc@patchwork.kernel.org>; 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 <krzk@kernel.org> List-Id: <soc.lore.kernel.org> To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>, arm@kernel.org, soc@kernel.org Cc: Krzysztof Kozlowski <krzk@kernel.org>, 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(-)