On Sun, 26 Apr 2020 20:58:54 +0200, Paul Cercueil wrote:
Convert the i2c-jz4780.txt file to ingenic,i2c.yaml.
Two things were changed in the process:
- the clock-frequency property can now only be set to the two values that can be set by the hardware;
- the dmas and dma-names properties are now required.
Signed-off-by: Paul Cercueil paul@crapouillou.net
.../devicetree/bindings/i2c/i2c-jz4780.txt | 33 -------- .../devicetree/bindings/i2c/ingenic,i2c.yaml | 83 +++++++++++++++++++ 2 files changed, 83 insertions(+), 33 deletions(-) delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-jz4780.txt create mode 100644 Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml
Applied, thanks!