1 Device-Tree bindings for MediaTek PMIC based R 1 Device-Tree bindings for MediaTek PMIC based RTC 2 2 3 MediaTek PMIC based RTC is an independent func 3 MediaTek PMIC based RTC is an independent function of MediaTek PMIC that works 4 as a type of multi-function device (MFD). The 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 resour 5 with PMIC wrapper bus which is a common resource shared with the other 6 functions found on the same PMIC. 6 functions found on the same PMIC. 7 7 8 For MediaTek PMIC MFD bindings, see: 8 For MediaTek PMIC MFD bindings, see: 9 ../mfd/mt6397.txt 9 ../mfd/mt6397.txt 10 10 11 For MediaTek PMIC wrapper bus bindings, see: 11 For MediaTek PMIC wrapper bus bindings, see: 12 ../soc/mediatek/pwrap.txt 12 ../soc/mediatek/pwrap.txt 13 13 14 Required properties: 14 Required properties: 15 - compatible: Should be one of follows 15 - compatible: Should be one of follows 16 "mediatek,mt6323-rtc": for MT6323 PMIC 16 "mediatek,mt6323-rtc": for MT6323 PMIC 17 "mediatek,mt6358-rtc": for MT6358 PMIC 17 "mediatek,mt6358-rtc": for MT6358 PMIC 18 "mediatek,mt6366-rtc", "mediatek,mt6358 18 "mediatek,mt6366-rtc", "mediatek,mt6358-rtc": for MT6366 PMIC 19 "mediatek,mt6397-rtc": for MT6397 PMIC 19 "mediatek,mt6397-rtc": for MT6397 PMIC 20 20 21 Example: 21 Example: 22 22 23 pmic { 23 pmic { 24 compatible = "mediatek,mt6323"; 24 compatible = "mediatek,mt6323"; 25 25 26 ... 26 ... 27 27 28 rtc { 28 rtc { 29 compatible = "mediatek, 29 compatible = "mediatek,mt6323-rtc"; 30 }; 30 }; 31 }; 31 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.