diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-03-05 15:36:07 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-12 16:58:47 +0100 |
commit | 87ff65b598fd73022d26f4fc7519e86388dcd355 (patch) | |
tree | 0bc7fad0615d05101ad4549fbb70144d5286a4d5 /MAINTAINERS | |
parent | dt-bindings: rcar-vin: Convert bindings to json-schema (diff) | |
download | linux-87ff65b598fd73022d26f4fc7519e86388dcd355.tar.xz linux-87ff65b598fd73022d26f4fc7519e86388dcd355.zip |
dt-bindings: i2c: convert rockchip i2c bindings to yaml
Current dts files with 'i2c' nodes are manually verified.
In order to automate this process i2c-rk3x.txt
has to be converted to yaml. In the new setup
i2c-rk3x.yaml will inherit properties from
i2c-controller.yaml.
Also change document name in MAINTAINERS.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index de04a82e1874..b4cb364cd019 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2274,7 +2274,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) L: linux-rockchip@lists.infradead.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git S: Maintained -F: Documentation/devicetree/bindings/i2c/i2c-rk3x.txt +F: Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml F: Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml F: arch/arm/boot/dts/rk3* F: arch/arm/boot/dts/rv1108* |