Skip to content

Commit de67276

Browse files
miquelraynalalexandrebelloni
authored andcommitted
dt-bindings: i3c: mipi-hci: Include the bus binding
Update a little bit the content to match the bus binding, including: - the node title should have been named after the description done in the historical i3c.txt file, ie: i3c-master@<address> - child nodes should be accepted even though the drivers do not currently support it - #address-cells and #size-cells are also mandatory and have specific values Cc: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210121101808.14654-3-miquel.raynal@bootlin.com
1 parent 5e4cdca commit de67276

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ title: MIPI I3C HCI Device Tree Bindings
99
maintainers:
1010
- Nicolas Pitre <npitre@baylibre.com>
1111

12+
allOf:
13+
- $ref: /schemas/i3c/i3c.yaml#
14+
1215
description: |
1316
MIPI I3C Host Controller Interface
1417
@@ -36,12 +39,14 @@ required:
3639
- reg
3740
- interrupts
3841

39-
additionalProperties: false
42+
unevaluatedProperties: false
4043

4144
examples:
4245
- |
43-
i3c@a0000000 {
46+
i3c-master@a0000000 {
4447
compatible = "mipi-i3c-hci";
4548
reg = <0xa0000000 0x2000>;
4649
interrupts = <89>;
50+
#address-cells = <3>;
51+
#size-cells = <0>;
4752
};

0 commit comments

Comments
 (0)