From patchwork Thu May 9 17:17:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Fritz X-Patchwork-Id: 795858 Received: from fritzc.com (mail.fritzc.com [213.160.72.247]) (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 9447B38DFC; Thu, 9 May 2024 17:19:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.160.72.247 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715275182; cv=none; b=RqWGAdYzzu27G25jIbHuzWVcQT4qTROh/EJ/Uuh4GiTjZjZEROUDK3izPI0LANN7AEWirQ828e9Q4nSOQj8j6EV//ugHgGF+98irxvBYmzZbw+J6DKfnQVMP7ctN/5kybpRdRGNedjyUNlgUQA337BhoJZbH51ksV/sj1ZBm7/A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715275182; c=relaxed/simple; bh=D8CRXW39vhFJcU1BkBHaw05EGHcEhOT2Kdm35iJrw3g=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=kTTAQ63wYhY6UW+l2nmwdRxsPaN7ekbNkkFfEwGBusdVCof5CkooNTyRYeJqQtOhTks+LRkOGnhfvrgi0oMwOQBt938UCutfeN3EiU9Uk6DLjD8GyLafjZb70t5QsKYaa76i4jgLJU9IEc5ScwwbKgVGl3q0AHJlQ8KkThM8MjM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hexdev.de; spf=pass smtp.mailfrom=hexdev.de; dkim=pass (1024-bit key) header.d=fritzc.com header.i=@fritzc.com header.b=VM4+3Zgh; arc=none smtp.client-ip=213.160.72.247 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hexdev.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hexdev.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=fritzc.com header.i=@fritzc.com header.b="VM4+3Zgh" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=fritzc.com; s=dkim; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=rMlGkfZfrcUSgXceQUi74AsdzcOwprrtEB39XA8/TWU=; b=VM4+3ZghFGxUrfQ6TFYHPqZR5h /D85Z466xMjYeB8myqVNba9xD0XpWdMWZCGqrOHKg6yvoAniY5n10F1ElsH22XZON7jKHFCJM0OMk sBoXXPEPITHyumXR8zHroAGqVVeSXYQd3OgOiHnH1NR8iaYatOCnr3GaaXuBwfer8zpM=; Received: from 127.0.0.1 by fritzc.com with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim latest) (envelope-from ) id 1s57QM-001jf8-1n; Thu, 09 May 2024 19:19:19 +0200 From: Christoph Fritz To: =?utf-8?q?Ilpo_J=C3=A4rvinen?= , Jiri Slaby , Simon Horman , Greg Kroah-Hartman , Marc Kleine-Budde , Oliver Hartkopp , Vincent Mailhol , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jiri Kosina , Benjamin Tissoires , Sebastian Reichel , Linus Walleij Cc: Andreas Lauser , Jonathan Corbet , Pavel Pisa , linux-can@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-serial@vger.kernel.org Subject: [PATCH v4 06/11] dt-bindings: net/can: Add serial LIN adapter hexLINSER Date: Thu, 9 May 2024 19:17:31 +0200 Message-Id: <20240509171736.2048414-7-christoph.fritz@hexdev.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240509171736.2048414-1-christoph.fritz@hexdev.de> References: <20240509171736.2048414-1-christoph.fritz@hexdev.de> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Add dt-bindings for hexDEV hexLINSER serial LIN adapters. These adapters are basically just LIN transceivers that are mostly hard-wired to serial devices. Signed-off-by: Christoph Fritz Reviewed-by: Conor Dooley --- .../bindings/net/can/hexdev,hex-linser.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml diff --git a/Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml b/Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml new file mode 100644 index 0000000000000..42dce3348f73c --- /dev/null +++ b/Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml @@ -0,0 +1,32 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/net/can/hexdev,hex-linser.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: hexDEV hexLINSER serial LIN adapter + +description: + LIN transceiver, mostly hard-wired to a serial device, used for communication + on a LIN bus. + For more details on the adapter, visit . + +maintainers: + - Christoph Fritz + +properties: + compatible: + const: hexdev,hex-linser + +required: + - compatible + +additionalProperties: false + +examples: + - | + serial { + linbus { + compatible = "hexdev,hex-linser"; + }; + };