Message ID | 20221215235827.228620-1-marex@denx.de |
---|---|
State | Accepted |
Commit | 9a53e97832c89f054e049407cb6b0f9c351e8923 |
Headers | show |
Series | [1/3] arm64: dts: imx8mm: Drop deprecated regulator-compatible from Variscite VAR-SOM-MX8MM | expand |
On Fri, Dec 16, 2022 at 12:58:25AM +0100, Marek Vasut wrote: > The "regulator-compatible" property is deprecated and unused, as the > match happens on the node name in Linux of_regulator_match() in case > the property is not present. Drop the deprecated property from DT. > > Signed-off-by: Marek Vasut <marex@denx.de> Applied all, thanks!
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi index ae0721b807e1b..2b83a5258ec6c 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi @@ -231,7 +231,6 @@ ldo4_reg: LDO4 { }; ldo5_reg: LDO5 { - regulator-compatible = "ldo5"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-always-on;
The "regulator-compatible" property is deprecated and unused, as the match happens on the node name in Linux of_regulator_match() in case the property is not present. Drop the deprecated property from DT. Signed-off-by: Marek Vasut <marex@denx.de> --- Cc: Fabio Estevam <festevam@denx.de> Cc: Felix Radensky <felix.r@variscite.com> Cc: Krzysztof Kozlowski <krzk@kernel.org> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> Cc: NXP Linux Team <linux-imx@nxp.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Shawn Guo <shawnguo@kernel.org> Cc: devicetree@vger.kernel.org To: linux-arm-kernel@lists.infradead.org --- arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi | 1 - 1 file changed, 1 deletion(-)