Bhadram Varka
2abe7d65dd
nvethernet: Document mdc-cr DT property
...
This patch adds Device Tree binding documentation for the mdc-cr
property used in the nvethernet driver.
This property configures the MDC clock rate for the MDIO interface.
Bug 5147775
Change-Id: Iad49e9e41741f975a6dc329cce1308dc4af87ba5
Signed-off-by: Bhadram Varka <vbhadram@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3339678
Reviewed-by: svcacv <svcacv@nvidia.com >
Reviewed-by: Srinivas Ramachandran <srinivasra@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
2025-07-24 10:19:18 +00:00
Ketan Patil
6e5aec9ce4
video: tegra: nvmap: Add new heap for VI mempool
...
- The VI is allowed to access the whole of the Guest VM currently as it
is a stage-2 SMMU device. Hence it can read and write to any memory.
This may lead to breach of confidentiality and integrity. In order to
restrict the VI from accessing the whole VM, a mempool is being created
by HV that would restrict access to VI to just the mempool memory.
- In nvmap, we have some special rules for IVM carveout like if user
specify IVM carveout to allocate from, then if first IVM carveout does
not have sufficient memory then nvmap tries to allocate from next IVM
carveout. We don't want these rules applicable for VI mempool heap,
hence only carveout initialization part would remain similar to IVM
carveouts but rest of the operations would be performed normally like
any other carveout.
- Add DT binding doc for VI-carveout.
Bug 4648721
Change-Id: Ib40415a4c80da908654c86162c1cd4b50b33ef31
Signed-off-by: Ketan Patil <ketanp@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3196238
Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com >
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com >
2025-07-24 10:19:18 +00:00
Prakhar Srivastava
2e68d82f52
PCI: tegra264: Remove private-soc directory
...
Move files from private-soc to parent controller directory.
Bug 5054840
Change-Id: I8ec5e5b34f2226bbbd051f4313033153a096e5c1
Signed-off-by: Prakhar Srivastava <prasrivastav@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3312461
Reviewed-by: Bibek Basu <bbasu@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
Reviewed-by: Manikanta Maddireddy <mmaddireddy@nvidia.com >
2025-07-24 10:19:17 +00:00
Bitan Biswas
e30d7b7f40
dt-bindings: tegra264: Update schemas
...
Update tegra264 schemas as follows:
- correct nvidia,tegra264-rtc interrupts maxItems, minItems
- correct tegra-spidev reg maxItems, minItems.
add missing attributes into example.
- fix compatible in example for nvidia,tegra186-spi-slave
- document multi-master attribute in nvidia,tegra264-bpmp-i2c
Update year range in .yaml file(s) Copyright
Change-Id: Ibcafe16aa674975a7b74328d20f4f6e8f66b51fe
Signed-off-by: Bitan Biswas <bbiswas@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3321635
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
2025-07-24 10:19:17 +00:00
Eric Funsten
9d93957d0b
Doc: remove coresight yaml files
...
Removes arm,embedded-trace-extension.yaml and
arm,trace-buffer-extension.yaml since we have existing files under
kernel-oot/Documentation
Jira MSST-984
Change-Id: I4f4f2d7a110b98d343cfe382345b00d7ce91d74f
Signed-off-by: Eric Funsten <efunsten@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3315028
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
2025-07-24 10:19:16 +00:00
Mark Mendez
37f86bfcd2
PCD: Add Ethernet schema
...
Change-Id: I2430eca4258a625dba6f7f9ac868edf615ef3f5e
Signed-off-by: Mark Mendez <mmendez@nvidia.com >
Change-Id: I2430eca4258a625dba6f7f9ac868edf615ef3f5e
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3315791
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
2025-07-24 10:19:16 +00:00
Sheetal Tigadoli
f65d7c0543
Documentation:bindings:nvpps:Deprecate ptp_tsc_k_int property
...
Deprecate ptp_tsc_k_int property from nvpps.
The k_int parameter is calculated by the driver itself
Bug 4899241
Signed-off-by: Sheetal Tigadoli <stigadoli@nvidia.com >
Change-Id: I8e492bf6748f94fbe0136c2a1a909d8ba5031aea
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3300419
Reviewed-by: Kiran Kumar Bobbu <kbobbu@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
Reviewed-by: Sumeet Gupta <sumeetg@nvidia.com >
2025-07-24 10:19:16 +00:00
Mihir Pradeep Garude
46c2c0bca3
Doc: Fix Diplay yaml
...
nvdisplay yaml file had incorrect driver directory path and missing
iso_sid and niso_sid.
To Fix:
- Add correct driver path for OpenRm and DisplayServer
- Add iso_sid and niso_sid details.
Jira TDS-17085
Change-Id: Ib6136a168865be997a18cb15e5aaf9409eaf2ea0
Signed-off-by: Mihir Pradeep Garude <mgarude@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3311956
Reviewed-by: Shu Zhong <shuz@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
2025-07-24 10:19:16 +00:00
Ketan Patil
eae9dc59c1
devicetree: bindings: Update DT binding doc
...
- Fsi, generic and VPR carveouts follow the reserved-memory DT binding
provided by linux kernel. Hence delete these unnecessary DT binding files.
- Rename nvidia,carveouts-t19x.yaml file to nvidia,carveouts.yaml
- Update compatible string for tegra-carveouts.
- Add missing properties like disable-debug-support, memory-region for
tegra-carveouts.
JIRA TMM-6011
Change-Id: I857578bc9e8598cb4ec7a7fb314089d2f78d6950
Signed-off-by: Ketan Patil <ketanp@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3312820
Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
2025-07-24 10:19:16 +00:00
Mark Mendez
14c6de030c
PCT: Add PIC and Title
...
Jira ESDP-28694
Change-Id: Ic6fa743f34b6331d85334465961ae64a91aee588
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3307869
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
Tested-by: Mark Mendez <mmendez@nvidia.com >
2025-07-24 10:19:15 +00:00
Sheetal Tigadoli
2318f8689a
devicetree:bindings:nvpps: Add ptp_tsc_sync_trig_interval param to doc.
...
Add ptp_tsc_sync_trig_interval param to nvpps doc.
This is used to define the sync trigger interval
Bug 5042311
Bug 4899241
Signed-off-by: Sheetal Tigadoli <stigadoli@nvidia.com >
Change-Id: I881d4a57af857345adfc3e854ea06bb00e3d3a6f
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3294330
(cherry picked from commit 9c14041a4f394a203f0b8f4a8afdf9053011c14a)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3293843
Reviewed-by: Amlan Kundu <akundu@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
2025-07-24 10:19:14 +00:00
Sheetal Tigadoli
7172871ef3
devicetree:bindings:nvpps: update doc to include Thor
...
update nvpps documentation to include Thor based platforms
Bug 5082436
Signed-off-by: Sheetal Tigadoli <stigadoli@nvidia.com >
Change-Id: I4d26dab5d5eb40df449c819912a3143360a97f51
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3293986
(cherry picked from commit 8dd44d031ce394923f4e02a07befcb162eedd714)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3293842
Reviewed-by: Amlan Kundu <akundu@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
2025-07-24 10:19:14 +00:00
Mark Mendez
a2ee9f655f
PCT: Create devicetree validation schema
...
This is the output of the automated scripts created
to parse the dtb and dts files congruently
Jira ESDP-27666
Change-Id: Ic82a3f813bcbe6e78ba5f9b68875293c5d4bc6d7
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3274878
Tested-by: Mark Mendez <mmendez@nvidia.com >
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
2025-07-24 10:19:12 +00:00
Bharat Nihalani
3361d37248
tegra_bl_debug: Read USC_TIMER base from DT
...
The physical address of Tegra Microsecond Timer USEC_CNTR_USECCVR_0
is currently hard-coded with the address from T234.
The address of this register changes with newer chips. Hence, read
this address from device tree.
Get rid of hard-coded values of address and size.
Change-Id: I416166f6f01cdb6009d4c53717e19f61cebe92e3
Signed-off-by: Bharat Nihalani <bnihalani@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3213600
Reviewed-by: Bhavesh Parekh <bparekh@nvidia.com >
Reviewed-by: Deepak Nibade <dnibade@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
Reviewed-by: svc-bootloader-acv <svc-bootloader-acv@nvidia.com >
2025-07-24 10:19:07 +00:00
prafulls
66ed7619bf
nvdisp serdes: first revision
...
This change includes
1. First version of nvdisp serdes driver.
2. Opcode parsing and implementation as per nvdisp serdes opcode specification.
3. ERRB generic interrupt handler with ERRB specific opcode parsing.
4. Suspend-Resume functionality.
5. Device tree binding documentation.
Verification:
* It is verified with MAX96851 DP serializer on P3710 and P3960.
* GMSL2 and GMSL3, MST like features verified.
* Suspend/Resume functionality verified.
* Internal and Remote video CRC error detection verified.
JIRA TDS-15967
Signed-off-by: prafulls <prafulls@nvidia.com >
Change-Id: I61b9c216b5a7d4bd402dfe55e31f652824c8cc43
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3175316
Reviewed-by: Shu Zhong <shuz@nvidia.com >
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com >
2025-07-24 10:19:07 +00:00
Hiteshkumar Patel
8b7a66b2cb
Documentation: update nvpps device tree bindings.
...
- Add details of register mapping. If we do not pass these details in
devicetree then it is giving error "TSC memory resource not defined"
and not able to probe the driver. It is mandatory field for Tegra234.
- Remove hardcoding of ethernet interface name.
- Add to pass DT node for primary and secondary emac node instead of
interface name.
- Update GPIO details as per refactoring of HTE driver.
- Update example as per update driver and DT node.
Bug 4489344
Bug 3826818
Change-Id: I5edbbe762543289cc2a6225111c5e6250bbabb99
Signed-off-by: Hiteshkumar Patel <hiteshkumarg@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3076493
(cherry picked from commit 755f4a8456 )
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3097856
Reviewed-by: Brad Griffis <bgriffis@nvidia.com >
Reviewed-by: svcacv <svcacv@nvidia.com >
Reviewed-by: Gautham Srinivasan <gauthams@nvidia.com >
Reviewed-by: Jon Hunter <jonathanh@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2024-04-02 08:02:03 -07:00
Bharat Nihalani
ed0204e0ae
tegra_bootloader_debug: Register resume callbacks
...
1. Register resume_noirq handler for profiling the time when early
driver resume sequence is started. Since this driver is loaded after
boot, this should get called very early in the resume sequence.
2. Register PM notifier to know when resume is complete. This helps
in profiling the time when entire resume sequence is complete.
These 2 timestamps should approximately indicate the time it takes
for Linux to resume.
Adding this code in this driver removes dependency of providing this
information from some other driver.
Bug 4454722
Signed-off-by: Bharat Nihalani <bnihalani@nvidia.com >
Change-Id: I214eb4ff2808ecb87b828cb4556a2a00cc2d4545
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3047836
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3062030
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2024-03-04 15:39:15 -08:00
Manish Bhardwaj
a64e56d31d
nvidia: port vsc driver's device-tree binding files
...
Bug 4231381
Change-Id: Ib26c24ce8fea89444d1d2d5313eec04f1505bb93
Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3011283
Reviewed-by: Suresh Venkatachalam <skathirampat@nvidia.com >
Reviewed-by: Sandeep Trasi <strasi@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-11-07 09:57:51 -08:00
Shubhi Garg
26a63fbba2
pinctrl: max77851: add max77851 pinctrl driver
...
Add duplicate copy of needed linux header files
from core kernel k6.1 into nvidia-oot as max77851
pinctrl drivers compilation fails.
Bug 200749982
Change-Id: I660e2025e86494e87e5972d16f356efd70720511
Signed-off-by: Shubhi Garg <shgarg@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-5.10/+/2595353
Signed-off-by: Bitan Biswas <bbiswas@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2947786
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-09-14 13:25:52 -07:00
Shubhi Garg
83b0f18aa3
gpio: add max77851 PMIC GPIO driver
...
Adding MAX77851 GPIO driver provided by Maxim.
- fix k6.3 (kstable and gh100) kernel-only build
- fix k6.1 and jammy-src kernel-only build with
CONFIG_REGMAP_IRQ and CONFIG_I2C conditional
including -werror failures.
Bug 200749982
Change-Id: Ib46a075a2ca7c43301788dc0f54216f02c925c16
Signed-off-by: Shubhi Garg <shgarg@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-5.10/+/2595331
Signed-off-by: Bitan Biswas <bbiswas@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2947782
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-09-14 13:25:32 -07:00
Shubhi Garg
0acac0ee77
regulator: max77851: add max77851 regulator driver
...
Bug 200749982
Change-Id: I8bbc914b7aa93058e4ec116fb3eb5b6d3eb74606
Signed-off-by: Shubhi Garg <shgarg@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-5.10/+/2595372
Signed-off-by: Bitan Biswas <bbiswas@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2946283
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-09-14 13:25:22 -07:00
Shubhi Garg
1ab8a495fc
mfd: add max77851 pmic MFD driver
...
Adding MAX77851 MFD driver provided by Maxim.
- fix android warning/error for uninitialized variable return
Bug 200749982
Change-Id: I6ef82a6c06fe7bbd4df2c71991ec6c5c15e28474
Signed-off-by: Shubhi Garg <shgarg@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-5.10/+/2591158
Signed-off-by: Bitan Biswas <bbiswas@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2938653
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-09-14 13:25:12 -07:00
Sheetal Tigadoli
0f58bdf322
Documentation: bindings: define DT prop to disable PTP TSC sync logic
...
define DT prop to disable PTP TSC sync logic
Bug 4044583
Bug 3896607
Change-Id: I51778db4bd4203589c48bf5b3bdb0d49547fec55
Signed-off-by: Sheetal Tigadoli <stigadoli@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2877071
Reviewed-by: Sumeet Gupta <sumeetg@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-09-05 10:43:31 -07:00
Sheetal Tigadoli
61586ca1df
Documentation:binding:nvpps: Add nvpps documentation
...
Add nvpps documentation for dt binding
Bug 3896607
Change-Id: I238424db9152539f24f0544de8be320701215bfd
Signed-off-by: Sheetal Tigadoli <stigadoli@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2877069
Reviewed-by: Sumeet Gupta <sumeetg@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-09-05 10:43:20 -07:00
Revanth Kumar Uppala
06d3a03630
dt-bindings: nvethernet: nvethernet DT binding doc
...
Captures the DT binding documentation for the
nvethernet driver
Bug 3837018
Change-Id: Ifd77ae28499e41d7134777f088063871b36f0e88
Signed-off-by: Revanth Kumar Uppala <ruppala@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2911843
Reviewed-by: Narayan Reddy <narayanr@nvidia.com >
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
2023-05-31 11:32:16 -07:00
Akhil R
71cc664432
i2c: tegra: Remove i2c-slave-byte driver
...
Remove unused tegra-i2c-slave-byte driver from OOT.
Bug 4061232
Signed-off-by: Akhil R <akhilrajeev@nvidia.com >
Change-Id: I2d9d06ffcbd723bb8a714041fbda6b8b03ecce98
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2890523
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-04-22 09:59:06 -07:00
Laxman Dewangan
013ae1a966
hwmon: Remove generic pwm tachometer
...
Remove HW monitor based generic PWM tachometer
driver as it is not required.
Along with driver, remove DT binding document and
dkms entry.
Bug 4061216
Change-Id: I28e1bf9d5223ad7f56332d90501ea7ddb55cd366
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2883862
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-04-07 00:12:26 -07:00
Dipen Patel
e7c8a70f65
drivers: Add GTE support
...
The CL adds GTE driver support in OOT. The driver is copied from nvidia
directory in dev-main with below changes.
- Added removable module support
This driver as module is needed as per the oot development requirement.
Bug 3583612
Change-Id: I2772078fb96e1b172e45befe643b4c7c569866d9
Signed-off-by: Dipen Patel <dipenp@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2706260
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2022-12-07 23:57:14 -08:00
Rahul Bedarkar
1f45d1e993
Remove tegra-epl driver
...
tegra-epl driver is added in kernel-oot repo so that i2c, pcie and
other upstream drivers can use interface to report errors.
Bug 3847981
Change-Id: I9dfe5cd92eb9955a35753ce14a12dc4799258b70
Signed-off-by: Rahul Bedarkar <rabedarkar@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2799410
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2022-11-02 12:17:10 -07:00
Johnny Liu
c33732f6ce
dt-bindings: nvpmodel: add nvpmodel yaml file
...
Add "nvidia,nvpmodel-emc-cap" dt-bindings.
Bug 3779573
Signed-off-by: Johnny Liu <johnliu@nvidia.com >
Change-Id: I1b1ddfb1a83c2e4d2d152b8772bddc8ff6cf97ad
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2785838
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2022-10-06 17:22:21 -07:00
Eric Funsten
564dadea31
platform/tegra: Add in uncore_pmu module for oot
...
Ports over tegra23x_perf_uncore and mce modules for OOT.
Bug 3583633
Change-Id: I59999db51a7ef6b47f2e9929f28505fc78844825
Signed-off-by: Eric Funsten <efunsten@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2763940
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2022-09-29 19:38:17 -07:00
Sanjay Chandrashekara
f019e670e0
t23x: dts: add dt bindings for ari driver
...
Bug 3680143
Change-Id: I70301e457109c5a7f30f26cfc9e5383946c22237
Signed-off-by: Sanjay Chandrashekara <sanjayc@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2774587
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com >
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com >
2022-09-21 01:11:26 -07:00
Rahul Bedarkar
26a2a22e85
Documentation: Add DT binding for tegra-epl driver
...
Add DT binding for tegra-epl driver
Bug 3583609
Change-Id: Idcbc693689ce8516d32956655ac23e6c0401168a
Signed-off-by: Rahul Bedarkar <rabedarkar@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2710278
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
GVS: Gerrit_Virtual_Submit
2022-05-13 14:56:23 -07:00
Laxman Dewangan
66d1a0786d
Documentation: Add DT binding doc for Tegra SPI Aurix communciation
...
Add DT binding document for NVIDIA Tegra SPI Aurix communication.
bug 3583584
Change-Id: I6e9f949add8503b018e58e68347922359e559474
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2708697
GVS: Gerrit_Virtual_Submit
2022-05-07 15:20:48 -07:00
Rahul Bedarkar
0ae00f25ca
Documentation: Add DT binding for tegra-fsicom
...
Add DT binding for tegra-fsicom driver
Bug 3583609
Change-Id: I748530e2ce4fcbc5e71ac817d8131a1f65297c0c
Signed-off-by: Rahul Bedarkar <rabedarkar@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2707055
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
GVS: Gerrit_Virtual_Submit
2022-05-05 15:38:07 -07:00
Laxman Dewangan
6e66abaff3
Documentation: Add DT binding doc for Tegra fuse-burn
...
Add DT binding document for NVIDIA Tegra fuse burn controller.
Bug 3631213
Change-Id: I02b40f4b23d84b81d1fd7e870596a82a4f3fd96f
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2707661
Reviewed-by: Kartik . <kkartik@nvidia.com >
GVS: Gerrit_Virtual_Submit
2022-05-05 11:10:01 -07:00
Laxman Dewangan
cd924ab2b2
Documentation: Add DT binding doc for Tegra i2c-slave
...
Add DT binding document for NVIDIA Tegra I2C slave controller.
Bug 3631219
Change-Id: Iec8f9f9cd6ce7ab443f2751bb141e03ed9b448ba
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2705959
Reviewed-by: Krishna Yarlagadda <kyarlagadda@nvidia.com >
GVS: Gerrit_Virtual_Submit
2022-05-02 23:17:00 -07:00
Laxman Dewangan
2bf79d8c1a
documentation: Add DT binding document for Tegra KFuse
...
Add Device Tree binding document for the Tegra KFuse
Bug 3625675
Change-Id: I8bc4fd3b1353d4ae8ca253e9aeed9d0116d8af93
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2705642
GVS: Gerrit_Virtual_Submit
2022-05-01 12:43:25 -07:00
Laxman Dewangan
6d96357ebe
documentation: Add DT binding document for ARM64 RAS
...
Add Device Tree binding document for the ARM64 RAS.
Bug 3625675
Change-Id: If992f72a67e6269ae8e9b63863cf485c05cecff4
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2705398
GVS: Gerrit_Virtual_Submit
2022-05-01 09:26:46 -07:00
Laxman Dewangan
857718b2ad
documentation: Add DT binding document for central activity monitor
...
Add Device Tree binding document for the NVIDIA Tegra central
activity monitor device.
Bug 3625675
Change-Id: I85dc848b561802dd749f59c0a57654264f83f082
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2705397
GVS: Gerrit_Virtual_Submit
2022-05-01 09:26:41 -07:00
Laxman Dewangan
7435d5749a
documentation: Add DT binding document for Tegra234 pinmux controller
...
Add Device Tree binding document for the NVIDIA Tegra234 pinmux controller.
Bug 3621816
Change-Id: Ide78ac3bccbce341afe1e648d901e4f0ffb27bdf
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2704710
GVS: Gerrit_Virtual_Submit
2022-04-30 06:18:11 -07:00
Laxman Dewangan
c2bf51b5fe
documentation: Add DT binding document for Tegra PEX pad controller
...
Add Device Tree binding document for the NVIDIA Tegra PEX pad
controller.
Bug 3621816
Change-Id: I6df186f88c5ea48242472a2c30288d9d0942e679
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2704360
GVS: Gerrit_Virtual_Submit
2022-04-30 06:18:06 -07:00
Laxman Dewangan
6cf534dc34
documentation: Add DT binding document for Tegra234 DPAUX pin controller
...
Add Device Tree binding document for the Tegra234 DPAUX pin controller.
Bug 3621816
Change-Id: Ie4920ce584e0a41c692fcf9f7f4035c3ab971559
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2704301
GVS: Gerrit_Virtual_Submit
2022-04-30 06:17:35 -07:00
Laxman Dewangan
fb19a12e96
documentation: Add DT binding document for PWM tachometer driver
...
Add Device Tree binding document for the PWM based tachometer driver.
Bug 3621819
Change-Id: I186f473afbfbbf56741dcf7149f68823d1d01f30
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2703761
GVS: Gerrit_Virtual_Submit
2022-04-29 06:17:27 -07:00
Laxman Dewangan
048787d3cf
documentation: Add DT binding document for generic PWM based tachometer
...
Add Device Tree binding document for the generic PWM based tachometer.
Bug 3621819
Change-Id: Ic8184e3e86d8708fd776d276e4d9994e4103b5ed
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2703730
GVS: Gerrit_Virtual_Submit
2022-04-29 06:17:17 -07:00
Laxman Dewangan
dc5237350d
Documentation: Fix error from dt_binding_check
...
Fix the errors generated when running the dt_binding_check on the
DT binding document yaml format.
Change-Id: Ie000447c97e92532755a484be02c5b347216d774
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2702785
GVS: Gerrit_Virtual_Submit
2022-04-26 07:48:11 -07:00
Laxman Dewangan
e6d27a79da
documentation: Add DT binding document for watchdog-tegra-t18x
...
Add Device Tree binding document for the NVIDIA Tegra watchdog timer.
Bug 3583627
Change-Id: I242585c8a543d03e0c58bfb9098fdbd1c780886e
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2702336
GVS: Gerrit_Virtual_Submit
2022-04-25 22:45:02 -07:00
Laxman Dewangan
a2bb0f6898
documentation: Add DT binding document for nvidia-vrs-pseq
...
Add Device Tree binding document for the NVIDIA VRS power sequencer
device.
Bug 3583627
Change-Id: I708ec9377543228d60a91defe57a8c88b2fc7b0a
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2702276
GVS: Gerrit_Virtual_Submit
2022-04-25 22:44:33 -07:00
Laxman Dewangan
3c5adb91ea
Documentation: devicetree: Add DT binding document for pex9749-thermal
...
Add device tree binding document for the thermal sensor pex9749.
bug 3587973
Change-Id: I0793854fd5a22cc2daa59408bb9adcb4aa78cade
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2701480
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com >
2022-04-23 09:02:50 -07:00