From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5E8CC4921BF; Thu, 7 May 2026 20:34:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778186095; cv=none; b=cK/t/KHQ9MpMm9EFRCMUsVipDJhjjHnuE63U+eC22HwhYGWUiqEkE9qYUA7gZRiaqQzouCM+qzIGsilQEL2YnFe6I6w24xe4AOyZlekA14W40Z0w+7rqI4MxDL0h2Ny/DLPuoWcWBHmM1E1/6j3x0CAe+FTyTMhheojqoJKL8xc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778186095; c=relaxed/simple; bh=d9z4W4cvdQSBbKFsB4JetTff9eP2VqHJsrLuYasqOfU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YpmwgM973uVKIlJ09lxhrtA38FdqWvicrAVEtla/jns6++1ia3ELeDRSIVuKyfyo7LILtJuiHcJiNU+l8NQQ0cjfv0vpvWTl7EjOhl5hp78dlNlyv+Eyfv5ligr867NGCfcLxhkGe4dLUlYCf/rN5U5hKxqFTwR1lSM2JZK9PPo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UCygCqTk; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UCygCqTk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D0B3C2BCF5; Thu, 7 May 2026 20:34:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778186095; bh=d9z4W4cvdQSBbKFsB4JetTff9eP2VqHJsrLuYasqOfU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UCygCqTkHIbbZ74gkH5kmoHPi4CASlIFNLaJeboijSbyAYh7eMAkUUx4kNmYLdht0 MZBAb0w3JagQ7K7LIA7reTbVJI+R3YW7ZixGV7SFLNTGd4WbMNz/Mt2ZdzRMnKjXtD UlW/wV5GSgpx+1hb8gqI28jBDXp0C/sMnQK39BzcwlKedtypWXJ8y6NkbbVg61fGRQ /ZxwySM8IKbCp2FVCsYewV7OKqRp3dqPvaZVixi9/8pCvvsJ7XLXc4M4iV+B4yc4M+ pj2FbSfjE7kFLiCbSoV4OzGnBV/+j2Ur6NM9VmKEq7kWciC82rfpWfvsAe/ZeR2NaX mLNHnmQAUUVYA== From: Bjorn Andersson To: Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jishnu Prakash , Jyothi Kumar Seerapu , Maulik Shah , Pankaj Patil , Raviteja Laggyshetty , Kamal Wadhwa Cc: Sibi Sankar , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Manaf Meethalavalappu Pallikunhi Subject: Re: [PATCH] arm64: dts: qcom: fix temp-alarm probe failure for PMH0104 on Glymur Date: Thu, 7 May 2026 15:34:19 -0500 Message-ID: <177818606029.73000.7985421402216569693.b4-ty@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260406-glymur-pmh0104-temp-alarm-fix-v1-1-4441b7b01f85@oss.qualcomm.com> References: <20260406-glymur-pmh0104-temp-alarm-fix-v1-1-4441b7b01f85@oss.qualcomm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On Mon, 06 Apr 2026 19:05:55 +0530, Kamal Wadhwa wrote: > The temp-alarm driver probe is failing for the pmh0104 PMICs on glymur. > > [ 3.999713] spmi-temp-alarm c426000.spmi:pmic@8:temp-alarm@a00: error -ENODEV: failed to register sensor > [ 4.015066] spmi-temp-alarm c426000.spmi:pmic@9:temp-alarm@a00: error -ENODEV: failed to register sensor > [ 4.033908] spmi-temp-alarm c437000.spmi:pmic@b:temp-alarm@a00: error -ENODEV: failed to register sensor > > This happens because thermal zone associated with the temp alarm was > defined under the thermal zones parent node which had a typo (used `_` in > place of `-`). Correct the typo to fix probe failure. > > [...] Applied, thanks! [1/1] arm64: dts: qcom: fix temp-alarm probe failure for PMH0104 on Glymur commit: e8fae9152e100b4bb30d38b25bc9c81623e8e91e Best regards, -- Bjorn Andersson