Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roger Quadros and committed by
Tony Lindgren
86f196f8 54d03c5d

+5 -5
+3 -3
arch/arm/boot/dts/dra7-evm.dts
··· 556 556 }; 557 557 558 558 pcf_lcd: gpio@20 { 559 - compatible = "nxp,pcf8575"; 559 + compatible = "ti,pcf8575", "nxp,pcf8575"; 560 560 reg = <0x20>; 561 561 gpio-controller; 562 562 #gpio-cells = <2>; ··· 567 567 }; 568 568 569 569 pcf_gpio_21: gpio@21 { 570 - compatible = "nxp,pcf8575"; 570 + compatible = "ti,pcf8575", "nxp,pcf8575"; 571 571 reg = <0x21>; 572 572 lines-initial-states = <0x1408>; 573 573 gpio-controller; ··· 601 601 clock-frequency = <400000>; 602 602 603 603 pcf_hdmi: gpio@26 { 604 - compatible = "nxp,pcf8575"; 604 + compatible = "ti,pcf8575", "nxp,pcf8575"; 605 605 reg = <0x26>; 606 606 gpio-controller; 607 607 #gpio-cells = <2>;
+2 -2
arch/arm/boot/dts/dra72-evm-common.dtsi
··· 408 408 }; 409 409 410 410 pcf_gpio_21: gpio@21 { 411 - compatible = "nxp,pcf8575"; 411 + compatible = "ti,pcf8575", "nxp,pcf8575"; 412 412 reg = <0x21>; 413 413 lines-initial-states = <0x1408>; 414 414 gpio-controller; ··· 440 440 clock-frequency = <400000>; 441 441 442 442 pcf_hdmi: pcf8575@26 { 443 - compatible = "nxp,pcf8575"; 443 + compatible = "ti,pcf8575", "nxp,pcf8575"; 444 444 reg = <0x26>; 445 445 gpio-controller; 446 446 #gpio-cells = <2>;