Jetpack/kernel/nvidia/Documentation/devicetree/bindings/misc/nvs/nvs_dsm.txt
dchvs 75c7968d30 Add Jetpack 4.4.1 sources
Jetson Xavier NX, Jetson TX2 Series, Jetson AGX Xavier Series, Jetson Nano, Jetson TX1 [L4T 32.4.4]
2021-01-19 20:45:17 -06:00

25 lines
738 B
Plaintext

* NVidia Sensor (NVS) Dynamic Sensor Meta (DSM)
This driver uses the NVidia Sensor (NVS) framework.
See the nvs.txt documentation for NVS DT capabilities.
The nvs_dsm sensor driver supports dynamic sensors.
Required properties:
- compatible: Device or generic name.
Supported device names:
- nvidia,nvs_dsm
Optional properties:
- status: set to "ok" or "okay" for normal operation. Set to anything else
to unload the driver without ever communicating with the device.
Note: The "anything else" above is typically "disabled".
Since the driver will unload without communicating with the device, the
device will be left in its POR state.
Example:
nvs_dsm {
compatible = "nvidia,nvs_dsm";
status = "okay";
};