mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 09:22:44 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
30
Documentation/devicetree/bindings/rtc/haoyu,hym8563.txt
Normal file
30
Documentation/devicetree/bindings/rtc/haoyu,hym8563.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
Haoyu Microelectronics HYM8563 Real Time Clock
|
||||
|
||||
The HYM8563 provides basic rtc and alarm functionality
|
||||
as well as a clock output of up to 32kHz.
|
||||
|
||||
Required properties:
|
||||
- compatible: should be: "haoyu,hym8563"
|
||||
- reg: i2c address
|
||||
- interrupts: rtc alarm/event interrupt
|
||||
- #clock-cells: the value should be 0
|
||||
|
||||
Optional properties:
|
||||
- clock-output-names: From common clock binding
|
||||
|
||||
Example:
|
||||
|
||||
hym8563: hym8563@51 {
|
||||
compatible = "haoyu,hym8563";
|
||||
reg = <0x51>;
|
||||
|
||||
interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
|
||||
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
device {
|
||||
...
|
||||
clocks = <&hym8563>;
|
||||
...
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue