From patchwork Mon Sep 30 09:54:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: pierre-henry.moussay@microchip.com X-Patchwork-Id: 13815791 X-Patchwork-Delegate: kuba@kernel.org Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 520FD17CA03; Mon, 30 Sep 2024 09:55:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.154.123 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727690133; cv=none; b=q0Tt4fCk/88cabdVW3uBxNbPrfXoNssrEA7ukxAAg+a7dSRm7aIjmJZVu6VuOJHwbLqjAG/755Yfwoxc6HV90Eg2QdNTfG93DnUbOUWzsEAAalBAGYqi6wysQvLC8MxytacGDym11UuW+P2y8ycYZ5kQTLXELdKIeAscIh4rQj4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727690133; c=relaxed/simple; bh=TpKt6MhMi2zuIrSRA+D1aGCZIk1dlQh2zU8a7MH4I+0=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=IjJBjHgVvt2PMsgQ/0jmU+790WVrDXqPPEpKn3I47OFIuTB6uXyUTKA1+3833yjUqqg7bikTASbJh1xPn7RvTnoTwngGdHEGsJlIw7JR3IIujcYruXEL/BBvL88kA1CZYbYcRJ7aZPuTTXvflu0d8KlAc0XGNWr2MqJbokF+Dt0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=owHRAHHC; arc=none smtp.client-ip=68.232.154.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="owHRAHHC" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1727690131; x=1759226131; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TpKt6MhMi2zuIrSRA+D1aGCZIk1dlQh2zU8a7MH4I+0=; b=owHRAHHCjQHe9BNTqEI8/6nEdxxHK3fYqo8tycsOVSr9rGHZXD7ooM90 nxaqPbQ4N0IeO2XEKUhoLao0+ZCfsbCBHG+U36coHw8ntDADEUEv/+j09 D/BueQkfIj0t9tzDyzQAF4ws/2d8bJlyx03Y77uFk99JN0HHF/Sgu5jpm 1alUDTG8k6aO0vtLVD3foB7rMmiL1ZY13QRbBTEr8IE1ZlT8FoPtd77Gu PhgLEYuH5JENDbEeM6xWoyGR+TwLLgl5OKLnKbLC05+3R7dOR0IWeFvHq GK8NUKxD6uw5vfwzm8sKg2+gqIqbgNl1Klw2YGP7gf9t4tOYo7utIgmcn w==; X-CSE-ConnectionGUID: XiGZNwQLQnOpHGCFR5gKFQ== X-CSE-MsgGUID: GvNnk9AqTkGOIs5Qegvh4Q== X-IronPort-AV: E=Sophos;i="6.11,165,1725346800"; d="scan'208";a="32248829" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 30 Sep 2024 02:55:23 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) 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.2507.35; Mon, 30 Sep 2024 02:54:59 -0700 Received: from ph-emdalo.microchip.com (10.10.85.11) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Mon, 30 Sep 2024 02:54:56 -0700 From: To: , Conor Dooley , Daire McNamara , Marc Kleine-Budde , Vincent Mailhol , "David S. Miller" , "Eric Dumazet" , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski CC: Pierre-Henry Moussay , , , , , Subject: [linux][PATCH v2 01/20] dt-bindings: can: mpfs: add PIC64GX CAN compatibility Date: Mon, 30 Sep 2024 10:54:30 +0100 Message-ID: <20240930095449.1813195-2-pierre-henry.moussay@microchip.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20240930095449.1813195-1-pierre-henry.moussay@microchip.com> References: <20240930095449.1813195-1-pierre-henry.moussay@microchip.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org From: Pierre-Henry Moussay PIC64GX CAN is compatible with the MPFS CAN, only add a fallback Signed-off-by: Pierre-Henry Moussay Acked-by: Conor Dooley Reviewed-by: Marc Kleine-Budde --- .../devicetree/bindings/net/can/microchip,mpfs-can.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml b/Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml index 01e4d4a54df6..1219c5cb601f 100644 --- a/Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml +++ b/Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml @@ -15,7 +15,11 @@ allOf: properties: compatible: - const: microchip,mpfs-can + oneOf: + - items: + - const: microchip,pic64gx-can + - const: microchip,mpfs-can + - const: microchip,mpfs-can reg: maxItems: 1 From patchwork Mon Sep 30 09:54:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: pierre-henry.moussay@microchip.com X-Patchwork-Id: 13815792 X-Patchwork-Delegate: kuba@kernel.org Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1FE8618BB8E; Mon, 30 Sep 2024 09:55:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.154.123 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727690160; cv=none; b=Z9ihHaBBzR0OEaMiHjYUqqbHerh8xd8gvBOeUsgImmjKnde3A2uon9L7Nho6FdAVNX1Vtay4b9k4l09lbq4HP/aVSCqPZM8WtOgGFTzbtUr55gmPhYORkD8rcnp3YB7F9624VwoYiYmgdVaQf5rpMVar45lBAS+ZUt4K4hFjHsc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727690160; c=relaxed/simple; bh=MzmrBwu1Fix+SU8sQPxYff7k52zZhM+jjhB0qylmSjo=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=kjxJae/Lvh9NgX+gD1AuxJENwhhDkJAVBq2SMAbDnSs9tusWuN2p9J+Ng45pxpdNIM/8/tPRe/y9IQRj98A49Ap+TklSoFMkjwCil++WKG5qJ3fgmhV0hxlissZxPXdcTyZco5KEQ/pLg/IJCUDbfuMA8TVnnkwZN+cbJ7q5NLE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=yAQRc8HP; arc=none smtp.client-ip=68.232.154.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="yAQRc8HP" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1727690159; x=1759226159; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=MzmrBwu1Fix+SU8sQPxYff7k52zZhM+jjhB0qylmSjo=; b=yAQRc8HPgBVH3oZnmoSjA6kK9Brz/I8YfYZIXVOomXGL6ezoD3ULmHGw SGmOY4OzFpa1PCA+kWfVYcfcsTPcw0Xha79hZWbFNGjbhhSuDU5tWvDBh HxFWl2N38ThOMwhTKqQRzpwjEEjraQRAORRZ84CZX7CQel6S/eI8R4VEQ XM2hP8Al+ECruISkVVqhL6/qDi6c1E/mNX92ZT7oeUSNXqcaUspZv2ztR tHKF2D9NPAKX4n+rWDaadnQwnidrbTkFWShi76bAJjCDRNCI0JtCXNx22 /eYo3yY9kTcVKH5C5aNZTcCJnIo+3xGUVQQY9qyAm5rQcxwSRln4z0W5o Q==; X-CSE-ConnectionGUID: jBRUFo6rTUOCd1OoCerG2A== X-CSE-MsgGUID: eVglGcq4QZ++GPlewQWLCQ== X-IronPort-AV: E=Sophos;i="6.11,165,1725346800"; d="scan'208";a="32997913" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 30 Sep 2024 02:55:57 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Mon, 30 Sep 2024 02:55:32 -0700 Received: from ph-emdalo.microchip.com (10.10.85.11) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Mon, 30 Sep 2024 02:55:29 -0700 From: To: , "David S. Miller" , Eric Dumazet , Jakub Kicinski , "Paolo Abeni" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Nicolas Ferre , Claudiu Beznea CC: Pierre-Henry Moussay , , , Subject: [linux][PATCH v2 12/20] dt-bindings: net: cdns,macb: Add PIC64GX compatibility Date: Mon, 30 Sep 2024 10:54:41 +0100 Message-ID: <20240930095449.1813195-13-pierre-henry.moussay@microchip.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20240930095449.1813195-1-pierre-henry.moussay@microchip.com> References: <20240930095449.1813195-1-pierre-henry.moussay@microchip.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org From: Pierre-Henry Moussay PIC64GX uses cdns,macb IP, without additional vendor features Signed-off-by: Pierre-Henry Moussay --- Documentation/devicetree/bindings/net/cdns,macb.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/cdns,macb.yaml b/Documentation/devicetree/bindings/net/cdns,macb.yaml index 3c30dd23cd4e..25ca7f5a7357 100644 --- a/Documentation/devicetree/bindings/net/cdns,macb.yaml +++ b/Documentation/devicetree/bindings/net/cdns,macb.yaml @@ -38,7 +38,10 @@ properties: - cdns,sam9x60-macb # Microchip sam9x60 SoC - microchip,mpfs-macb # Microchip PolarFire SoC - const: cdns,macb # Generic - + - items: + - const: microchip,pic64gx-macb # Microchip PIC64GX SoC + - const: microchip,mpfs-macb # Microchip PolarFire SoC + - const: cdns,macb # Generic - items: - enum: - atmel,sama5d3-macb # 10/100Mbit IP on Atmel sama5d3 SoCs