From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 20 May 2020 01:37:28 +0200 Subject: [PATCH 2/2] thermal: imx_scu_thermal: fix getting DT alert property value In-Reply-To: <20200520000501.6a03d99b@crub> References: <20200516203420.24409-1-agust@denx.de> <20200516203420.24409-2-agust@denx.de> <20200517131828.2c3686e5@crub> <20200517165317.662d7ae2@crub> <20200519113542.52b30bdf@crub> <20200519122632.3435285f@crub> <20200520000501.6a03d99b@crub> Message-ID: <20200520013728.319eb02a@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 20 May 2020 00:05:01 +0200 Anatolij Gustschin agust at denx.de wrote: ... > When uclass_get_device_by_name() is used, then imx_sc_thermal_ofdata_to_platdata() > is called for "cpu-thermal0" device, here getting the list works > and alert/critical pdata values are initialized properly. This 2/2 patch can be superseded by patch: http://patchwork.ozlabs.org/project/uboot/patch/20200519233144.2426-1-agust at denx.de -- Anatolij