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
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
This commit is contained in:
Brad Griffis
2024-09-03 16:48:46 +00:00
committed by mobile promotions
parent 95abc81d6b
commit 3bdc809ebc

View File

@@ -36,7 +36,8 @@
rt5640: audio-codec@1c { rt5640: audio-codec@1c {
compatible = "realtek,rt5640"; compatible = "realtek,rt5640";
reg = <0x1c>; reg = <0x1c>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA234_MAIN_GPIO(F, 3) GPIO_ACTIVE_HIGH>;
clocks = <&bpmp TEGRA234_CLK_AUD_MCLK>; clocks = <&bpmp TEGRA234_CLK_AUD_MCLK>;
clock-names = "mclk"; clock-names = "mclk";
@@ -44,15 +45,8 @@
realtek,dmic2-data-pin = <RT5640_DMIC2_DATA_PIN_NONE>; realtek,dmic2-data-pin = <RT5640_DMIC2_DATA_PIN_NONE>;
realtek,jack-detect-source = <RT5640_JD_SRC_HDA_HEADER>; 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"; sound-name-prefix = "CVB-RT";
status = "okay";
port { port {
rt5640_ep: endpoint { rt5640_ep: endpoint {
remote-endpoint = <&i2s4_dap>; remote-endpoint = <&i2s4_dap>;