On Sun, Dec 7, 2014 at 11:00 PM, Maxime Ripard <[email protected]> wrote: > Hi, > > On Wed, Dec 03, 2014 at 02:36:00PM +0800, Chen-Yu Tsai wrote: >> Add the device tree nodes for the mmc config clock nodes. >> >> Signed-off-by: Chen-Yu Tsai <[email protected]> >> --- >> arch/arm/boot/dts/sun9i-a80.dtsi | 13 +++++++++++++ >> 1 file changed, 13 insertions(+) >> >> diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi >> b/arch/arm/boot/dts/sun9i-a80.dtsi >> index f3cac3a..f425d9d 100644 >> --- a/arch/arm/boot/dts/sun9i-a80.dtsi >> +++ b/arch/arm/boot/dts/sun9i-a80.dtsi >> @@ -325,6 +325,19 @@ >> */ >> ranges = <0 0 0 0x20000000>; >> >> + mmc_config_clk: clk@01c23000 { >> + compatible = "allwinner,sun9i-a80-mmc-clk"; >> + reg = <0x01c13000 0x10>; > > The reg and the unit-address don't match.
Will fix. > Also, this used to be defined in the clocks node for the USB case, it > would be good to do the same here. As it is a platform driver, it can't be under the clocks node, which doesn't instantiate platform devices. (That is, assuming you're ok with it being a platform driver.) ChenYu -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
