Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / rtc-mt6397.txt
blob55a0c8874c03b1dfb9b556c704417668579a45fe
1 Device-Tree bindings for MediaTek PMIC based RTC
3 MediaTek PMIC based RTC is an independent function of MediaTek PMIC that works
4 as a type of multi-function device (MFD). The RTC can be configured and set up
5 with PMIC wrapper bus which is a common resource shared with the other
6 functions found on the same PMIC.
8 For MediaTek PMIC MFD bindings, see:
9 ../mfd/mt6397.txt
11 For MediaTek PMIC wrapper bus bindings, see:
12 ../soc/mediatek/pwrap.txt
14 Required properties:
15 - compatible: Should be one of follows
16        "mediatek,mt6323-rtc": for MT6323 PMIC
17        "mediatek,mt6397-rtc": for MT6397 PMIC
19 Example:
21        pmic {
22                compatible = "mediatek,mt6323";
24                ...
26                rtc {
27                        compatible = "mediatek,mt6323-rtc";
28                };
29        };