Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mfd: mt6397: Add compatibles for MT6331 RTC and keys

The MT6331 PMIC provides many sub modules: regulators, audio
codec, LED controller, keys, RTC and some GPIOs.
It is always paired with a MT6332 Companion PMIC, which provides
thermistors, WLEDs (display LED backlight), secondary AP cluster
regulators, modem clocks, battery charger and fuel gauge.

Add the necessary compatibles to start implementing the basics.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220617110728.90132-2-angelogioacchino.delregno@collabora.com

authored by

AngeloGioacchino Del Regno and committed by
Lee Jones
7e47943c 76659e20

+5 -2
+5 -2
Documentation/devicetree/bindings/mfd/mt6397.txt
··· 30 30 - rtc 31 31 Required properties: Should be one of follows 32 32 - compatible: "mediatek,mt6323-rtc" 33 + - compatible: "mediatek,mt6331-rtc" 33 34 - compatible: "mediatek,mt6358-rtc" 34 35 - compatible: "mediatek,mt6397-rtc" 35 36 For details, see ../rtc/rtc-mt6397.txt ··· 54 53 see ../leds/leds-mt6323.txt 55 54 56 55 - keys 57 - Required properties: 58 - - compatible: "mediatek,mt6397-keys" or "mediatek,mt6323-keys" 56 + Required properties: Should be one of the following 57 + - compatible: "mediatek,mt6323-keys" 58 + - compatible: "mediatek,mt6331-keys" 59 + - compatible: "mediatek,mt6397-keys" 59 60 see ../input/mtk-pmic-keys.txt 60 61 61 62 - power-controller