Skip to content

Commit

Permalink
arm64: dts: colibri-imx8x: Add adma_pwm
Browse files Browse the repository at this point in the history
Add adma_pwm node for Colibri-iMX8X carrier boards.

Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
João Paulo Gonçalves authored and Shawn Guo committed Sep 4, 2024
1 parent 6cfdfed commit 9d4b4f6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8x-colibri-aster.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
status = "okay";
};

/* Colibri PWM_A */
&adma_pwm {
status = "okay";
};

&colibri_gpio_keys {
status = "okay";
};
Expand Down
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8x-colibri-eval-v3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
status = "okay";
};

/* Colibri PWM_A */
&adma_pwm {
status = "okay";
};

&colibri_gpio_keys {
status = "okay";
};
Expand Down
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8x-colibri-iris.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
status = "okay";
};

/* Colibri PWM_A */
&adma_pwm {
status = "okay";
};

&colibri_gpio_keys {
status = "okay";
};
Expand Down
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
vref-supply = <&reg_module_vref_1v8>;
};

/* Colibri PWM_A */
&adma_pwm {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm_a>;
};

&cpu_alert0 {
hysteresis = <2000>;
temperature = <90000>;
Expand Down

0 comments on commit 9d4b4f6

Please sign in to comment.