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 84DAF18FDB2; Thu, 2 Jan 2025 17:53:56 +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=1735840438; cv=none; b=CBHl7Qy2zTJLuGoc2f2Vm6mu52e7WS8XRSLRVNu2HVIxnjE3tJ4LMRFblhIO391IDnxwflwRK2sYwk+7SRrsjFZJofurHV+8734Vi5vfkew+bON8o0oZNSF9Gh1QlvBK+VkrHfDdANfyxoW4aY50aSFrL2LKE9skR3FgUU6bIeU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735840438; c=relaxed/simple; bh=5htAVyEqvc/PjRXB18GpRqGpoQ7MA/4FJdPnbUS7O3g=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=Qbjd9B7Jw69Px0qRpFhE/J0gH4c+2Lb9Qq11zW89l1tJpFPfJEgTUWMqaY4NVoTfixYjgTqoEiX4g87UZusVSzt0fgT8V8Oy1941yhD6Pp19gjSjS4G3L8DAX1BE8uEed+a1b/e98V/r+VYQ1zevKbajsHt2j/cZil9weD7HLbg= 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=oUfhOdQJ; 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="oUfhOdQJ" 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=mIlPcnH7ebANMNhSm6ayEtbRBV91jgb3GNIkVPKx9Eo=; b=oUfhOdQJFfh+NdQBj3asUTt3vO+gk+ANv3N2taJXCF9C1KScXf6ERzqvCbjG3xTCRATbWgp8tqVgTeAU3Jj0w6d6dhLYuZSIDEAe8EtqLmzo8Vf6+xds4XqGbEfwboXzd5Y/JqNU69XjLp0jAEo+K4SClQs9Gi8hFec71QSMUgU= Received: from 854af3ed5e24.lan.sk100508.local (cm70-231.liwest.at [212.241.70.231]) by mail.netcube.li with ESMTPA ; Thu, 2 Jan 2025 18:53:46 +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 v2 1/3] dt-bindings: vendor-prefixes: Add NetCube Systems Austria name Date: Thu, 2 Jan 2025 17:49:59 +0000 Message-Id: <20250102175006.3675-2-lukas.schmid@netcube.li> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250102175006.3675-1-lukas.schmid@netcube.li> References: <32b5c286-9457-4b93-a93f-c8aff356ec10@kernel.org> <20250102175006.3675-1-lukas.schmid@netcube.li> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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