From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Wed, 20 Aug 2014 13:44:00 -0600 Subject: [PATCH v3 3/4] ARM: tegra: Add thermal trip points for Jetson TK1 In-Reply-To: <1407320706-17440-4-git-send-email-mperttunen@nvidia.com> References: <1407320706-17440-1-git-send-email-mperttunen@nvidia.com> <1407320706-17440-4-git-send-email-mperttunen@nvidia.com> Message-ID: <53F4FA80.9050103@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/06/2014 04:25 AM, Mikko Perttunen wrote: > This adds critical trip points to the Jetson TK1 device tree. > The device will do a controlled shutdown when either the CPU, GPU > or MEM thermal zone reaches 101 degrees Celsius. > diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts > + thermal-zones { > + cpu { > + trips { ... > + }; > + }; thermal.txt states that a cooling-maps sub-node is mandatory. However, it seems to be missing here. Is the DT binding documentation overly strict, or do we need to add such a node here?