ARM: dts: rzg1: Add generic compatible strings to IIC nodes
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 18 Jun 2021 11:04:08 +0000 (13:04 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 19 Jul 2021 08:51:35 +0000 (10:51 +0200)
According to the Hardware User's Manual, automatic transmission for PMIC
control (DVFS) is not available" on RZ/G1 SoCs.  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 Gen2-specific and generic versions.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/573c8ca99f3924a96000fb328a84f1f6d421c6af.1624013699.git.geert+renesas@glider.be
arch/arm/boot/dts/r8a7742.dtsi
arch/arm/boot/dts/r8a7743.dtsi
arch/arm/boot/dts/r8a7744.dtsi

index a227968..420e0b3 100644 (file)
                iic3: i2c@e60b0000 {
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       compatible = "renesas,iic-r8a7742";
+                       compatible = "renesas,iic-r8a7742",
+                                    "renesas,rcar-gen2-iic",
+                                    "renesas,rmobile-iic";
                        reg = <0 0xe60b0000 0 0x425>;
                        interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 926>;
index 7e5e09d..3502b5d 100644 (file)
                        /* doesn't need pinmux */
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       compatible = "renesas,iic-r8a7743";
+                       compatible = "renesas,iic-r8a7743",
+                                    "renesas,rcar-gen2-iic",
+                                    "renesas,rmobile-iic";
                        reg = <0 0xe60b0000 0 0x425>;
                        interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 926>;
index 8419683..f5d4b8b 100644 (file)
                        /* doesn't need pinmux */
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       compatible = "renesas,iic-r8a7744";
+                       compatible = "renesas,iic-r8a7744",
+                                    "renesas,rcar-gen2-iic",
+                                    "renesas,rmobile-iic";
                        reg = <0 0xe60b0000 0 0x425>;
                        interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 926>;