diff options
author | Marek Vasut <marex@denx.de> | 2022-12-16 00:58:26 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-01-01 03:26:55 +0100 |
commit | fd44be72cc0039729d615e6d47a5a5e47e4b5398 (patch) | |
tree | a67c358b9cc61e016b2ead156b58b600d7c7ed67 /arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi | |
parent | arm64: dts: imx8mm: Drop deprecated regulator-compatible from Variscite VAR-S... (diff) | |
download | linux-fd44be72cc0039729d615e6d47a5a5e47e4b5398.tar.xz linux-fd44be72cc0039729d615e6d47a5a5e47e4b5398.zip |
arm64: dts: imx8mn: Drop deprecated regulator-compatible from Variscite VAR-SOM-MX8MN
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/imx8mn-var-som.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi index 87b5e23c766f..2888de154f78 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi @@ -207,7 +207,6 @@ }; ldo5_reg: LDO5 { - regulator-compatible = "ldo5"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-always-on; |