diff options
| author | Chaitanya Sabnis <chaitanya.msabnis@gmail.com> | 2026-05-13 18:07:57 +0530 |
|---|---|---|
| committer | Andi Shyti <andi.shyti@kernel.org> | 2026-05-13 23:57:08 +0200 |
| commit | 70dc84bd48dccc711261c4abfd96da4aa0f2eecf (patch) | |
| tree | 7e10fb9074b6b18955c79325dda71bf722f8dd21 /MAINTAINERS | |
| parent | beec6b0a30da08f4d872736e1261f1213da82da6 (diff) | |
| download | linux-next-history-70dc84bd48dccc711261c4abfd96da4aa0f2eecf.tar.gz | |
dt-bindings: i2c: convert davinci i2c to dt-schema
Convert the Texas Instruments DaVinci and Keystone I2C controller
bindings from legacy text format to modern dt-schema (YAML).
During the conversion, the `interrupts` property was made required
to match the strict requirement in the driver probe function. The
custom `ti,has-pfunc` and `power-domains` properties were also
properly defined to match SoC-specific hardware features.
Signed-off-by: Chaitanya Sabnis <chaitanya.msabnis@gmail.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20260513123758.4955-1-chaitanya.msabnis@gmail.com
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 12baabe8a2540..7e333a8bceb5e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -26638,7 +26638,7 @@ M: Bartosz Golaszewski <brgl@kernel.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git -F: Documentation/devicetree/bindings/i2c/i2c-davinci.txt +F: Documentation/devicetree/bindings/i2c/ti,davinci-i2c.yaml F: arch/arm/boot/dts/ti/davinci/ F: arch/arm/mach-davinci/ F: drivers/i2c/busses/i2c-davinci.c |
