On 16/02/2024 13:19, Krzysztof Kozlowski wrote:
On 16/02/2024 13:28, Jon Hunter wrote:
Add the INA3221 current monitors that are present on the Jetson AGX
Xavier and Jetson Xavier NX boards.
Signed-off-by: Jon Hunter <jonathanh@xxxxxxxxxx>
---
.../arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 50 +++++++++++++++++++
.../arm64/boot/dts/nvidia/tegra194-p3668.dtsi | 27 ++++++++++
2 files changed, 77 insertions(+)
diff --git a/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi b/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi
index 5b59c1986e9b..7c57272af044 100644
--- a/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi
@@ -53,6 +53,56 @@ memory-controller@2c00000 {
status = "okay";
};
+ i2c@c240000 {
+ status = "okay";
+
+ ina3221@40 {
power-sensor@
Node names should be generic. See also an explanation and list of
examples (not exhaustive) in DT specification:
https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation
I will correct this.
Thanks
Jon
--
nvpublic