From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.gross@linaro.org (Andy Gross) Date: Mon, 24 Oct 2016 14:27:25 -0500 Subject: [PATCH/RESEND] thermal: qcom-spmi: Treat reg property as a single cell In-Reply-To: <20161018234019.5489-1-sboyd@codeaurora.org> References: <20161018234019.5489-1-sboyd@codeaurora.org> Message-ID: <20161024192725.GI3145@hector.attlocal.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 18, 2016 at 04:40:19PM -0700, Stephen Boyd wrote: > We only read the first element of the reg property to figure out > the offset of the temperature sensor inside the PMIC. > Furthermore, we want to remove the second element in DT, so just > don't read the second element so that probe keeps working if we > change the DT in the future. > > Cc: Ivan T. Ivanov > Signed-off-by: Stephen Boyd Reviewed-by: Andy Gross