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: max77620: Document optional RTC address for MAX77663

Document an optional second I2C address for the MAX77663 PMIC's RTC
device, to be used if the MAX77663 RTC is located at a non-default I2C
address.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260312085258.11431-5-clamor95@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Svyatoslav Ryhel and committed by
Lee Jones
3cef6765 4370650b

+21 -1
+21 -1
Documentation/devicetree/bindings/mfd/maxim,max77620.yaml
··· 17 17 - maxim,max77663 18 18 19 19 reg: 20 - maxItems: 1 20 + description: 21 + Can contain an optional second I2C address pointing to the PMIC's 22 + RTC device. If no RTC address is provided, a default address specific 23 + to this PMIC will be used. 24 + minItems: 1 25 + maxItems: 2 26 + 27 + reg-names: 28 + items: 29 + - const: pmic 30 + - const: rtc 21 31 22 32 interrupts: 23 33 maxItems: 1 ··· 201 191 enum: [40, 80, 160, 320, 640, 1280, 2560, 5120] 202 192 maxim,suspend-fps-time-period-us: 203 193 enum: [40, 80, 160, 320, 640, 1280, 2560, 5120] 194 + 195 + - if: 196 + properties: 197 + compatible: 198 + not: 199 + contains: 200 + const: maxim,max77663 201 + then: 202 + properties: 203 + reg-names: false 204 204 205 205 required: 206 206 - compatible