mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
ARM: dts: imx6ull-colibri: drop incorrect regulator regulator-type
regulator-fixed-clock does not take "regulator-type" property:
imx6ull-colibri-iris-v2.dtb: regulator-eth-phy: Unevaluated properties are not allowed ('regulator-type' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
d75cea7218
commit
d8065d8d74
|
|
@ -102,7 +102,6 @@ reg_eth_phy: regulator-eth-phy {
|
|||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-name = "+V3.3_ETH";
|
||||
regulator-type = "voltage";
|
||||
vin-supply = <®_module_3v3>;
|
||||
clocks = <&clks IMX6UL_CLK_ENET2_REF_125M>;
|
||||
startup-delay-us = <150000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user