From patchwork Fri Jul 22 13:18:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Horatiu Vultur X-Patchwork-Id: 1659570 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.a=rsa-sha256 header.s=mchp header.b=Ps+Czcer; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4Lq90H42mcz9sGZ for ; Fri, 22 Jul 2022 23:15:11 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232566AbiGVNPI (ORCPT ); Fri, 22 Jul 2022 09:15:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbiGVNPI (ORCPT ); Fri, 22 Jul 2022 09:15:08 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56C499F; Fri, 22 Jul 2022 06:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1658495705; x=1690031705; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=MMtFLVJCVURsH50ncvaBwx10bJP26mdv9/GtQkv07yo=; b=Ps+CzcerKXLDGzBo+L6cNlDtnGH6l5xNkNBEWrku5lNcNZRopM32b8c+ mUCfD0lQeYYf5ibqgKgOuZmg2JHXius5Xf9s1amVUiuMx1haI/iIZxDXl iwItA+kLpHMGRVmqdEi29E8HKJum/8FoAR5lDjKFM4x11yciurNis/ZhA AReR/F/yh3FY1vjDi764gy9YVnRh9GlrXBpv3gLZADWKYiVHFMPiBSwQt hkvQA/VqtI/owG4vNVmdCbKcw7Ra6Go8K2ex9YkEXOswI2j/B/vTYNypY 7b/hUrKPMCL4FFvItlFL9bdPTBBunuDzORBMGa3yQSDLpDLmATxyXRSxx Q==; X-IronPort-AV: E=Sophos;i="5.93,185,1654585200"; d="scan'208";a="165969827" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 22 Jul 2022 06:15:04 -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; Fri, 22 Jul 2022 06:15:02 -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.28 via Frontend Transport; Fri, 22 Jul 2022 06:14:59 -0700 From: Horatiu Vultur To: , , CC: , , , , , , , , , , Horatiu Vultur Subject: [PATCH v2 0/2] ARM: add support for pcb8309 Date: Fri, 22 Jul 2022 15:18:34 +0200 Message-ID: <20220722131836.2377720-1-horatiu.vultur@microchip.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add pcb8309 and the documentation for it. It features a LAN9662 SoC with 2 internal copper ports and two SFP cages. v1->v2: - remove unneeded properties from i2c102,i2c103,i2c4 nodes. - set status property to be the last prorty of the nodes. - fix typo in commit message. Horatiu Vultur (2): dt-bindings: arm: at91: add lan966 pcb8309 board ARM: dts: lan966x: add support for pcb8309 .../devicetree/bindings/arm/atmel-at91.yaml | 6 +- arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/lan966x-pcb8309.dts | 184 ++++++++++++++++++ 3 files changed, 190 insertions(+), 3 deletions(-) create mode 100644 arch/arm/boot/dts/lan966x-pcb8309.dts