forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: dts: qcom: Add modem for gt510lte
Signed-off-by: Nikita Travkin <[email protected]>
- Loading branch information
1 parent
9366b37
commit f1e2e0a
Showing
3 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
arch/arm64/boot/dts/qcom/msm8916-samsung-gt510lte-modem.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
|
||
#include "msm8916-samsung-gt510.dts" | ||
#include "msm8916-modem.dtsi" | ||
|
||
/ { | ||
model = "Samsung Galaxy Tab A 9.7 LTE (2015) (SM-T555)"; | ||
compatible = "samsung,gt510lte", "samsung.gt510", "qcom,msm8916"; | ||
}; | ||
|
||
&q6afedai { | ||
dai@22 { | ||
reg = <QUATERNARY_MI2S_RX>; | ||
qcom,sd-lines = <1>; | ||
}; | ||
}; | ||
|
||
&sound { | ||
/delete-node/ dai-link-primary; | ||
/delete-node/ dai-link-tertiary; | ||
/delete-node/ dai-link-quaternary; | ||
|
||
dai-link-primary-qdsp6 { | ||
link-name = "Primary MI2S"; | ||
cpu { | ||
sound-dai = <&q6afedai PRIMARY_MI2S_RX>; | ||
}; | ||
platform { | ||
sound-dai = <&q6routing>; | ||
}; | ||
codec { | ||
sound-dai = <&lpass_codec 0>, <&wcd_codec 0>; | ||
}; | ||
}; | ||
|
||
dai-link-tertiary-qdsp6 { | ||
link-name = "Tertiary MI2S"; | ||
cpu { | ||
sound-dai = <&q6afedai TERTIARY_MI2S_TX>; | ||
}; | ||
platform { | ||
sound-dai = <&q6routing>; | ||
}; | ||
codec { | ||
sound-dai = <&lpass_codec 1>, <&wcd_codec 1>; | ||
}; | ||
}; | ||
|
||
dai-link-quaternary-qdsp6 { | ||
link-name = "Quaternary MI2S"; | ||
cpu { | ||
sound-dai = <&q6afedai QUATERNARY_MI2S_RX>; | ||
}; | ||
platform { | ||
sound-dai = <&q6routing>; | ||
}; | ||
codec { | ||
sound-dai = <&speaker_codec>; | ||
}; | ||
}; | ||
}; |