From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756686AbcIFOIg (ORCPT ); Tue, 6 Sep 2016 10:08:36 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:40908 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756478AbcIFOIb (ORCPT ); Tue, 6 Sep 2016 10:08:31 -0400 MIME-Version: 1.0 In-Reply-To: <20160906121837.7517-8-maxime.ripard@free-electrons.com> References: <20160906121837.7517-1-maxime.ripard@free-electrons.com> <20160906121837.7517-8-maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Tue, 6 Sep 2016 22:08:05 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 7/7] ARM: sun8i: Convert the A23 and A33 to the CCU To: Maxime Ripard Cc: Mike Turquette , Stephen Boyd , Chen-Yu Tsai , Hans de Goede , Mylene Josserand , linux-clk , devicetree , linux-arm-kernel , linux-kernel , Thomas Petazzoni Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 6, 2016 at 8:18 PM, Maxime Ripard wrote: > Now that we have support for the CCU driver in sunxi-ng, convert the A23 > and A33 DTs to that driver. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai TODO note for later: The usb_otg and usbphy node definitions can be moved to the common dtsi file, and there compatibles and regs (for usbphy) defined in the SoC dtsi. From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Tue, 6 Sep 2016 22:08:05 +0800 Subject: [PATCH v2 7/7] ARM: sun8i: Convert the A23 and A33 to the CCU In-Reply-To: <20160906121837.7517-8-maxime.ripard@free-electrons.com> References: <20160906121837.7517-1-maxime.ripard@free-electrons.com> <20160906121837.7517-8-maxime.ripard@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Sep 6, 2016 at 8:18 PM, Maxime Ripard wrote: > Now that we have support for the CCU driver in sunxi-ng, convert the A23 > and A33 DTs to that driver. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai TODO note for later: The usb_otg and usbphy node definitions can be moved to the common dtsi file, and there compatibles and regs (for usbphy) defined in the SoC dtsi.