All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid*
@ 2013-08-16 10:20 ` Kishon Vijay Abraham I
  0 siblings, 0 replies; 25+ messages in thread
From: Kishon Vijay Abraham I @ 2013-08-16 10:20 UTC (permalink / raw)
  To: bcousson, swarren, tony, myungjoo.ham, cw00.choi
  Cc: mark.rutland, devicetree, george.cherian, linux, ian.campbell,
	pawel.moll, linux-doc, gregkh, linux-kernel, rob.herring, kishon,
	balbi, rob, linux-omap, linux-arm-kernel

The Palmas device contains only a USB VID detector, so modified the
compatible type to *ti,palmas-usb-vid*.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
Changes from v1:
* removed the existing compatible types and changed it to *ti,palmas-usb-vid*

 Documentation/devicetree/bindings/extcon/extcon-palmas.txt |    4 ++--
 drivers/extcon/extcon-palmas.c                             |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/extcon/extcon-palmas.txt b/Documentation/devicetree/bindings/extcon/extcon-palmas.txt
index 7dab6a8..00859f6 100644
--- a/Documentation/devicetree/bindings/extcon/extcon-palmas.txt
+++ b/Documentation/devicetree/bindings/extcon/extcon-palmas.txt
@@ -2,7 +2,7 @@ EXTCON FOR PALMAS/TWL CHIPS
 
 PALMAS USB COMPARATOR
 Required Properties:
- - compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
+ - compatible : Should be "ti,palmas-usb-vid".
 
 Optional Properties:
  - ti,wakeup : To enable the wakeup comparator in probe
@@ -10,6 +10,6 @@ Optional Properties:
  - ti,enable-vbus-detection: Perform VBUS detection.
 
 palmas-usb {
-       compatible = "ti,twl6035-usb", "ti,palmas-usb";
+       compatible = "ti,palmas-usb-vid";
        ti,wakeup;
 };
diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c
index 89fdd05..f3ed2d7 100644
--- a/drivers/extcon/extcon-palmas.c
+++ b/drivers/extcon/extcon-palmas.c
@@ -267,8 +267,7 @@ static const struct dev_pm_ops palmas_pm_ops = {
 };
 
 static struct of_device_id of_palmas_match_tbl[] = {
-	{ .compatible = "ti,palmas-usb", },
-	{ .compatible = "ti,twl6035-usb", },
+	{ .compatible = "ti,palmas-usb-vid", },
 	{ /* end */ }
 };
 
-- 
1.7.10.4

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

end of thread, other threads:[~2013-08-19 16:11 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 10:20 [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Kishon Vijay Abraham I
2013-08-16 10:20 ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Kishon Vijay Abraham I
2013-08-16 10:20 ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Kishon Vijay Abraham I
2013-08-16 22:21 ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Stephen Warren
2013-08-16 22:21   ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Stephen Warren
2013-08-19  5:05   ` Kishon Vijay Abraham I
2013-08-19  5:05     ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19  5:05     ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19  8:33     ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Chanwoo Choi
2013-08-19  8:33       ` Chanwoo Choi
2013-08-19  8:47     ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19  8:47       ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19  8:47       ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19  9:24       ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Chanwoo Choi
2013-08-19  9:24         ` Chanwoo Choi
2013-08-19  9:29         ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19  9:29           ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19  9:29           ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19 10:21           ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Benoit Cousson
2013-08-19 10:21             ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Benoit Cousson
2013-08-19 10:26             ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19 10:26               ` Kishon Vijay Abraham I
2013-08-19 10:26               ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Kishon Vijay Abraham I
2013-08-19 16:11     ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti,palmas-usb-vid* Stephen Warren
2013-08-19 16:11       ` [PATCH v2] extcon: palmas: Modified the compatible type to *ti, palmas-usb-vid* Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.