diff options
author | Marek Vasut <marex@denx.de> | 2022-12-16 02:58:25 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-01-01 05:26:43 +0300 |
commit | 9a53e97832c89f054e049407cb6b0f9c351e8923 (patch) | |
tree | 447b2279fb9b3f08baefc90bd641a1493fa58b29 /arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi | |
parent | db9dd598b472181fa310a7ab1e2e2c98f8147e10 (diff) | |
download | linux-9a53e97832c89f054e049407cb6b0f9c351e8923.tar.xz |
arm64: dts: imx8mm: Drop deprecated regulator-compatible from Variscite VAR-SOM-MX8MM
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi index ae0721b807e1..2b83a5258ec6 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 @@ }; ldo5_reg: LDO5 { - regulator-compatible = "ldo5"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-always-on; |