mbox series

[v6,0/2] arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC

Message ID 20181112221126.27142-1-mka@chromium.org (mailing list archive)
Headers show
Series arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC | expand

Message

Matthias Kaehlcke Nov. 12, 2018, 10:11 p.m. UTC
This series adds a channel for the die temperature to the QCOM SPMI
PMIC5 ADC. It also fixes an example in the DT documentation.

Matthias Kaehlcke (2):
  dt-bindings: iio: vadc: Add unit address to ADC channel node in
    example
  arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC

 .../devicetree/bindings/iio/adc/qcom,spmi-vadc.txt          | 6 +++++-
 arch/arm64/boot/dts/qcom/pm8998.dtsi                        | 5 +++++
 2 files changed, 10 insertions(+), 1 deletion(-)

Comments

Andy Gross Nov. 14, 2018, 6:20 p.m. UTC | #1
On Mon, Nov 12, 2018 at 02:11:24PM -0800, Matthias Kaehlcke wrote:
> This series adds a channel for the die temperature to the QCOM SPMI
> PMIC5 ADC. It also fixes an example in the DT documentation.
> 
> Matthias Kaehlcke (2):
>   dt-bindings: iio: vadc: Add unit address to ADC channel node in
>     example
>   arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC
> 

I queued both of these.  Thanks for updating these.

Andy