diff options
author | NĂcolas F. R. A. Prado <[email protected]> | 2022-09-08 12:11:51 -0400 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-09-09 18:48:59 +0100 |
commit | b3821f7839c2ec322926d16557aff29f4be1f4dc (patch) | |
tree | 84d32407057ab6fee6bcfe9e6c41f1bf6b61aab0 | |
parent | cbebe67859a0e8d51e578fdd9f927f8ef2504ba4 (diff) |
arm64: dts: mediatek: kukui: Remove i2s-share properties
The i2sN-share properties were never documented in the dt-binding and
thus shouldn't be used. Now that the ASoC machine drivers are setting
the I2S clock sharing internally, these properties are no longer needed,
so remove them.
Signed-off-by: NĂcolas F. R. A. Prado <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi index b4b86bb1f1a7..42191b3025a9 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi @@ -221,11 +221,6 @@ }; }; -&afe { - i2s3-share = "I2S2"; - i2s0-share = "I2S5"; -}; - &auxadc { status = "okay"; }; |