Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1335460imm; Thu, 23 Aug 2018 01:02:05 -0700 (PDT) X-Google-Smtp-Source: ANB0VdahJenobHq1mRsJzcorX3IJt9lp/bLZU4bSsMJI1Vi1qwygMhk9ZP+esflIHZmZzKaPmqpi X-Received: by 2002:a63:d806:: with SMTP id b6-v6mr1463236pgh.347.1535011325033; Thu, 23 Aug 2018 01:02:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535011325; cv=none; d=google.com; s=arc-20160816; b=f4S/w/FzwD4UkZtzESU8JV86LBdRhmAUVccPh0T9XwRWnoCe0Lj5JITxQnE8K9UjNR vzQh4yWAhyDU9g3Aw70+CbliYc4q/qtfhv3d0BLULnZVfBwTSbY/XhGW7d3xTISpb0OK 55LfJhpW1qACGNCo4MCZnw/9qpK/NG1L97Iyl9ymyvcuPTbjAnZgWD4URMxbAb8OjZSE dkp/LRj0iQIncQfhIgBtYZbtrVrs6LEapR4T7h6lDoyhza2GX9HJu10cntTIlG052Omp 3GyGWLyxV3wjF2nz5RkiNyWbLt22qSxUNKJ0c6QCm+2IpN8GcLBb7XstcfhjSMt3gbEg ZV1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=JftSvVRMI5w++C+6t4sly6nI3LUnls7nXrYaWxlOtgo=; b=R7fzXYu/Ln2OZNm3ZsNfITq5Q6LYHj9y6nEG4hRs8XBNCyMRzDMeOQPqKPlIwd+ftI jnynW2mm+q4XsxLS/ER6s62A+ryOD2127/SB5wuO4AYpCILV7eDwktGVpHZZZUzHor1D zrw+pFHnIpZdQY+3X7WGnpj5o/oLCK0r58YrFXjfeg1MFxAJrp28dq76tIk6+Zznwtos 8PsaQuPueWON+focimgJCmKliOFl3eDiJgzyt+Oif6XcFryeY4ZfUfVa6ZLWJu5NzZtQ +jkWE6Ut+Hw0npHcs/5E2mFVdY0ecWXjXULgsMyunKoq66EI6xKDcX8LBZsBLN1WNo/8 c4cQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 88-v6si3772155plc.515.2018.08.23.01.01.49; Thu, 23 Aug 2018 01:02:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728496AbeHWL14 (ORCPT + 99 others); Thu, 23 Aug 2018 07:27:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42040 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726836AbeHWL14 (ORCPT ); Thu, 23 Aug 2018 07:27:56 -0400 Received: from localhost (5355525A.cm-6-6b.dynamic.ziggo.nl [83.85.82.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id AE051ACC; Thu, 23 Aug 2018 07:59:32 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Adam Ford , Tony Lindgren , Sasha Levin Subject: [PATCH 4.4 54/79] ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller Date: Thu, 23 Aug 2018 09:53:30 +0200 Message-Id: <20180823074922.656585367@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180823074918.641878835@linuxfoundation.org> References: <20180823074918.641878835@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Adam Ford [ Upstream commit 923847413f7316b5ced3491769b3fefa6c56a79a ] 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. Signed-off-by: Adam Ford Signed-off-by: Tony Lindgren Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/am3517.dtsi | 5 +++++ 1 file changed, 5 insertions(+) --- a/arch/arm/boot/dts/am3517.dtsi +++ b/arch/arm/boot/dts/am3517.dtsi @@ -74,6 +74,11 @@ }; }; +/* Table Table 5-79 of the TRM shows 480ab000 is reserved */ +&usb_otg_hs { + status = "disabled"; +}; + &iva { status = "disabled"; };