What's tegra_get_chipid() for AGX Orion in R34.1.1

In R32.6.1 release, we can use tegra_get_chipid() to get Nvidia Jetson Chip ID on AGX Xavier, but we can’t find tegra_get_chipid() for AGX Orin in R34.1.1.
What’s function we could use it to get Jetson Chip ID on AGX Orion?

Suppose the same like R32.6.1

		if (tegra_get_chip_id() == TEGRA234) {

I find the function:

[R32.6.1]
tegra_get_chipid()

[R34.1.1]
tegra_get_chip_id()

type and include file also need to change, too

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.