We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4c842 commit c2b8244Copy full SHA for c2b8244
arch/arm64/boot/dts/nvidia/tegra210.dtsi
@@ -584,6 +584,15 @@
584
reg = <0x0 0x7000e400 0x0 0x400>;
585
clocks = <&tegra_car TEGRA210_CLK_PCLK>, <&clk32k_in>;
586
clock-names = "pclk", "clk32k_in";
587
+
588
+ powergates {
589
+ pd_audio: aud {
590
+ clocks = <&tegra_car TEGRA210_CLK_APE>,
591
+ <&tegra_car TEGRA210_CLK_APB2APE>;
592
+ resets = <&tegra_car 198>;
593
+ #power-domain-cells = <0>;
594
+ };
595
596
};
597
598
fuse@7000f800 {
0 commit comments