Skip to content

Commit

Permalink
dt-bindings: i2c: renesas,iic: Always declare generic compatibility
Browse files Browse the repository at this point in the history
According to the Hardware User's Manual, automatic transmission for PMIC
control (DVFS) is not available on the R-Car E3 and RZ/G2E SoC.
Experiments showed this really means that support for automatic DVFS is
not present, while the IIC automatic transmission feature itself is
still available, albeit not super useful.

Hence there is no longer a reason not to declare compatibility with the
R-Car Gen3-specific and generic versions, and the corresponding
paragraph can be dropped.

Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
geertu authored and wsakernel committed Jun 20, 2021
1 parent 93b2e87 commit 5690951
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Documentation/devicetree/bindings/i2c/renesas,iic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ Required properties:
When compatible with "renesas,rmobile-iic" it should
be the last compatibility string listed.

The r8a77990 (R-Car E3) and r8a774c0 (RZ/G2E)
controllers are not considered compatible with
"renesas,rcar-gen3-iic" or "renesas,rmobile-iic"
due to the absence of automatic transmission registers.

- reg : address start and address range size of device
- interrupts : interrupt of device
- clocks : clock for device
Expand Down

0 comments on commit 5690951

Please sign in to comment.