mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
arm64: dts: exynos: drop unsupported UFS properties in ExynosAutov9 SADK
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>
This commit is contained in:
parent
56a14f01a5
commit
a1680415e0
|
|
@ -65,13 +65,11 @@ &ufs_1_phy {
|
|||
&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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user