linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: dra7x-evm: fix incorrect compatibles
@ 2015-07-16 13:33 Sekhar Nori
  2015-07-16 13:33 ` [PATCH 1/2] ARM: dts: dra7-evm: fix compatible name for pcf8575 Sekhar Nori
  2015-07-16 13:33 ` [PATCH 2/2] ARM: dts: dra72-evm: " Sekhar Nori
  0 siblings, 2 replies; 3+ messages in thread
From: Sekhar Nori @ 2015-07-16 13:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tony,

Here non-critical compatible name fix
for DRA7x EVM for v4.3

Thanks,
Sekhar

Sekhar Nori (2):
  ARM: dts: dra7-evm: fix compatible name for pcf8575
  ARM: dts: dra72-evm: fix compatible name for pcf8575

 arch/arm/boot/dts/dra7-evm.dts  | 2 +-
 arch/arm/boot/dts/dra72-evm.dts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.4.4.408.g16da57c

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] ARM: dts: dra7-evm: fix compatible name for pcf8575
  2015-07-16 13:33 [PATCH 0/2] ARM: dts: dra7x-evm: fix incorrect compatibles Sekhar Nori
@ 2015-07-16 13:33 ` Sekhar Nori
  2015-07-16 13:33 ` [PATCH 2/2] ARM: dts: dra72-evm: " Sekhar Nori
  1 sibling, 0 replies; 3+ messages in thread
From: Sekhar Nori @ 2015-07-16 13:33 UTC (permalink / raw)
  To: linux-arm-kernel

Compatible name "ti,pcf8575" used in dra7-evm.dts is not
documented in binding definitions nor is used by the
gpio-pcf857x driver.

The correct compatible to use is "nxp,pcf8575". Fix it.

The existing .dtb works in spite of this issue because
i2c_device_match() falls back to id table based matching
if compatible match fails.

Reported-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index aa465904f6cc..5f33556175da 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -401,7 +401,7 @@
 	};
 
 	pcf_gpio_21: gpio at 21 {
-		compatible = "ti,pcf8575";
+		compatible = "nxp,pcf8575";
 		reg = <0x21>;
 		lines-initial-states = <0x1408>;
 		gpio-controller;
-- 
2.4.4.408.g16da57c

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ARM: dts: dra72-evm: fix compatible name for pcf8575
  2015-07-16 13:33 [PATCH 0/2] ARM: dts: dra7x-evm: fix incorrect compatibles Sekhar Nori
  2015-07-16 13:33 ` [PATCH 1/2] ARM: dts: dra7-evm: fix compatible name for pcf8575 Sekhar Nori
@ 2015-07-16 13:33 ` Sekhar Nori
  1 sibling, 0 replies; 3+ messages in thread
From: Sekhar Nori @ 2015-07-16 13:33 UTC (permalink / raw)
  To: linux-arm-kernel

Compatible name "ti,pcf8575" used in dra72-evm.dts is not
documented in binding definitions nor is used by the
gpio-pcf857x driver.

The correct compatible to use is "nxp,pcf8575". Fix it.

The existing .dtb still works because i2c_device_match()
falls back to id table based matching if compatible match
fails.

Reported-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 arch/arm/boot/dts/dra72-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index 4e1b60581782..746acce940c3 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -334,7 +334,7 @@
 	};
 
 	pcf_gpio_21: gpio at 21 {
-		compatible = "ti,pcf8575";
+		compatible = "nxp,pcf8575";
 		reg = <0x21>;
 		lines-initial-states = <0x1408>;
 		gpio-controller;
-- 
2.4.4.408.g16da57c

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-16 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 13:33 [PATCH 0/2] ARM: dts: dra7x-evm: fix incorrect compatibles Sekhar Nori
2015-07-16 13:33 ` [PATCH 1/2] ARM: dts: dra7-evm: fix compatible name for pcf8575 Sekhar Nori
2015-07-16 13:33 ` [PATCH 2/2] ARM: dts: dra72-evm: " Sekhar Nori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).