Skip to content

Commit

Permalink
fix: change by review
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Dec 10, 2024
1 parent caa45e1 commit 9153b2c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions arch/arm64/boot/dts/rockchip/overlays/rock-3ab-max98357a.dts
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
/dts-v1/;
/plugin/;

#include <dt-bindings/pinctrl/rockchip.h>

/ {
metadata {
title = "Enable MAX97357A on I2S3-M0";
compatible = "radxa,rock-3a", "radxa,rock-3b";
compatible = "radxa,rock-3a", "radxa,rock-3b";
category = "audio";
description = "Enable MAX97357A on I2S3-M0";
exclusive = "GPIO3_A0", "GPIO3_A2", "GPIO3_A3", "GPIO3_A4", "GPIO3_A5", "GPIO3_A6", "i2s3_2ch";
exclusive = "GPIO3_A0", "GPIO3_A3", "GPIO3_A4", "GPIO3_A5", "GPIO3_A6", "i2s3_2ch";
};
};

&{/} {
max98357a_codec: max98357a {
#sound-dai-cells = <0>;
#sound-dai-cells = <0>;
compatible = "maxim,max98357a";
sdmode-gpios = <&gpio3 0 0>;
sdmode-delay = <5>;
sdmode-gpios = <&gpio3 RK_PA0 0>;
sdmode-delay = <5>;
status = "okay";
};

Expand Down

0 comments on commit 9153b2c

Please sign in to comment.