diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-08-30 23:09:55 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-09-08 09:35:16 +0200 |
commit | 56de959f533f5138f1cd5aaa4706e1831c479e28 (patch) | |
tree | 9e9560e47873fad4d3198ba46cf681ff3cb387a3 /arch/arm64 | |
parent | arm64: dts: h3ulcb: enable USB2.0 Host channel 1 (diff) | |
download | linux-56de959f533f5138f1cd5aaa4706e1831c479e28.tar.xz linux-56de959f533f5138f1cd5aaa4706e1831c479e28.zip |
arm64: dts: r8a7795: remove unnecessary cap-mmc-highspeed property
Remove cap-mmc-highspeed property from SDHI2 and SDHI3.
This property is unnecessary as the driver automatically sets
the highspeed capability. Furthermore its use is inconsistent with SDHI0
and SDHI1 which are also highspeed capable but do not have this property
present.
Found by inspection.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7795.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index 64899b556a0e..8c15040f2540 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -1122,7 +1122,6 @@ clocks = <&cpg CPG_MOD 312>; max-frequency = <200000000>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; - cap-mmc-highspeed; status = "disabled"; }; @@ -1133,7 +1132,6 @@ clocks = <&cpg CPG_MOD 311>; max-frequency = <200000000>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; - cap-mmc-highspeed; status = "disabled"; }; |