Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a1de808 authored by Ben Hutchings's avatar Ben Hutchings Committed by Tony Lindgren
Browse files

ARM: dts: dra7xx: Fix compatible string for PCF8575 chip



The binding definition for the PCF857x GPIO expanders doesn't mention
a "ti,pcf8575" compatible string.  This is apparently because TI is
only a second source - there is no functional difference between
PCF8575 chips manufactured by TI and NXP, and the same board might be
populated with either depending on availability.

This is not a problem in practice because the I2C core uses
of_modalias_node() before matching drivers and this strips the
manufacturer name.

Signed-off-by: default avatarBen Hutchings <ben.hutchings@codethink.co.uk>
Acked-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 83faf920
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -567,7 +567,7 @@
	};
	};


	pcf_gpio_21: gpio@21 {
	pcf_gpio_21: gpio@21 {
		compatible = "ti,pcf8575";
		compatible = "nxp,pcf8575";
		reg = <0x21>;
		reg = <0x21>;
		lines-initial-states = <0x1408>;
		lines-initial-states = <0x1408>;
		gpio-controller;
		gpio-controller;
+1 −1
Original line number Original line Diff line number Diff line
@@ -422,7 +422,7 @@
	};
	};


	pcf_gpio_21: gpio@21 {
	pcf_gpio_21: gpio@21 {
		compatible = "ti,pcf8575";
		compatible = "nxp,pcf8575";
		reg = <0x21>;
		reg = <0x21>;
		lines-initial-states = <0x1408>;
		lines-initial-states = <0x1408>;
		gpio-controller;
		gpio-controller;