diff mbox series

[2/4] arm64: rk3399: r4s: Inheritance uses the sdmmc definition in dtsi

Message ID 20210706144400.8665-2-peterwillcn@gmail.com
State Accepted
Commit 897f30e84af1aaca8eeccb3273d000da618a4361
Delegated to: Kever Yang
Headers show
Series [1/4] arm64: rk3399: r4s: correct the LEDS label name | expand

Commit Message

Xiaobo Tian July 6, 2021, 2:43 p.m. UTC
The host-index-min property is invalid,
so it inherits from the sdmmc definition in dtsi.

Signed-off-by: Xiaobo Tian <peterwillcn@gmail.com>
---
 arch/arm/dts/rk3399-nanopi-r4s.dts | 4 ----
 1 file changed, 4 deletions(-)

Comments

Kever Yang Aug. 11, 2021, 10:07 a.m. UTC | #1
Xiaobo Tian <peterwillcn@gmail.com> 于2021年7月6日周二 下午10:44写道:
>
> 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>

Thanks,
- Kever

> ---
>  arch/arm/dts/rk3399-nanopi-r4s.dts | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts b/arch/arm/dts/rk3399-nanopi-r4s.dts
> index 7470c26820..f663bc87a5 100644
> --- a/arch/arm/dts/rk3399-nanopi-r4s.dts
> +++ b/arch/arm/dts/rk3399-nanopi-r4s.dts
> @@ -116,10 +116,6 @@
>         status = "disabled";
>  };
>
> -&sdmmc {
> -       host-index-min = <1>;
> -};
> -
>  &u2phy0_host {
>         phy-supply = <&vdd_5v>;
>  };
> --
> 2.32.0
>
diff mbox series

Patch

diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts b/arch/arm/dts/rk3399-nanopi-r4s.dts
index 7470c26820..f663bc87a5 100644
--- a/arch/arm/dts/rk3399-nanopi-r4s.dts
+++ b/arch/arm/dts/rk3399-nanopi-r4s.dts
@@ -116,10 +116,6 @@ 
 	status = "disabled";
 };
 
-&sdmmc {
-	host-index-min = <1>;
-};
-
 &u2phy0_host {
 	phy-supply = <&vdd_5v>;
 };