diff mbox

[RFC,7/7] ARM: shmobile: r8a7790-lager.dts: Assert UHS-I SDR-50 capability

Message ID 1430397184.5802.46.camel@xylophone.i.decadent.org.uk (mailing list archive)
State RFC
Delegated to: Simon Horman
Headers show

Commit Message

Ben Hutchings April 30, 2015, 12:33 p.m. UTC
From: William Towle <william.towle@codethink.co.uk>

[bwh: Also enable the 'regulators' on the pfc that we need]
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
---
 arch/arm/boot/dts/r8a7790-lager.dts |   10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Sergei Shtylyov April 30, 2015, 4:08 p.m. UTC | #1
On 04/30/2015 03:33 PM, Ben Hutchings wrote:

> From: William Towle <william.towle@codethink.co.uk>

> [bwh: Also enable the 'regulators' on the pfc that we need]
> Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>

    Not signed off by William?

[...]

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 343ec0ccc8df..8bb4507f3112 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -384,6 +384,14 @@ 
 		renesas,groups = "audio_clk_a";
 		renesas,function = "audio_clk";
 	};
+
+	sd-regulator@0 {
+		status = "ok";
+	};
+
+	sd-regulator@2 {
+		status = "ok";
+	};
 };
 
 &ether {
@@ -499,6 +507,7 @@ 
 	vmmc-supply = <&vcc_sdhi0>;
 	vqmmc-supply = <&vccq_sdhi0>;
 	cd-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
+	sd-uhs-sdr50;
 	status = "okay";
 };
 
@@ -512,6 +521,7 @@ 
 	vmmc-supply = <&vcc_sdhi2>;
 	vqmmc-supply = <&vccq_sdhi2>;
 	cd-gpios = <&gpio3 22 GPIO_ACTIVE_LOW>;
+	sd-uhs-sdr50;
 	status = "okay";
 };