From patchwork Fri Apr 21 10:08:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean-Jacques Hiblot X-Patchwork-Id: 753259 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3w8Wl20cggz9s03 for ; Fri, 21 Apr 2017 20:12:46 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="vuhTwyTP"; dkim-atps=neutral Received: by lists.denx.de (Postfix, from userid 105) id BE9F4C21C92; Fri, 21 Apr 2017 10:11:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 1494AC21CA7; Fri, 21 Apr 2017 10:11:02 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 55202C21C8B; Fri, 21 Apr 2017 10:09:44 +0000 (UTC) Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by lists.denx.de (Postfix) with ESMTPS id A4F92C21C3C for ; Fri, 21 Apr 2017 10:09:37 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v3LA90ve002103; Fri, 21 Apr 2017 05:09:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1492769340; bh=9FqkVD4If5UumlU9pT0IH6+QINOz9XEpMdOYq12OZHQ=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=vuhTwyTPyHjA4v//TqoWSx5aqky4BeVXyAOg0iKxLsTn5zHEbo4vbWSS2JV4f8nW1 c7mqquOq5SgpV0GyFvIoOKTHhvKCPX7wwjl8T/1ZQlA0UO6Mvj4x0QhXlzAo0MIyay e9f21OVQTCQj52iNbTSIXnp8QqkfIINhLnWdTUyo= Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v3LA8tXD025085; Fri, 21 Apr 2017 05:08:55 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Fri, 21 Apr 2017 05:08:54 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v3LA8sb1002510; Fri, 21 Apr 2017 05:08:54 -0500 From: Jean-Jacques Hiblot To: , Date: Fri, 21 Apr 2017 12:08:49 +0200 Message-ID: <1492769331-5891-6-git-send-email-jjhiblot@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1492769331-5891-1-git-send-email-jjhiblot@ti.com> References: <1492769331-5891-1-git-send-email-jjhiblot@ti.com> MIME-Version: 1.0 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH v4 5/7] dra7: dtsi: mark ocp2scp bus compatible with "simple-bus" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This is needed to probe devices under that bus such as the SATA PHY. Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- arch/arm/dts/omap5-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi index 6305f57..9247314 100644 --- a/arch/arm/dts/omap5-u-boot.dtsi +++ b/arch/arm/dts/omap5-u-boot.dtsi @@ -10,6 +10,10 @@ /{ ocp { u-boot,dm-pre-reloc; + + ocp2scp@4a090000 { + compatible = "ti,omap-ocp2scp", "simple-bus"; + }; }; };