Skip to content

Commit

Permalink
rpi-cirrus-wm5102-overlay: use reset-gpios instead of wlf,reset
Browse files Browse the repository at this point in the history
wlf,reset has been deprecated in favour of the standard reset-gpios
DT property in commit fced296 so
let's use that instead of the old property.

Signed-off-by: Matthias Reichl <hias@horus.com>
  • Loading branch information
HiassofT authored and pelwell committed Dec 17, 2019
1 parent e876de2 commit 7c3aa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/rpi-cirrus-wm5102-overlay.dts
Expand Up @@ -104,7 +104,7 @@
SPKVDDR-supply = <&vdd_5v0_reg>;
DCVDD-supply = <&arizona_ldo1>;

wlf,reset = <&gpio 17 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
wlf,ldoena = <&gpio 22 GPIO_ACTIVE_HIGH>;
wlf,gpio-defaults = <
ARIZONA_GP_DEFAULT
Expand Down

0 comments on commit 7c3aa2d

Please sign in to comment.