mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
t23x: dts: fix up previous patch to align with upstream
Clean up errors in this patch:7670c8e("UPSTREAM: arm64: tegra: Add audio support for IGX Orin") It added nodes that were not part of the upstream patch. Remove those nodes since they are not present upstream. Bug 4115300 Change-Id: Ieab09a185b0ea64e6dc71b90cfca948fb29ca68f Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3207071 (cherry picked from commit3bdc809ebc) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3216021 Reviewed-by: Jon Hunter <jonathanh@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6bcdd520f2
commit
a10f6254a5
@@ -6,6 +6,10 @@
|
||||
/ {
|
||||
bus@0 {
|
||||
i2c@31c0000 {
|
||||
audio-codec@1c {
|
||||
#sound-dai-cells = <1>;
|
||||
};
|
||||
|
||||
typec: stusb1600@28 {
|
||||
status = "okay";
|
||||
compatible = "st,stusb1600";
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
rt5640: audio-codec@1c {
|
||||
compatible = "realtek,rt5640";
|
||||
reg = <0x1c>;
|
||||
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <TEGRA234_MAIN_GPIO(F, 3) GPIO_ACTIVE_HIGH>;
|
||||
clocks = <&bpmp TEGRA234_CLK_AUD_MCLK>;
|
||||
clock-names = "mclk";
|
||||
|
||||
@@ -44,15 +45,8 @@
|
||||
realtek,dmic2-data-pin = <RT5640_DMIC2_DATA_PIN_NONE>;
|
||||
realtek,jack-detect-source = <RT5640_JD_SRC_HDA_HEADER>;
|
||||
|
||||
/* Codec IRQ output */
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <TEGRA234_MAIN_GPIO(F, 3) GPIO_ACTIVE_HIGH>;
|
||||
|
||||
#sound-dai-cells = <1>;
|
||||
sound-name-prefix = "CVB-RT";
|
||||
|
||||
status = "okay";
|
||||
|
||||
port {
|
||||
rt5640_ep: endpoint {
|
||||
remote-endpoint = <&i2s4_dap>;
|
||||
|
||||
Reference in New Issue
Block a user