Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Théo Lebrun and committed by
Wolfram Sang
2eec351e efdc7828

+6 -5
+6 -5
Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml
··· 22 22 enum: 23 23 - st,nomadik-i2c 24 24 - mobileye,eyeq5-i2c 25 + - mobileye,eyeq6h-i2c 25 26 required: 26 27 - compatible 27 28 ··· 30 29 compatible: 31 30 oneOf: 32 31 - items: 33 - - const: st,nomadik-i2c 32 + - enum: 33 + - st,nomadik-i2c 34 + - mobileye,eyeq5-i2c 35 + - mobileye,eyeq6h-i2c 34 36 - const: arm,primecell 35 37 - items: 36 38 - const: stericsson,db8500-i2c 37 39 - const: st,nomadik-i2c 38 - - const: arm,primecell 39 - - items: 40 - - const: mobileye,eyeq5-i2c 41 40 - const: arm,primecell 42 41 43 42 reg: ··· 55 54 - items: 56 55 - const: mclk 57 56 - const: apb_pclk 58 - # Clock name in DB8500 or EyeQ5 57 + # Clock name in DB8500 or EyeQ 59 58 - items: 60 59 - const: i2cclk 61 60 - const: apb_pclk