> -----Original Message----- > From: Mark Brown <broonie@xxxxxxxxxx> > Sent: 2024年12月6日 0:59 > To: Frank Li <frank.li@xxxxxxx> > Cc: Liam Girdwood <lgirdwood@xxxxxxxxx>; Rob Herring <robh@xxxxxxxxxx>; > Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>; Conor Dooley > <conor+dt@xxxxxxxxxx>; Robin Gong <yibin.gong@xxxxxxx>; Shawn Guo > <shawnguo@xxxxxxxxxx>; Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>; > Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx>; Fabio Estevam > <festevam@xxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx; > devicetree@xxxxxxxxxxxxxxx; imx@xxxxxxxxxxxxxxx; Joy Zou <joy.zou@xxxxxxx>; > linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Subject: [EXT] Re: [PATCH 5/5] arm64: dts: imx93: add pca9452 support > > On Thu, Dec 05, 2024 at 11:51:13AM -0500, Frank Li wrote: > > > + regulator-name = "BUCK1"; > > + regulator-min-microvolt = <610000>; > > + regulator-max-microvolt = <950000>; > > > + regulator-name = "BUCK4"; > > + regulator-min-microvolt = <1620000>; > > + regulator-max-microvolt = <3400000>; > > The regulators all have really wide ranges, especially with no obvious > consumers specified. Are these actually valid for the board? Please ignore the last mail because of including html. Thanks for your comments! Yes, the regulators all have really wide ranges from the pca9452 datasheet as follow: BUCK1, BUCK2, BUCK3 : 0.6V to 2.1875V, 12.5mV step, 3000mA BUCK4 : 0.6V to 3.4V, 25mV step, 3000mA Refer to PMIC pca9452 datasheet 7.1 Features: https://www.mouser.com/catalog/specsheets/Nxp_03-02-2024_PCA9452.pdf?srsltid=AfmBOooTrgZ1FrPfHYfztxGm5r7YYsBEFRLkx59dIZKMRlk2rsR6nBV6 The BUCK1 is used for VDD_SOC and the BUCK4 is used for NVCC_GPIO/VDD_USB_3P3 on imx93 14x14 board. Refer to IMX93AEC datasheet 4.1.4 Operating ranges: https://www.nxp.com/docs/en/data-sheet/IMX93AEC.pdf BR Joy Zou