From patchwork Mon Nov 7 16:44:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 81120 Delivered-To: patch@linaro.org Received: by 10.182.113.165 with SMTP id iz5csp1198296obb; Mon, 7 Nov 2016 08:20:08 -0800 (PST) X-Received: by 10.98.196.89 with SMTP id y86mr14801834pff.172.1478535608923; Mon, 07 Nov 2016 08:20:08 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x5si26669144pfa.210.2016.11.07.08.20.08; Mon, 07 Nov 2016 08:20:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-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 devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932501AbcKGQUH (ORCPT + 7 others); Mon, 7 Nov 2016 11:20:07 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:13755 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932207AbcKGQUG (ORCPT ); Mon, 7 Nov 2016 11:20:06 -0500 Received: from 172.24.1.36 (EHLO szxeml426-hub.china.huawei.com) ([172.24.1.36]) by szxrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id DUQ90166; Tue, 08 Nov 2016 00:19:57 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by szxeml426-hub.china.huawei.com (10.82.67.181) with Microsoft SMTP Server id 14.3.235.1; Tue, 8 Nov 2016 00:19:46 +0800 From: John Garry To: CC: , , , , , , , , John Garry Subject: [PATCH 2/3] arm64: dts: hisi: disable sas0 and sas2 for d03 Date: Tue, 8 Nov 2016 00:44:24 +0800 Message-ID: <1478537065-169286-3-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1478537065-169286-1-git-send-email-john.garry@huawei.com> References: <1478537065-169286-1-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The SAS nodes sas0 and sas2 are not available on d03, so disable them. Signed-off-by: John Garry Acked-by: Xu Wei --- arch/arm64/boot/dts/hisilicon/hip06-d03.dts | 8 -------- 1 file changed, 8 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/boot/dts/hisilicon/hip06-d03.dts b/arch/arm64/boot/dts/hisilicon/hip06-d03.dts index f54b283..7c4114a 100644 --- a/arch/arm64/boot/dts/hisilicon/hip06-d03.dts +++ b/arch/arm64/boot/dts/hisilicon/hip06-d03.dts @@ -41,18 +41,10 @@ status = "ok"; }; -&sas0 { - status = "ok"; -}; - &sas1 { status = "ok"; }; -&sas2 { - status = "ok"; -}; - &usb_ohci { status = "ok"; };