diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-06-01 18:25:45 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-06-11 10:32:42 +0300 |
commit | 794fd4a55ec55b9443c143388a8addee92671157 (patch) | |
tree | 93c6385de9b9bcaa48318c9b0b1033d2ebd831cd /arch/arm/boot/dts/dra72-evm-common.dtsi | |
parent | 6320b2aee8b46b7a6468a02a38d1815b263ebc38 (diff) | |
download | linux-794fd4a55ec55b9443c143388a8addee92671157.tar.xz |
ARM: dts: dra7x-evm: Drop "ti,pcf8575"
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>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm-common.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra72-evm-common.dtsi b/arch/arm/boot/dts/dra72-evm-common.dtsi index f2384277d5dc..f12825268188 100644 --- a/arch/arm/boot/dts/dra72-evm-common.dtsi +++ b/arch/arm/boot/dts/dra72-evm-common.dtsi @@ -226,7 +226,7 @@ }; pcf_gpio_21: gpio@21 { - compatible = "ti,pcf8575", "nxp,pcf8575"; + compatible = "nxp,pcf8575"; reg = <0x21>; lines-initial-states = <0x1408>; gpio-controller; @@ -256,7 +256,7 @@ clock-frequency = <400000>; pcf_hdmi: pcf8575@26 { - compatible = "ti,pcf8575", "nxp,pcf8575"; + compatible = "nxp,pcf8575"; reg = <0x26>; gpio-controller; #gpio-cells = <2>; |