From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Brandt Subject: [PATCH 0/4] r7s72100: dts: enable mmcif Date: Thu, 15 Sep 2016 15:34:01 -0400 Message-ID: <20160915193405.26943-1-chris.brandt@renesas.com> Return-path: Sender: linux-renesas-soc-owner@vger.kernel.org To: Geert Uytterhoeven , Simon Horman , Magnus Damm , Rob Herring , Mark Rutland Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Chris Brandt List-Id: devicetree@vger.kernel.org This series enables the mmc driver for the RZ/A1. Nothing needed to be changed with the actual sh_mmcif driver. It worked fine as-is. As you can see, the status in the rskrza1 dst was left as disabled because I wanted to leave that code in there for refernce for someone later that actually has a board with an actaul eMMC chip. I tested with an MMC Plus card. Chris Brandt (4): ARM: dts: r7s72100: add mmcif clock to device tree ARM: dts: r7s72100: add mmcif to device tree mmc: sh_mmcif: Document r7s72100 DT bindings ARM: dts: rskrza1: add mmc DT support .../devicetree/bindings/mmc/renesas,mmcif.txt | 1 + arch/arm/boot/dts/r7s72100-rskrza1.dts | 17 +++++++++++++++++ arch/arm/boot/dts/r7s72100.dtsi | 20 ++++++++++++++++++++ include/dt-bindings/clock/r7s72100-clock.h | 3 +++ 4 files changed, 41 insertions(+) -- 2.9.2