Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751594AbdFHQpi (ORCPT ); Thu, 8 Jun 2017 12:45:38 -0400 Received: from mail-oi0-f52.google.com ([209.85.218.52]:35148 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483AbdFHQpg (ORCPT ); Thu, 8 Jun 2017 12:45:36 -0400 MIME-Version: 1.0 In-Reply-To: References: <7055ce6095c0b7f026ac6f0dc37e43fc5c0b1793.1496939031.git.leonard.crestez@nxp.com> From: Fabio Estevam Date: Thu, 8 Jun 2017 13:45:35 -0300 Message-ID: Subject: Re: [PATCH 2/2] ARM: dts: imx6ul: Add imx6ul-tempmon To: Leonard Crestez Cc: Shawn Guo , Bai Ping , "linux-pm@vger.kernel.org" , linux-kernel , Eduardo Valentin , Sascha Hauer , Fabio Estevam , Zhang Rui , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 582 Lines: 11 On Thu, Jun 8, 2017 at 1:26 PM, Leonard Crestez wrote: > + tempmon: tempmon { > + compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon"; > + interrupts = ; > + fsl,tempmon = <&anatop>; > + fsl,tempmon-data = <&ocotp>; > + clocks = <&clks IMX6UL_CLK_PLL3_USB_OTG>; Does the IMX6UL_CLK_PLL3_USB_OTG clock really control tempmon? Please double check.