On 6/5/23 11:48, Joy Zou wrote: ARM: dts: imx93: ... (not DTS:)
The new pmic trimed BUCK1. So need to modify the range. There is no LDO2 and LDO3, So need to delete the property. Signed-off-by: Joy Zou <joy....@nxp.com> --- arch/arm/dts/imx93-11x11-evk.dts | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts/imx93-11x11-evk.dts index b3a5a3d71e..ceab56a5d8 100644 --- a/arch/arm/dts/imx93-11x11-evk.dts +++ b/arch/arm/dts/imx93-11x11-evk.dts @@ -141,8 +141,8 @@ regulators { buck1: BUCK1 { regulator-name = "BUCK1"; - regulator-min-microvolt = <600000>; - regulator-max-microvolt = <2187500>; + regulator-min-microvolt = <650000>; + regulator-max-microvolt = <2237500>;
Where does this patch come from ? Linux ? If Linux, then include commit hash of that commit from Linux kernel in the commit message. If not from Linux, why is there no matching fix in Linux ?