diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2019-07-24 10:49:14 +0100 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2019-07-24 19:13:21 +0900 |
commit | 7d2b02275e89d564ddb0ace09ef4aa9e2ac2973d (patch) | |
tree | 6d06b49b05ff5abc5d6df7e14595fbcf38126f71 | |
parent | 6527c6856faca69b3abcc2dbed0a00ea40ca8e16 (diff) | |
download | blackbird-op-linux-7d2b02275e89d564ddb0ace09ef4aa9e2ac2973d.tar.gz blackbird-op-linux-7d2b02275e89d564ddb0ace09ef4aa9e2ac2973d.zip |
extcon: arizona: Update binding example to use available defines
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | Documentation/devicetree/bindings/extcon/extcon-arizona.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/extcon/extcon-arizona.txt b/Documentation/devicetree/bindings/extcon/extcon-arizona.txt index 7f3d94ae81ff..208daaff0be4 100644 --- a/Documentation/devicetree/bindings/extcon/extcon-arizona.txt +++ b/Documentation/devicetree/bindings/extcon/extcon-arizona.txt @@ -72,5 +72,5 @@ codec: wm8280@0 { 1 2 1 /* MICDET2 MICBIAS2 GPIO=high */ >; - wlf,gpsw = <0>; + wlf,gpsw = <ARIZONA_GPSW_OPEN>; }; |