Message ID | 760fec5fa71bfff4c7bfe944cfc385f9d8e1945b.1624013699.git.geert+renesas@glider.be |
---|---|
State | Accepted |
Commit | 5690951154f7bd084e5e3676021c5bbf2042797e |
Headers | show |
Series | [v2,1/5] dt-bindings: i2c: renesas,iic: Always declare generic compatibility | expand |
On Fri, Jun 18, 2021 at 01:04:07PM +0200, Geert Uytterhoeven wrote: > 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 <geert+renesas@glider.be> Applied to for-next, thanks!
diff --git a/Documentation/devicetree/bindings/i2c/renesas,iic.txt b/Documentation/devicetree/bindings/i2c/renesas,iic.txt index 93d412832e66b682..5de808f79b0630c2 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,iic.txt +++ b/Documentation/devicetree/bindings/i2c/renesas,iic.txt @@ -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
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 <geert+renesas@glider.be> --- v2: - New. Documentation/devicetree/bindings/i2c/renesas,iic.txt | 5 ----- 1 file changed, 5 deletions(-)