diff options
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2024-09-23 12:00:08 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-10-16 09:04:42 +0100 |
commit | 0a98b711db1345687df995495ee1d097bba5a958 (patch) | |
tree | 8b9ce8c810f3db488dd3b8e726ae0e74933e24d9 | |
parent | 38d09a34b422230dedc76abca578da370d5f03d4 (diff) |
dt-bindings: mfd: mediatek: mt6397: Add start-year property to RTC
Enable evaluating the start-year property to allow shifting the
RTC's HW range.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240923100010.97470-2-angelogioacchino.delregno@collabora.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml index 95e9566fc535..64d81e9aeb4b 100644 --- a/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml +++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml @@ -71,6 +71,8 @@ properties: - mediatek,mt6366-rtc - const: mediatek,mt6358-rtc + start-year: true + required: - compatible |