From 5e0def69842d1ca81fe99729c2138011dcedf0ba Mon Sep 17 00:00:00 2001 From: Charles MacDonald Date: Fri, 17 Sep 2021 20:10:59 -0700 Subject: Enable hibernation mode for CS35L41 This adds a missing device tree entry to enable hibernation. Bug: 199932068 Change-Id: I1eb808fa7babf54db125b3d72290ec6b6f4eb848 --- r11_audio_haptics.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/r11_audio_haptics.dtsi b/r11_audio_haptics.dtsi index 90bf372..1e73132 100644 --- a/r11_audio_haptics.dtsi +++ b/r11_audio_haptics.dtsi @@ -113,6 +113,7 @@ cirrus,boost-ind-nanohenry = <1000>; cirrus,boost-cap-microfarad = <30>; cirrus,boost-ctl-millivolt = <5500>; + cirrus,hibernate-enable = <1>; // Mode 3: Hi-Z during unused slots and while all transmit channels disabled cirrus,asp-sdout-hiz = <3>; -- cgit v1.2.3