I am trying compile the device tree for the Jetson Xavier NX Dev Kit (P3668-0000). So I am using that DTS tegra194-p3668-all-p3509-0000.dts, but I got an error with the "i2c7" label because it does not exist:
ERROR (phandle_references): Reference to non-existent node or label "i2c7"
The only one reference for this label is there:
But indeed, this label is never defined.
I also checked the pinmux about that i2c7 and it is also unused. Am I missing anything here ?
By just commenting out the line, I was able to compile it.
Thank you for your support.
I am trying compile the device tree for the Jetson Xavier NX Dev Kit (P3668-0000). So I am using that DTS tegra194-p3668-all-p3509-0000.dts, but I got an error with the "i2c7" label because it does not exist:
ERROR (phandle_references): Reference to non-existent node or label "i2c7"The only one reference for this label is there:
linux-tegra-4.9/nvidia/platform/t19x/jakku/kernel-dts/common/tegra194-camera-jakku-rbpcv3-imx477.dtsi
Line 30 in 28d9fdd
But indeed, this label is never defined.
I also checked the pinmux about that i2c7 and it is also unused. Am I missing anything here ?
By just commenting out the line, I was able to compile it.
Thank you for your support.