Hi Nvidia Team,
I am currently using AGX Thor with my custom carrier board, and i have made pinmux changes to use PWM9, PWM3 and PWM2.
The current observation is if i am using FAN_TACH0 i am able to control the PWM4 but i am not able to control other pwm’s using the same.
![]()
![]()
![]()
Here are my dtsi changes:
diff --git a/hardware/nvidia/t264/nv-public/tegra264.dtsi b/hardware/nvidia/t264/nv-public/tegra264.dtsi
index b90f371f5..192b3a44b 100644
--- a/hardware/nvidia/t264/nv-public/tegra264.dtsi
+++ b/hardware/nvidia/t264/nv-public/tegra264.dtsi
@@ -4372,7 +4372,7 @@
pwm2: pwm@810c5e0000 {
compatible = "nvidia,tegra264-pwm";
- status = "disabled";
+ status = "okay";
reg = <0x81 0x0c5e0000 0x0 0x10000>;
nvidia,hw-instance-id = <0x2>;
@@ -4411,7 +4411,7 @@
pwm9: pwm@810c610000 {
compatible = "nvidia,tegra264-pwm";
- status = "disabled";
+ status = "okay";
reg = <0x81 0x0c610000 0x0 0x10000>;
nvidia,hw-instance-id = <0x9>;
--
2.43.0
There’s is no pwm entry inside /sys/devices/platform/bus@0/810c5e0000.pwm/pwm/pwmchip1
Kindly guide me how to control this pwm’s
Regards,
Vrushti

