On 19/07/2020 06:01, Sameer Pujar wrote: > 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@xxxxxxxxxx> > --- > arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts b/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts > index 9b63469..0325fc0 100644 > --- a/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts > +++ b/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts > @@ -806,4 +806,16 @@ > > vin-supply = <&avdd_1v05_pll>; > }; > + > + aconnect@702c0000 { > + status = "okay"; > + > + dma@702e2000 { > + status = "okay"; > + }; > + > + interrupt-controller@702f9000 { > + status = "okay"; > + }; > + }; > }; > Reviewed-by: Jon Hunter <jonathanh@xxxxxxxxxx> Thanks! Jon -- nvpublic