summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-07-22dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node.Yangtao Li1-0/+3
Allwinner A100 have a mv64xxx i2c interface available to be used. Signed-off-by: Yangtao Li <frank@allwinnertech.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Wolfram Sang <wsa@kernel.org>
2019-11-06dt-bindings: Remove FIXME in yaml bindingsMaxime Ripard1-3/+1
Some binding that were introduced early on got a comment to enable additionalProperties, but we couldn't due to the generic properties being reported as errors. The way we're dealing with this now is to use the draft-08's unevaluatedProperties (even though the tools doesn't do anything with it yet). Let's convert those old bindings to it. Signed-off-by: Maxime Ripard <maxime@cerno.tech> Signed-off-by: Rob Herring <robh@kernel.org>
2019-08-23dt-bindings: i2c: mv64xxx: Add compatible for the H6 i2c node.Bhushan Shah1-0/+3
Allwinner H6 have a mv64xxx i2c interface available to be used. Signed-off-by: Bhushan Shah <bshah@kde.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
2019-07-05dt-bindings: i2c: mv64xxx: Fix the example compatibleMaxime Ripard1-1/+1
One example has a compatible that isn't a valid combination according to the binding, and now that the examples are validated as well, this generates a warning. Let's fix this. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2019-06-26dt-bindings: i2c: mv64xxx: Add YAML schemasMaxime Ripard1-0/+124
Switch the DT binding to a YAML schema to enable the DT validation. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>