[PATCH v3 16/18] arm64: dts: mediatek: add mt6357 audio codec support

From: Alexandre Mergnat
Date: Tue Apr 09 2024 - 09:51:21 EST


Add audio codec support of MT6357 PMIC.
Update the file header.

Signed-off-by: Alexandre Mergnat <amergnat@xxxxxxxxxxxx>
---
arch/arm64/boot/dts/mediatek/mt6357.dtsi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt6357.dtsi b/arch/arm64/boot/dts/mediatek/mt6357.dtsi
index 3330a03c2f74..ade410851524 100644
--- a/arch/arm64/boot/dts/mediatek/mt6357.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt6357.dtsi
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright (c) 2020 MediaTek Inc.
- * Copyright (c) 2023 BayLibre Inc.
+ * Copyright (c) 2024 BayLibre Inc.
*/

#include <dt-bindings/input/input.h>
@@ -10,6 +10,9 @@ &pwrap {
mt6357_pmic: pmic {
compatible = "mediatek,mt6357";

+ mt6357_codec: codec {
+ };
+
regulators {
mt6357_vproc_reg: buck-vproc {
regulator-name = "vproc";

--
2.25.1