diff options
author | Roger Quadros <rogerq@ti.com> | 2016-04-25 14:53:54 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-26 19:08:56 +0200 |
commit | 86f196f87fbd549a3114c81a95ba49d7daeab845 (patch) | |
tree | 7226d6e63e4e050e9db71f82cca86fa266dd6c25 /arch/arm/boot/dts/dra7-evm.dts | |
parent | ARM: dts: AM57xx/DRA7: Update SoC voltage rail limits to match data sheet (diff) | |
download | linux-86f196f87fbd549a3114c81a95ba49d7daeab845.tar.xz linux-86f196f87fbd549a3114c81a95ba49d7daeab845.zip |
ARM: dts: dra7xx: Fix compatible string for PCF8575 chip
The boards use a TI variant of the PCF8575 so specify that
in the compatible string.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index e94cbb7dd3c5..cf4e62174f3c 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -556,7 +556,7 @@ }; pcf_lcd: gpio@20 { - compatible = "nxp,pcf8575"; + compatible = "ti,pcf8575", "nxp,pcf8575"; reg = <0x20>; gpio-controller; #gpio-cells = <2>; @@ -567,7 +567,7 @@ }; pcf_gpio_21: gpio@21 { - compatible = "nxp,pcf8575"; + compatible = "ti,pcf8575", "nxp,pcf8575"; reg = <0x21>; lines-initial-states = <0x1408>; gpio-controller; @@ -601,7 +601,7 @@ clock-frequency = <400000>; pcf_hdmi: gpio@26 { - compatible = "nxp,pcf8575"; + compatible = "ti,pcf8575", "nxp,pcf8575"; reg = <0x26>; gpio-controller; #gpio-cells = <2>; |