From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751358AbdBFHTY (ORCPT ); Mon, 6 Feb 2017 02:19:24 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:38496 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750924AbdBFHTW (ORCPT ); Mon, 6 Feb 2017 02:19:22 -0500 MIME-Version: 1.0 In-Reply-To: <7702aa87fa95a6904a8130aea56c962d7ddb2fd3.1486320544.git-series.maxime.ripard@free-electrons.com> References: <7702aa87fa95a6904a8130aea56c962d7ddb2fd3.1486320544.git-series.maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Mon, 6 Feb 2017 15:18:59 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 6/9] ARM: sun5i: a13: Merge common controllers into the common DTSI To: Maxime Ripard Cc: Chen-Yu Tsai , linux-arm-kernel , linux-kernel 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 Mon, Feb 6, 2017 at 2:49 AM, Maxime Ripard wrote: > Some controllers found in the A13 DTSI actually apply to all of the sun5i > family. Move those into the common DTSI so that all SoCs can benefit from > it. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai