OSDN Git Service

ARM: dts: imx6sx-nitrogen6sx: drop incorrect regulator clock-names
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 26 Jul 2023 07:03:15 +0000 (09:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 30 Jul 2023 13:42:30 +0000 (21:42 +0800)
regulator-fixed does not take "clock-names" property:

  imx6sx-nitrogen6sx.dtb: regulator-wlan: Unevaluated properties are not allowed ('clock-names' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6sx-nitrogen6sx.dts

index a2c79bc..23ccca2 100644 (file)
@@ -72,7 +72,6 @@
                pinctrl-0 = <&pinctrl_reg_wlan>;
                compatible = "regulator-fixed";
                clocks = <&clks IMX6SX_CLK_CKO>;
-               clock-names = "slow";
                regulator-name = "wlan-en";
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;