ARM: dts: dra7x-evm: Drop "ti,pcf8575"
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 1 Jun 2021 15:25:45 +0000 (17:25 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 11 Jun 2021 07:32:42 +0000 (10:32 +0300)
The TI part is equivalent to the NXP part and its compatible value is
not documented in the DT bindings.  All other users of similar I2C GPIO
expanders just use the compatible values of the original NXP parts.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7-evm.dts
arch/arm/boot/dts/dra72-evm-common.dtsi
arch/arm/boot/dts/dra76-evm.dts

index 3dcb6e1f49bcf1f0fcfb362c78b6e08e8aef7b33..87deb6a76eff3602eebb3f1b063a234499377575 100644 (file)
        };
 
        pcf_lcd: gpio@20 {
-               compatible = "ti,pcf8575", "nxp,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x20>;
                gpio-controller;
                #gpio-cells = <2>;
        };
 
        pcf_gpio_21: gpio@21 {
-               compatible = "ti,pcf8575", "nxp,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x21>;
                lines-initial-states = <0x1408>;
                gpio-controller;
        clock-frequency = <400000>;
 
        pcf_hdmi: gpio@26 {
-               compatible = "ti,pcf8575", "nxp,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x26>;
                gpio-controller;
                #gpio-cells = <2>;
index f2384277d5dcdc5cc5f4c10c706ae5f720b024cb..f12825268188e49364b223e981b75838682b6b9d 100644 (file)
        };
 
        pcf_gpio_21: gpio@21 {
-               compatible = "ti,pcf8575", "nxp,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x21>;
                lines-initial-states = <0x1408>;
                gpio-controller;
        clock-frequency = <400000>;
 
        pcf_hdmi: pcf8575@26 {
-               compatible = "ti,pcf8575", "nxp,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x26>;
                gpio-controller;
                #gpio-cells = <2>;
index fbe4030650b7cc3b8233d644c8854a2c8070f5e7..e2b7fcb061cf06997e0f9f30443d9f3dfc156ecb 100644 (file)
        };
 
        pcf_lcd: pcf8757@20 {
-               compatible = "ti,pcf8575", "nxp,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x20>;
                gpio-controller;
                #gpio-cells = <2>;
        };
 
        pcf_gpio_21: pcf8757@21 {
-               compatible = "ti,pcf8575", "nxp,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x21>;
                gpio-controller;
                #gpio-cells = <2>;
        };
 
        pcf_hdmi: pcf8575@26 {
-               compatible = "ti,pcf8575", "nxp,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x26>;
                gpio-controller;
                #gpio-cells = <2>;