
22 May
2024
22 May
'24
2:30 a.m.
On 5/21/24 2:51 PM, Peng Fan wrote:
Subject: [PATCH] ARM: dts: imx8mm: Enable CPLD_Dn pull down resistor on MX8Menlo
Enable CPLD_Dn pull down resistor instead of pull up to avoid intefering with CPLD power off functionality.
[...]
diff --git a/arch/arm/dts/imx8mm-mx8menlo.dts b/arch/arm/dts/imx8mm- mx8menlo.dts index 0b123a84018..c226285c6ea 100644 --- a/arch/arm/dts/imx8mm-mx8menlo.dts +++ b/arch/arm/dts/imx8mm-mx8menlo.dts @@ -290,6 +290,28 @@
;
};
+&pinctrl_gpio_hog1 {
Should these be in xx-u-boot.dtsi?
Actually, this patch is not even needed, since similar change is already in Linux upstream and the DTs have been synchronized since. So please drop this patch altogether.