From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lf-1-13.ptr.blmpb.com (lf-1-13.ptr.blmpb.com [103.149.242.13]) (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 1632284A32 for ; Wed, 25 Sep 2024 05:33:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=103.149.242.13 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727242390; cv=none; b=jE60puDxdLm7mZv/0FAWncG89cDRodPAM1I3wEyBiisN8F245cbFQOPpIcJNSOn3l+zYUL+xYSL811v0WT/7jhytxPpKm1T9cjlcWo6RjU9Hsw490JxrY8j4WA1gk8nmipUcakoJESMmVn5/JtTUVwkftSkSm5wudc4L2/Hx8ZQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727242390; c=relaxed/simple; bh=lr3kdrCW9waJZWJ9AwRYvz8bGtYbn20hiykGW8PKbTQ=; h=To:Message-Id:Cc:Subject:From:Mime-Version:Content-Type:Date; b=b9/ky2EwmGDneGgr/jTv2Z177taqAgg35vK6l95GfEyIMYpLxGxAbFdAp/8PCAlx5FpU7CjqfLGwWILoXKUmKf4R+jyvv8ET9SzYw3rhx5kniBbzWaNxCi8ajGhU0SoWYpcu4xNcwr0apHcJ+zlsXvH2fHUyL6jEbmJUzsFAygE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=deepcomputing.io; spf=pass smtp.mailfrom=deepcomputing.io; dkim=pass (2048-bit key) header.d=deepcomputing-io.20200927.dkim.feishu.cn header.i=@deepcomputing-io.20200927.dkim.feishu.cn header.b=VG0zoYAy; arc=none smtp.client-ip=103.149.242.13 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=deepcomputing.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=deepcomputing.io Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=deepcomputing-io.20200927.dkim.feishu.cn header.i=@deepcomputing-io.20200927.dkim.feishu.cn header.b="VG0zoYAy" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=deepcomputing-io.20200927.dkim.feishu.cn; t=1727242300; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=lr3kdrCW9waJZWJ9AwRYvz8bGtYbn20hiykGW8PKbTQ=; b=VG0zoYAyG7R8F9681nz8ry2AqiUK8/7Mqq1ZO8Ugq2+klA203j/fO6rLLrLqSW+uxDmYOl 8TE+jmSz6QoZEyOLK3tD7yEAsqH9nsPlI8pmma5DHobMDG9U1PZrOwNPjzeW8jAXUHkjY7 oCtgZnflyWC9E8fB29uPkTgTqkz5VFN6b/45ZQuEEKvZ3HelTUXlt092DdHSSWoHZxYvZg Q/RPx/PwnYvwhBphTNDzrEXxL9YE6rCkxtDaZhRmAECgBPGphGmRjwDWLDhqPfyTY5CNQ6 lDhFsEw7d3d5MIIosjlsueB2LkmE/fgTCQ7m7VLWnc7Ra2t9m/njeRchUdMaSg== To: "Emil Renner Berthing" Message-Id: <20240925053123.1364574-2-sandie.cao@deepcomputing.io> X-Original-From: Sandie Cao Content-Transfer-Encoding: 7bit Cc: "Conor Dooley" , "Rob Herring" , "Krzysztof Kozlowski" , "Paul Walmsley" , "Palmer Dabbelt" , "Albert Ou" , "Heiko Stuebner" , "Neil Armstrong" , , "Linus Walleij" , "Michael Zhu" , "Drew Fustini" , , , , , , , , , "Sandie Cao" , "Krzysztof Kozlowski" Subject: [PATCH v3 1/3] dt-bindings: vendor: add deepcomputing Received: from roma-MacBookPro.. ([61.141.249.39]) by smtp.feishu.cn with ESMTPS; Wed, 25 Sep 2024 13:31:38 +0800 From: "Sandie Cao" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 X-Mailer: git-send-email 2.34.1 Content-Type: text/plain; charset=UTF-8 Date: Wed, 25 Sep 2024 13:31:21 +0800 X-Lms-Return-Path: Add deepcomputing into vendor list. Signed-off-by: Sandie Cao Acked-by: Krzysztof Kozlowski