OSDN Git Service

arm64: dts: exynos: drop unsupported UFS properties in ExynosAutov9 SADK
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 20 Jan 2023 13:01:08 +0000 (14:01 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Jan 2023 09:56:50 +0000 (10:56 +0100)
There is no vcc-fixed-regulator property for UFS nodes:

  exynosautov9-sadk.dtb: ufs@17e00000: Unevaluated properties are not allowed ('vcc-fixed-regulator' was unexpected)

Link: https://lore.kernel.org/r/20230120130108.278851-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynosautov9-sadk.dts

index eec3192..101f51b 100644 (file)
 &ufs_0 {
        status = "okay";
        vcc-supply = <&ufs_0_fixed_vcc_reg>;
-       vcc-fixed-regulator;
 };
 
 &ufs_1 {
        status = "okay";
        vcc-supply = <&ufs_1_fixed_vcc_reg>;
-       vcc-fixed-regulator;
 };
 
 &usi_0 {