From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.netcube.li (mail.netcube.li [173.249.15.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 943671DFD9E for ; Mon, 6 Jan 2025 19:10:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=173.249.15.149 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736190651; cv=none; b=c7+mIP1TJyhXo6hSEs8a3CRfzU3TndW5gXg5/9KR1CasMGsm5RbFCMZfWOFBjuTLH9pFbFi2IfUnmjLBR6q/aMpHPE09HOUMfTlh1ZTW6NAIR8pgga2jz0ilerTmA/q5rL2kbX694xQXJQFoUJhC+E016l6szbVG4Pz+lfG/axc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736190651; c=relaxed/simple; bh=Gn+Q4lReEkEoiM/PZpbjPntXswDZViQl2SRN6W864QE=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=kStEoLFGKqMcYwol5Snq4WJCApYMSU2Z2ShDkiwjIPCtSwMLab4vy+6u3nTCiHqF69WcsAzWnYXVCfk8RCwI0IM5X37QLeARkSlLRrzBmCzJz5y36w3h8KU8t6N9W5Ur/mhgdA+J7iQvDl3Z50nr3yVCKIG53wWqe47RraWlhAM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=netcube.li; spf=pass smtp.mailfrom=netcube.li; dkim=pass (1024-bit key) header.d=netcube.li header.i=@netcube.li header.b=gS6ssQ7f; arc=none smtp.client-ip=173.249.15.149 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=netcube.li Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=netcube.li Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=netcube.li header.i=@netcube.li header.b="gS6ssQ7f" dkim-signature: v=1; a=rsa-sha256; d=netcube.li; s=s1; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Transfer-Encoding:In-Reply-To:References; bh=cL2CoH0FnsVPzA2VTA3iYSwhhoo7YAeXqq8OgNbZOdc=; b=gS6ssQ7fHNCe3EzWSsP+qFWwwl6X9Lh7+GPM61BeYKMclqG/B9h3GsRN0EwzAWKxsMVIArIe0/rqLXYWyr18Owv/AD7H8uSSZtwxWrbtlF16ea7Y8froFojRDi3eOtwo4j+3axdfG4y/+EaqX2tc4ZhKUdhKhSppQ+Qx+7Z+uKI= Received: from 854af3ed5e24.lan.sk100508.local (cm70-231.liwest.at [212.241.70.231]) by mail.netcube.li with ESMTPA ; Mon, 6 Jan 2025 20:10:37 +0100 From: Lukas Schmid To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard Cc: Lukas Schmid , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH v5 1/4] dt-bindings: vendor-prefixes: Add NetCube Systems Austria name Date: Mon, 6 Jan 2025 19:06:59 +0000 Message-Id: <20250106190703.4015-2-lukas.schmid@netcube.li> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250106190703.4015-1-lukas.schmid@netcube.li> References: <20250106190703.4015-1-lukas.schmid@netcube.li> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit NetCube Systems Austria builds Embedded Systems for use in IoT, IIoT, or Smart Home scenarios. Website is still WIP, but the Links on it are active: https://netcubesystems.at/ Signed-off-by: Lukas Schmid --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index da01616802c7..a30ed9547098 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1027,6 +1027,8 @@ patternProperties: description: Neofidelity Inc. "^neonode,.*": description: Neonode Inc. + "^netcube,.*": + description: NetCube Systems Austria "^netgear,.*": description: NETGEAR "^netlogic,.*": -- 2.47.1