Skip to content

Commit 405fa9e

Browse files
pujarsthierryreding
authored andcommitted
arm64: tegra: Move clocks from RT5658 endpoint to device node
An endpoint is not a device and it is recommended to use clocks property in device node. RT5658 Codec binding already specifies the usage of clocks property. Thus move the clocks from endpoint to device node. Fixes: 5b4f632 ("arm64: tegra: Audio graph sound card for Jetson AGX Xavier") Suggested-by: Rob Herring <robh@kernel.org> Signed-off-by: Sameer Pujar <spujar@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent bb05e11 commit 405fa9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,14 +651,15 @@
651651
reg = <0x1a>;
652652
interrupt-parent = <&gpio>;
653653
interrupts = <TEGRA194_MAIN_GPIO(S, 5) GPIO_ACTIVE_HIGH>;
654+
clocks = <&bpmp TEGRA194_CLK_AUD_MCLK>;
655+
clock-names = "mclk";
654656
realtek,jd-src = <2>;
655657
sound-name-prefix = "CVB-RT";
656658

657659
port {
658660
rt5658_ep: endpoint {
659661
remote-endpoint = <&i2s1_dap_ep>;
660662
mclk-fs = <256>;
661-
clocks = <&bpmp TEGRA194_CLK_AUD_MCLK>;
662663
};
663664
};
664665
};

0 commit comments

Comments
 (0)