From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3869C43143 for ; Fri, 28 Sep 2018 20:36:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 910A8206B7 for ; Fri, 28 Sep 2018 20:36:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 910A8206B7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727244AbeI2DBl (ORCPT ); Fri, 28 Sep 2018 23:01:41 -0400 Received: from muru.com ([72.249.23.125]:57724 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726665AbeI2DBk (ORCPT ); Fri, 28 Sep 2018 23:01:40 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2D45180C0; Fri, 28 Sep 2018 20:40:38 +0000 (UTC) Date: Fri, 28 Sep 2018 13:36:11 -0700 From: Tony Lindgren To: SZ Lin =?utf-8?B?KOael+S4iuaZuik=?= Cc: Wes Huang , Fero JD Zhou , =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/3] ARM: dts: am335x: add common file for UC-2100 series Message-ID: <20180928203611.GN5662@atomide.com> References: <20180928104718.30661-1-sz.lin@moxa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180928104718.30661-1-sz.lin@moxa.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * SZ Lin (林上智) [180928 03:51]: > The UC-2100 series consists many boards with different peripheral > devices and wireless modules, hence we fetch common items and > create a common dtsi file to increase reusability. All boards in > UC-2100 series will include this common dtsi file. Thanks for updating this, applying into omap-for-v4.20/dt. Tony