Update battery cfg for sun qrd sku2 platform. Change-Id: Ib991cc2b18939fedd0dcb7bb8b2c979f394445f6 Signed-off-by: Kunlei Zhang <quic_kunleiz@quicinc.com>
18 lines
305 B
Plaintext
18 lines
305 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-audio-qrd.dtsi"
|
|
&wsa_macro {
|
|
qcom,wsa-bat-cfgs = <1>, <1>;
|
|
};
|
|
|
|
&wsa2_macro {
|
|
qcom,wsa-bat-cfgs = <1>, <1>;
|
|
};
|
|
|
|
&sun_snd {
|
|
qcom,model = "sun-qrd-sku2-snd-card";
|
|
};
|