diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2019-07-24 11:49:14 +0200 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2019-07-24 12:13:21 +0200 |
commit | 7d2b02275e89d564ddb0ace09ef4aa9e2ac2973d (patch) | |
tree | 6d06b49b05ff5abc5d6df7e14595fbcf38126f71 /Documentation/devicetree/bindings/extcon | |
parent | extcon: fsa9480: Support the FSA880 variant (diff) | |
download | linux-7d2b02275e89d564ddb0ace09ef4aa9e2ac2973d.tar.xz 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>
Diffstat (limited to 'Documentation/devicetree/bindings/extcon')
-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>; }; |