Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3207d64 authored by Matthias Brugger's avatar Matthias Brugger
Browse files

arm64: dts: mt8173: Fix auxadc node



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: 748c7d4d ("ARM64: dts: mt8173: Add thermal/auxadc device
nodes")
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 3e96c653
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -450,6 +450,9 @@
		auxadc: auxadc@11001000 {
			compatible = "mediatek,mt8173-auxadc";
			reg = <0 0x11001000 0 0x1000>;
			clocks = <&pericfg CLK_PERI_AUXADC>;
			clock-names = "main";
			#io-channel-cells = <1>;
		};

		uart0: serial@11002000 {