generic-dts: Add symbols for audio card overlays

- Defined symbols required for below audio card overlays:
   jetson-fe-pi-audio.dts
   jetson-respeaker-4-mic-array.dts
   jetson-respeaker-4-mic-lin-array.dts

- 3v3 regulator defination is removed while decoupling
  changes. Added in base dts new path hardware/nvidia

Bug 3847762

Change-Id: I754ec4f79c3d53456d543262ecc15462dd991495
Signed-off-by: Sheetal <sheetal@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/platform/t23x/concord-generic-dts/+/2833287
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Sheetal
2022-12-26 06:13:42 +00:00
committed by Laxman Dewangan
parent 0772078b4b
commit 64e7efb457
2 changed files with 22 additions and 2 deletions

View File

@@ -117,4 +117,12 @@
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
hdr40_vdd_3v3: regulator@3 {
compatible = "regulator-fixed";
reg = <3>;
regulator-name = "vdd-3v3-sys";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
};