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 0483DC43A1D for ; Thu, 12 Jul 2018 13:57:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC2BE208E9 for ; Thu, 12 Jul 2018 13:57:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BC2BE208E9 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 S1732493AbeGLOHG (ORCPT ); Thu, 12 Jul 2018 10:07:06 -0400 Received: from muru.com ([72.249.23.125]:51230 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727497AbeGLOHG (ORCPT ); Thu, 12 Jul 2018 10:07:06 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D2E6A80CC; Thu, 12 Jul 2018 14:00:30 +0000 (UTC) Date: Thu, 12 Jul 2018 06:57:22 -0700 From: Tony Lindgren To: Adam Ford Cc: adam.ford@logicpd.com, =?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] ARM: DTS: am3517.dtsi: Disable reference to OMAP3 OTG controller Message-ID: <20180712135722.GQ99251@atomide.com> References: <20180711175454.9464-1-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180711175454.9464-1-aford173@gmail.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Adam Ford [180711 10:58]: > The AM3517 has a different OTG controller location than the OMAP3, > which is included from omap3.dtsi. This results in a hwmod error. > Since the AM3517 has a different OTG controller address, this patch > disabes one that is isn't available. Applying into omap-for-v4.18/fixes thanks. Tony