mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 01:12:45 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
23
Documentation/devicetree/bindings/hwmon/vexpress.txt
Normal file
23
Documentation/devicetree/bindings/hwmon/vexpress.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Versatile Express hwmon sensors
|
||||
-------------------------------
|
||||
|
||||
Requires node properties:
|
||||
- "compatible" value : one of
|
||||
"arm,vexpress-volt"
|
||||
"arm,vexpress-amp"
|
||||
"arm,vexpress-temp"
|
||||
"arm,vexpress-power"
|
||||
"arm,vexpress-energy"
|
||||
- "arm,vexpress-sysreg,func" when controlled via vexpress-sysreg
|
||||
(see Documentation/devicetree/bindings/arm/vexpress-sysreg.txt
|
||||
for more details)
|
||||
|
||||
Optional node properties:
|
||||
- label : string describing the monitored value
|
||||
|
||||
Example:
|
||||
energy@0 {
|
||||
compatible = "arm,vexpress-energy";
|
||||
arm,vexpress-sysreg,func = <13 0>;
|
||||
label = "A15 Jcore";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue