]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dt-bindings: i2c: nxp,lpc1788-i2c: convert to dt schema
authorKanak Shilledar <kanakshilledar@gmail.com>
Tue, 25 Jun 2024 06:59:32 +0000 (12:29 +0530)
committerAndi Shyti <andi.shyti@kernel.org>
Mon, 8 Jul 2024 22:46:11 +0000 (00:46 +0200)
commitd5adffc46fde8338ec9264175e789716dc39194a
treecaa37369208ccae6b81e0e51d7b3813b1ff3a391
parent2362c730026dde1c50081ff2170656df14d7135b
dt-bindings: i2c: nxp,lpc1788-i2c: convert to dt schema

Convert the NXP I2C controller for LPC2xxx/178x/18xx/43xx
to newer DT schema. Created DT schema based on the .txt file
which had `compatible`, `reg`, `interrupts`, `clocks`,
`#address-cells` and `#size-cells` as required properties.

Additional changes to the original .txt binding
- added maintainer from the MAINTAINERS file.
- added resets property required by the corresponding DTS files.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kanak Shilledar <kanakshilledar@gmail.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt [deleted file]
Documentation/devicetree/bindings/i2c/nxp,lpc1788-i2c.yaml [new file with mode: 0644]
MAINTAINERS