]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: rk3399: r4s: Inheritance uses the sdmmc definition in dtsi
authorXiaobo Tian <peterwillcn@gmail.com>
Tue, 6 Jul 2021 14:43:58 +0000 (22:43 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 11 Aug 2021 10:10:39 +0000 (18:10 +0800)
The host-index-min property is invalid,
so it inherits from the sdmmc definition in dtsi.

Signed-off-by: Xiaobo Tian <peterwillcn@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-nanopi-r4s.dts

index 7470c268209742c5953e6c8167fea198a45a4295..f663bc87a5bf6859ab71dfc5f80296d85f12c521 100644 (file)
        status = "disabled";
 };
 
-&sdmmc {
-       host-index-min = <1>;
-};
-
 &u2phy0_host {
        phy-supply = <&vdd_5v>;
 };