From patchwork Wed Nov 2 14:01:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13028160 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 2CE0BC4332F for ; Wed, 2 Nov 2022 14:03:22 +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=+CH/GpIJjhCdVb0I/04DMQXktP/m90PumX+KyYaJujI=; b=ROVG6BrPc78awh jBQNKqVm5X3nLAcTfhc0O3JSwFp5CJ8yWXkv02sjo1XL8MwUoglti8k7rO8T60E98nmp9fWT9d/MD zAZQzvIepCvkXiOJtl8HZNH8x+8q1NngOx5gOrEvGtxPU0T7ZOsRbTkEE6/PZqjojWACL+5nJ/l6y dGwipRl3UF7uC7mCt+/qo820M/r16Hja7r6mDydrvXcjZikBw69vaaHcOTxf+ADpeMvKtLo+M+W4/ jMalHph9KSdT1QUJvH0pOGFN6RlHclxsY9s/67DY6HbXEVOWVJya+e1ogUlkCA8+q4EFrcPJLc70E 11xB+tdfaFT//eEzYL0g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqEJj-00BP8U-PE; Wed, 02 Nov 2022 14:02:07 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqEJe-00BP7J-N0 for linux-arm-kernel@lists.infradead.org; Wed, 02 Nov 2022 14:02:05 +0000 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 901231FB; Wed, 2 Nov 2022 07:02:06 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 0B87A3F534; Wed, 2 Nov 2022 07:01:58 -0700 (PDT) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Lorenzo Pieralisi , Liviu Dudau , Cristian Marussi , Olof Johansson Subject: [GIT PULL] arm64: dts: juno: Fixes for v6.1 Date: Wed, 2 Nov 2022 14:01:56 +0000 Message-Id: <20221102140156.2758137-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221102_070202_809685_01528778 X-CRM114-Status: UNSURE ( 7.08 ) 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 Hi ARM SoC Team, Please pull ! Regards, Sudeep -->8 The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-fix-6.1 for you to fetch changes up to c4a7b9b587ca1bb4678d48d8be7132492b23a81c: arm64: dts: juno: Add thermal critical trip points (2022-11-01 12:03:07 +0000) ---------------------------------------------------------------- Armv8 Juno fix for v6.1 Just a single fix to add the missing critical points in the thermal zones that has been mandatory in the binding but was enforced in the code recently. ---------------------------------------------------------------- Cristian Marussi (1): arm64: dts: juno: Add thermal critical trip points arch/arm64/boot/dts/arm/juno-base.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+)