[PATCH v1] arm: mach-k3: am62px: Fix MCU_CLKOUT0 parent clock mux

2025-04-08 Thread Parth Pancholi
From: Parth Pancholi CU_CLKOUT0 can be driven by two input clocks: a 25 MHz and a 50 MHz source. Currently, the 25 MHz option is not selectable due to an incorrect mux configuration where the 50 MHz clock is duplicated in the parent list. This patch fixes the mux setup, allowing proper

[PATCH] arm: mach-k3: am62: fixup thermal cooling device cpus

2024-10-02 Thread Parth Pancholi
From: Parth Pancholi AM62x devices now support CPU throttling based on thermal alerts with a Linux commit 10e7bfd8114c ("arm64: dts: ti: k3-am62: Enable CPU freq throttling on thermal alert"). However, this functionality does not work correctly across all variants of the AM62x SoCs

[PATCH v1] configs: colibri-imx7: enable watchdog

2024-03-07 Thread Parth Pancholi
From: Parth Pancholi Enable watchdog functionality for Toradex's Colibri iMX7 (NAND/EMMC) modules. Signed-off-by: Parth Pancholi --- arch/arm/dts/imx7d-colibri-eval-v3-u-boot.dtsi | 4 configs/colibri_imx7_defconfig | 2 ++ configs/colibri_imx7_emmc_defc