]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64: dts: mt8173: Fix auxadc node
authorMatthias Brugger <matthias.bgg@gmail.com>
Wed, 26 Oct 2016 14:15:00 +0000 (16:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 15 Jan 2017 12:42:56 +0000 (13:42 +0100)
commitd40152d5ac671bba821f0bd2183f2a59de1ae326
treeeb1e25ea33c53d44bf9a460b831cd4602779792d
parent08aed6e8883d3be7a8a1578231fc3dcafd2a9df3
arm64: dts: mt8173: Fix auxadc node

commit a3207d644fb89e5d7d5e01f00c04dcfc6d2d44d5 upstream.

The devicetree node for mt8173-auxadc lacks the clock and
io-channel-cells property. This leads to a non-working driver.

mt6577-auxadc 11001000.auxadc: failed to get auxadc clock
mt6577-auxadc: probe of 11001000.auxadc failed with error -2

Fix these fields to get the device up and running.

Fixes: 748c7d4de46a ("ARM64: dts: mt8173: Add thermal/auxadc device
nodes")
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/mediatek/mt8173.dtsi