From 5a90f8d3b193407dfa8c2e47163f569d5343b3ee Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Mon, 16 Mar 2015 12:37:58 +0100 Subject: [PATCH] ata: at91: use syscon to configure the smc Use syscon/regmap to configure the smc. This allows to avoid using at91sam9_smc.h and to compile the driver in a multiplatform configuration. The driver will still not probe until the proper DT bindings are added. That binding will include an atmel,smc property that is a phandle to the SMC the CF controller is connected to. Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre --- Reading git-format-patch failed