Skip to content

Commit 2eec351

Browse files
tlebWolfram Sang
authored andcommitted
dt-bindings: i2c: nomadik: add mobileye,eyeq6h-i2c bindings
After EyeQ5, it is time for Mobileye EyeQ6H to reuse the Nomadik I2C controller. Add a specific compatible because its HW integration is slightly different from EyeQ5. Do NOT add an example as it looks like EyeQ5 from a DT standpoint (without the mobileye,olb property). Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
1 parent efdc782 commit 2eec351

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,23 @@ select:
2222
enum:
2323
- st,nomadik-i2c
2424
- mobileye,eyeq5-i2c
25+
- mobileye,eyeq6h-i2c
2526
required:
2627
- compatible
2728

2829
properties:
2930
compatible:
3031
oneOf:
3132
- items:
32-
- const: st,nomadik-i2c
33+
- enum:
34+
- st,nomadik-i2c
35+
- mobileye,eyeq5-i2c
36+
- mobileye,eyeq6h-i2c
3337
- const: arm,primecell
3438
- items:
3539
- const: stericsson,db8500-i2c
3640
- const: st,nomadik-i2c
3741
- const: arm,primecell
38-
- items:
39-
- const: mobileye,eyeq5-i2c
40-
- const: arm,primecell
4142

4243
reg:
4344
maxItems: 1
@@ -54,7 +55,7 @@ properties:
5455
- items:
5556
- const: mclk
5657
- const: apb_pclk
57-
# Clock name in DB8500 or EyeQ5
58+
# Clock name in DB8500 or EyeQ
5859
- items:
5960
- const: i2cclk
6061
- const: apb_pclk

0 commit comments

Comments
 (0)