arm64: tegra: Enable ACONNECT, ADMA and AGIC on Jetson Nano
authorSameer Pujar <spujar@nvidia.com>
Sun, 19 Jul 2020 05:01:29 +0000 (10:31 +0530)
committerThierry Reding <treding@nvidia.com>
Wed, 2 Sep 2020 09:36:47 +0000 (11:36 +0200)
These devices are required for audio sub system and current patch
ensures probe path of these devices gets tested. Later sound card
support would be added which can use these devices at runtime.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts

index c55716c336c10634805c18791dfdedda5a3d64be..ba892cd4b5a9534ce1a8245bc6ce0a3c712796f0 100644 (file)
                pinctrl-1 = <&dvfs_pwm_inactive_state>;
        };
 
+       aconnect@702c0000 {
+               status = "okay";
+
+               dma@702e2000 {
+                       status = "okay";
+               };
+
+               interrupt-controller@702f9000 {
+                       status = "okay";
+               };
+       };
+
        clk32k_in: clock@0 {
                compatible = "fixed-clock";
                clock-frequency = <32768>;