]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: dra7xx: Fix compatible string for PCF8575 chip
authorBen Hutchings <ben.hutchings@codethink.co.uk>
Wed, 16 Mar 2016 16:52:30 +0000 (16:52 +0000)
committerTony Lindgren <tony@atomide.com>
Tue, 12 Apr 2016 21:32:02 +0000 (14:32 -0700)
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: Ben Hutchings <ben.hutchings@codethink.co.uk>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7-evm.dts
arch/arm/boot/dts/dra72-evm.dts

index 05c135d84374b058cdd61a4c20af45cb5c40eb65..7fda602868d7c6f4aac2ba789886e08b75dc2d55 100644 (file)
        };
 
        pcf_gpio_21: gpio@21 {
-               compatible = "ti,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x21>;
                lines-initial-states = <0x1408>;
                gpio-controller;
index 21c5cd13b8076af40ea96d3fb2706d48f8f0a8e1..4bd639b9ff919ba2000a5b9926fbca7977c960ea 100644 (file)
        };
 
        pcf_gpio_21: gpio@21 {
-               compatible = "ti,pcf8575";
+               compatible = "nxp,pcf8575";
                reg = <0x21>;
                lines-initial-states = <0x1408>;
                gpio-controller;