From patchwork Tue Jul 19 20:11:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Horatiu Vultur X-Patchwork-Id: 591737 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 90044C43334 for ; Tue, 19 Jul 2022 20:08:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240079AbiGSUIf (ORCPT ); Tue, 19 Jul 2022 16:08:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240032AbiGSUIc (ORCPT ); Tue, 19 Jul 2022 16:08:32 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CEAB2E9E9; Tue, 19 Jul 2022 13:08:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1658261312; x=1689797312; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=H4Em/iwwd25hKva9PCNGk5oU/inwRkCYwVBNUE0lh9A=; b=uy3pG49f6vt7iHq5PUNIVD0LgEt+LhbyC1+B37S74OsaeAVy1AJi47dc 681dKygv6Gt3Mv9un5e6ST5i4UVOhq3LRORLKoPJxA91PKQK4Dl0kabg1 zfcmprJ79xaDNHRZlxzb03oatHNpdt5betfKO5jYqjUIvwML4Wi8Xiq/T OAOyuK+8FDKcYvIIbgl3v1+aJhZg8X5uXbO4IvRfXv8X9/Z8iVcSJLB4r c4zxVQ6Q26mF2uV+CJ3E9rYcOf9IC137QbIu9zzD4YZqr5pMqNDwaZYK+ yyUcFOV36MnL27m5ZgMcUJjKIHRLD9zshl/OYwZBaBvyM5P1mCCEVBl3f Q==; X-IronPort-AV: E=Sophos;i="5.92,285,1650956400"; d="scan'208";a="165488397" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 19 Jul 2022 13:08:31 -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:29 -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:27 -0700 From: Horatiu Vultur To: , CC: , , , , , , "Horatiu Vultur" Subject: [PATCH v2 0/3] ARM: dts: lan966x: Extend pcb8291 Date: Tue, 19 Jul 2022 22:11:55 +0200 Message-ID: <20220719201158.1696168-1-horatiu.vultur@microchip.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Extend pcb8291 with different features like, add support to reset the board using GPIO and add network support. v1->v2: - instead of removing the can0 node, just disable and add a comment - reorder the nodes to be alphabetical Horatiu Vultur (3): ARM: dts: lan966x: Add gpio-restart ARM: dts: lan966x: Disable can0 on pcb8291 ARM: dts: lan966x: Enable network driver on pcb8291 arch/arm/boot/dts/lan966x-pcb8291.dts | 43 ++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-)