From patchwork Thu Jun 1 14:03:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 13263836 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C6EE4C77B7E for ; Thu, 1 Jun 2023 14:00:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=pbJV5mPwN3PSRMEo1kMgqVMJ1pMEKxEJmZbaHJwqsks=; b=OOlHjZbbV08uWR clLb0lvhNHOd/YgF85QUJDBF7UOwL9xM69UZxPgYlPWrUL3K8+AzaCkXyeSL6b2hnG76yDQnSQvRJ JfAxmVpUsWNXdgaFfZ3Ldcjq+3dYKw9dyjlsP3K+96flbAWnyUSw8Hss1HqXRsEVo6Uyap1Iy27Ak vB6txOHRLn/InzHrQZ0MP67qTqFlZdS8aaQ+Lb6Jt0m3XeYcj8B/QT9HnsnlBenh0V4L+wWcuXxzi TVNk5upugONq4rYKK6pnG4AVroNy7TtNaGZBvJGEt+VxsWcAhN5+inNmVIaZcXKCX2BAdaP0SKRsg mYXdiLrdYlIzMUn3HrGQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q4iqY-003lMh-2G; Thu, 01 Jun 2023 14:00:10 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q4iqV-003lM2-30 for linux-arm-kernel@lists.infradead.org; Thu, 01 Jun 2023 14:00:09 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E68736453A; Thu, 1 Jun 2023 14:00:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAB48C433EF; Thu, 1 Jun 2023 14:00:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685628006; bh=WKHUvwYa6H+UOFpzOfgjtodDBSsV/P6ewCnAUZQ7EHM=; h=From:List-Id:To:Cc:Subject:Date:From; b=jVtcuAbTrMoqknloUbVSqBT1e3Sb4i13u2vgmQh8QLkTbsOZDDZB/wdlcRN/pKldV HOIZgrCG98dctvaUgNdBawam79w44IJpY01yeX+RkUjIzwiAVTKj2ay1senTFt4pd8 89fhJlUEh7tRtRt1pGPISj82jb+eSbF5QkoMl5/Pc1wDS7yyf4kAI0yPDDH1gsUzyK nzIkNpKUJ3fd+7S+4Tw/js/y32GsA46w+0ENnw6v94ASP5X9W6FVguaOX5/NajqkOj mkbAU3hHMrGUwDvY5qDm5Iq8VehQQvnKxV8SzsbSH9NVWGXCROPX+7/uaNRKs2DyT/ 6XmwEY0OOS0Wg== From: Bjorn Andersson To: arm@kernel.org, soc@kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andy Gross , Arnd Bergmann , Olof Johansson , Kevin Hilman , Krzysztof Kozlowski Subject: [GIT PULL] Qualcomm ARM32 fix for 6.4 Date: Thu, 1 Jun 2023 07:03:47 -0700 Message-Id: <20230601140347.2245680-1-andersson@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230601_070008_029733_8D627D90 X-CRM114-Status: UNSURE ( 9.30 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-fixes-for-6.4 for you to fetch changes up to 925a80af6106a55fa6bcfedc5bd2f02b0b835495: ARM: dts: qcom: add missing cache properties (2023-05-17 19:21:59 -0700) ---------------------------------------------------------------- Qualcomm ARM32 fix for 6.4 A range of 32-bit Qualcomm platforms are missing cache-unified, which is now required by the binding, this is now corrected. ---------------------------------------------------------------- Krzysztof Kozlowski (1): ARM: dts: qcom: add missing cache properties arch/arm/boot/dts/qcom-apq8064.dtsi | 1 + arch/arm/boot/dts/qcom-apq8084.dtsi | 1 + arch/arm/boot/dts/qcom-ipq4019.dtsi | 1 + arch/arm/boot/dts/qcom-ipq8064.dtsi | 1 + arch/arm/boot/dts/qcom-msm8660.dtsi | 1 + arch/arm/boot/dts/qcom-msm8960.dtsi | 1 + arch/arm/boot/dts/qcom-msm8974.dtsi | 1 + 7 files changed, 7 insertions(+)