From patchwork Tue Jul 19 20:11:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Horatiu Vultur X-Patchwork-Id: 591736 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01982C43334 for ; Tue, 19 Jul 2022 20:08:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240070AbiGSUIh (ORCPT ); Tue, 19 Jul 2022 16:08:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236214AbiGSUIg (ORCPT ); Tue, 19 Jul 2022 16:08:36 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 901E127164; Tue, 19 Jul 2022 13:08:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1658261315; x=1689797315; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KkRggwRSYjtJlZ7x4TNs2Imt5awOZ5Jigpm8UEZYnDE=; b=NAlnXpH+w39u/CQn5Yu8NaMM7iXnunkxDca5b6eiEJzJ8K0aRHSPJpo3 VVlfBH9isuplP2sxyJDOUaqR6+Qpzhkd5B/HdZ0eJMiK7sqm/JUOzX35I rgvJSSw5taV1EFlBFzVlbCUzziWd5gS0rTCsFp5A0pB7AUvABQveIM0eS 2lIpp4ZumNZwbHl08I/Cm4HCtRjCJQMO1jheLI9BzeFplHRCJN9Tfxbsb FtXL12IFVlzXBdOKKvzocjrfbNQ1P1cq0Ppgwsduk1+SClpK8VYE4v703 XnbALJ3Y23IYP7Ko7KRYKoBorT3JICYrP0NFUF3+cgt7r/xXXHm08pnE/ g==; X-IronPort-AV: E=Sophos;i="5.92,285,1650956400"; d="scan'208";a="105217570" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 19 Jul 2022 13:08:35 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Tue, 19 Jul 2022 13:08:34 -0700 Received: from soft-dev3-1.microsemi.net (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Tue, 19 Jul 2022 13:08:32 -0700 From: Horatiu Vultur To: , CC: , , , , , , "Horatiu Vultur" Subject: [PATCH v2 2/3] ARM: dts: lan966x: Disable can0 on pcb8291 Date: Tue, 19 Jul 2022 22:11:57 +0200 Message-ID: <20220719201158.1696168-3-horatiu.vultur@microchip.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220719201158.1696168-1-horatiu.vultur@microchip.com> References: <20220719201158.1696168-1-horatiu.vultur@microchip.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On pcb8291, can0 and the network driver share some of the GPIOs so only 1 device can be active. Therefore disable can0 as we want to enable the network driver. Signed-off-by: Horatiu Vultur --- arch/arm/boot/dts/lan966x-pcb8291.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/lan966x-pcb8291.dts b/arch/arm/boot/dts/lan966x-pcb8291.dts index 02fbf7371a8d..ab80558de259 100644 --- a/arch/arm/boot/dts/lan966x-pcb8291.dts +++ b/arch/arm/boot/dts/lan966x-pcb8291.dts @@ -41,7 +41,7 @@ can0_b_pins: can0-b-pins { &can0 { pinctrl-0 = <&can0_b_pins>; pinctrl-names = "default"; - status = "okay"; + status = "disabled"; /* Conflict with switch */ }; &flx3 {