From: beagleboard@davidjohnsummers.uk (David Summers)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] This patch add the eMMC to the ASUS tinker board S
Date: Sat, 22 Sep 2018 18:02:35 +0100 [thread overview]
Message-ID: <20180922170236.8690-3-beagleboard@davidjohnsummers.uk> (raw)
In-Reply-To: <20180922170236.8690-1-beagleboard@davidjohnsummers.uk>
Signed-off-by: David Summers <beagleboard@davidjohnsummers.uk>
---
arch/arm/boot/dts/rk3288-tinker-s.dts | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/rk3288-tinker-s.dts b/arch/arm/boot/dts/rk3288-tinker-s.dts
index 5e1078c6a784..bc691e3f9c07 100644
--- a/arch/arm/boot/dts/rk3288-tinker-s.dts
+++ b/arch/arm/boot/dts/rk3288-tinker-s.dts
@@ -11,3 +11,17 @@
model = "Rockchip RK3288 Asus Tinker Board S";
compatible = "asus,rk3288-tinker-s", "rockchip,rk3288";
};
+
+&emmc {
+ bus-width = <8>;
+ cap-mmc-highspeed;
+ disable-wp;
+ non-removable;
+ num-slots = <1>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>;
+ max-frequency = <150000000>;
+ mmc-hs200-1_8v;
+ mmc-ddr-1_8v;
+ status = "okay";
+};
--
David Summers <beagleboard@davididjohnsummers.uk>
next prev parent reply other threads:[~2018-09-22 17:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-22 17:02 [PATCH 0/3] Device Tree for ASUS Tinker Board S [v3] David Summers
2018-09-22 17:02 ` [PATCH 1/3] Add the tinker board S to the device tree - just an outline David Summers
2018-10-15 16:12 ` Rob Herring
2018-10-15 16:49 ` David Summers
2018-09-22 17:02 ` David Summers [this message]
2018-09-22 17:02 ` [PATCH 3/3] This patch adds wifi to asus tinker board S David Summers
2018-10-08 9:30 ` Heiko Stuebner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180922170236.8690-3-beagleboard@davidjohnsummers.uk \
--to=beagleboard@davidjohnsummers.uk \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).