Received: by 10.223.185.116 with SMTP id b49csp757126wrg; Wed, 21 Feb 2018 06:29:26 -0800 (PST) X-Google-Smtp-Source: AH8x226A9/weyi1Ho85Wkbx17WTlXojig3WjdQrUFE7HRMzd0Rb9QGOlroyDULeY7UyJqcGzTnfr X-Received: by 2002:a17:902:9a8a:: with SMTP id w10-v6mr3307517plp.201.1519223365998; Wed, 21 Feb 2018 06:29:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519223365; cv=none; d=google.com; s=arc-20160816; b=T+/2CTa21SM3nHCNAmdwDXy3l9zqzegEYrQU61D3Yn8BK7YcQ19fXQTURE6d/Zp60x 74K8bTvUYztAKY924X8wG+6ScNkOrgq0oaPJsP0gcM3kHh6ExjGm0H08RbFdPS4mi1/K fg4ZbvUShgxzSbXdN281wwBipjZDofKnFM0CijhZSGgPDc5lwIwK96O1POJ8Me2z1qb7 WrEd7pnz7miPkl2gbC2xGlOn6BhW0I7gTQVGQF+iFxWEwp07nKyPTwFvrojSRGPX0rRI dAVR450MTH8aA6ryJQ/l1SK6AH6H8or2eLopkoaZR4nN22mxwu9SqYWyGH1vfJ/ZiMht EoJQ== 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=UrL3snuF/kARTFzB40Nvmb7x4ivV/4QbWebtuSRfRAY=; b=Crw/duVmD0S6NASgQQkurSKGPJ6wHDKtyAasc7Flm/Ys8R2twPVB6bmmnttMCK7ohO WBgYMCTGtwPVUEaa4WvAPZXqqVxcompQNQTgLe+TR4wGMXdD6r8wDQ9CfDKL3JjZrLsP w0uuTJJSo8t/R2PVo/WoeuWyaI6YiHc0QK8r5Dj/HGdh66BxNShctum153dHsRrmgFHP hdSDJUQDfYnIkmgEzY+ancC/X06DQae2EB7kzXNKlKE17X43WISN82CYnvmH2MfPoJsJ 9l27nBTaU18ISZ7AFUtvYUDpOAqRcU5o5zIQiyav8g96G94q6UXvGwRyfCnaaMWAoW9K V8AA== 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 d191si2516978pgc.659.2018.02.21.06.29.11; Wed, 21 Feb 2018 06:29:25 -0800 (PST) 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 S934630AbeBUM5R (ORCPT + 99 others); Wed, 21 Feb 2018 07:57:17 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35710 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932701AbeBUM5P (ORCPT ); Wed, 21 Feb 2018 07:57:15 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id B10BEC14; Wed, 21 Feb 2018 12:57:14 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Krzysztof Kozlowski , Arnd Bergmann Subject: [PATCH 4.9 72/77] ARM: dts: s5pv210: add interrupt-parent for ohci Date: Wed, 21 Feb 2018 13:49:21 +0100 Message-Id: <20180221124435.225580018@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124432.172390020@linuxfoundation.org> References: <20180221124432.172390020@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.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Arnd Bergmann commit 5c1037196b9ee75897c211972de370ed1336ec8f upstream. The ohci-hcd node has an interrupt number but no interrupt-parent, leading to a warning with current dtc versions: arch/arm/boot/dts/s5pv210-aquila.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000 arch/arm/boot/dts/s5pv210-goni.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000 arch/arm/boot/dts/s5pv210-smdkc110.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000 arch/arm/boot/dts/s5pv210-smdkv210.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000 arch/arm/boot/dts/s5pv210-torbreck.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000 As seen from the related exynos dts files, the ohci and ehci controllers always share one interrupt number, and the number is the same here as well, so setting the same interrupt-parent is the reasonable solution here. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/s5pv210.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm/boot/dts/s5pv210.dtsi +++ b/arch/arm/boot/dts/s5pv210.dtsi @@ -463,6 +463,7 @@ compatible = "samsung,exynos4210-ohci"; reg = <0xec300000 0x100>; interrupts = <23>; + interrupt-parent = <&vic1>; clocks = <&clocks CLK_USB_HOST>; clock-names = "usbhost"; #address-cells = <1>;