Message ID | 1472591399-13907-8-git-send-email-horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Aug 30, 2016 at 11:09:55PM +0200, Simon Horman wrote: > 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> I have queued this up. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Aug 30, 2016 at 11:09:55PM +0200, Simon Horman wrote: > 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> For completeness: Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index b902356873c2..70949f4d50a2 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -1117,7 +1117,6 @@ interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>; clocks = <&cpg CPG_MOD 312>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; - cap-mmc-highspeed; status = "disabled"; }; @@ -1127,7 +1126,6 @@ interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>; clocks = <&cpg CPG_MOD 311>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; - cap-mmc-highspeed; status = "disabled"; };
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> --- v5 * New patch --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 2 -- 1 file changed, 2 deletions(-)