-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v4.6-next-dts' of https://github.com/mbgg/linux-mediatek i…
…nto next/dt Merge "ARM: mediatek: dts updates for v4.7" from Matthias Brugger: - add pinctrl node for mt2701 - add mt2701 pmic wrapper binding - add auxadc binding document * tag 'v4.6-next-dts' of https://github.com/mbgg/linux-mediatek: dt-bindings: MediaTek: Add binding document for the AUXADC dt-bindings: ARM: Mediatek: add MT2701/7623 string to the PMIC wrapper doc arm: dts: Add pinctrl/GPIO/EINT node for mt2701
- Loading branch information
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MediaTek AUXADC | ||
=============== | ||
|
||
The Auxiliary Analog/Digital Converter (AUXADC) is an ADC found | ||
in some Mediatek SoCs which among other things measures the temperatures | ||
in the SoC. It can be used directly with register accesses, but it is also | ||
used by thermal controller which reads the temperatures from the AUXADC | ||
directly via its own bus interface. See | ||
Documentation/devicetree/bindings/thermal/mediatek-thermal.txt | ||
for the Thermal Controller which holds a phandle to the AUXADC. | ||
|
||
Required properties: | ||
- compatible: Must be "mediatek,mt8173-auxadc" | ||
- reg: Address range of the AUXADC unit | ||
|
||
Example: | ||
|
||
auxadc: auxadc@11001000 { | ||
compatible = "mediatek,mt8173-auxadc"; | ||
reg = <0 0x11001000 0 0x1000>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters