From patchwork Tue Nov 30 06:05:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Hewitt X-Patchwork-Id: 1561431 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=LdMmUWzQ; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4J3BXl2Zcwz9sWJ for ; Tue, 30 Nov 2021 17:05:43 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238508AbhK3GI5 (ORCPT ); Tue, 30 Nov 2021 01:08:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238496AbhK3GIw (ORCPT ); Tue, 30 Nov 2021 01:08:52 -0500 Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 069DBC061574; Mon, 29 Nov 2021 22:05:33 -0800 (PST) Received: by mail-ed1-x531.google.com with SMTP id e3so82085622edu.4; Mon, 29 Nov 2021 22:05:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=SaBbQQ+iVbFLZv+bV3xyo+jBT6xEtsPziI/bR6Dx7EU=; b=LdMmUWzQUwpgiYB3Jsqofrz70Mg2+hjUZwX1PkeP+snslr299u4zFJKsCmwy3BlKPH XmOFMDr13mdTffrafupY7dFnZ9xzBNoj1q1mBcQ6lgkbfN0uyMbIn4x6iWtDAss7p/JE 283xiEB+XC7v/rYMC7TdnQH83Zv/G7lg69Oa8b2SsajOMqfvRgFktQA5ZbZ6DtT8Yks9 kD8LX9GAVIEDAJKN/R/Qwtn8H5Ysr+fnVICL4hP/Lf0uodPggoPfUn6yxSAHYY+CQuOc SMriiQmZ2txIKEyHpLHvjrX3kKzuPo1ybDkX6mSOaQIXpBs4C2qvoyy4oG4oDA0tIZ5U +mgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=SaBbQQ+iVbFLZv+bV3xyo+jBT6xEtsPziI/bR6Dx7EU=; b=im84tBVYvqQfVc6CxeEMfF0Wr69oKxBHtLz0eCzfK5yxMwlQQC53RjNz1nHWCuMkVz AXlF4BsNyQ8PWKE+SipCWCmhNg9LEmdV+a3ExGpXoPg9nOnj0NIs2h6XY9HuuLScbqyY jHNPVDd6kSKhsPZWGgVR2U0a5mKI09eRgHsoCtVKRF20rSfrikSujGYWxNgioVx+sSOl Lwoqa4ftZlx/BBERVX6eQfQI1vt+smqEbi4Nn/iU+9CvnIqxKIuUtxtQnpyfK3Qj01sI 8FjDcPpa/bq7LaD6+qgsVQinUs7IOv4TKr9zAs4Dgyv4dnNsJpVfl5d4gVjgR+oaRR2w KoxA== X-Gm-Message-State: AOAM5335uP5tOC0xcrU/jDRab65KVucuWAxxTqdRQUrfiRnZw4EXfGy9 dRbFX/bQiVW/s8KSvcjE2x9SMK9bryt0Y1Zj X-Google-Smtp-Source: ABdhPJxxj43H0vVQPhE//sppbw84qhdveSuHVVjiq63kNbh0ybqpHotcemBsLl8Fv+rp5NpQwqL64A== X-Received: by 2002:aa7:c04a:: with SMTP id k10mr79507513edo.308.1638252331653; Mon, 29 Nov 2021 22:05:31 -0800 (PST) Received: from localhost.localdomain ([87.200.95.144]) by smtp.gmail.com with ESMTPSA id e1sm10542153edc.27.2021.11.29.22.05.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 22:05:31 -0800 (PST) From: Christian Hewitt To: Rob Herring , Mark Rutland , Kevin Hilman , Neil Armstrong , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Christian Hewitt , Benoit Masson Subject: [RFC PATCH 2/9] dt-bindings: arm: amlogic: add X96-AIR bindings Date: Tue, 30 Nov 2021 06:05:16 +0000 Message-Id: <20211130060523.19161-3-christianshewitt@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211130060523.19161-1-christianshewitt@gmail.com> References: <20211130060523.19161-1-christianshewitt@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add board bindings for the Amediatech X96-AIR STB which ships with model variants distiguished by Ethernet configuration: models using internal 10/100 PHY have a -100 suffix, while models using external Gigabit PHY have a -1000 suffix. Signed-off-by: Christian Hewitt --- Documentation/devicetree/bindings/arm/amlogic.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 36081734f720..e9ab0ffe8be7 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -170,6 +170,8 @@ properties: - description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC items: - enum: + - amediatech,x96-air-100 + - amediatech,x96-air-1000 - bananapi,bpi-m5 - hardkernel,odroid-c4 - hardkernel,odroid-hc4 From patchwork Tue Nov 30 06:05:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Hewitt X-Patchwork-Id: 1561432 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=DQtVRqc/; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4J3BXq22g5z9sWJ for ; Tue, 30 Nov 2021 17:05:47 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238521AbhK3GJB (ORCPT ); Tue, 30 Nov 2021 01:09:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238505AbhK3GI5 (ORCPT ); Tue, 30 Nov 2021 01:08:57 -0500 Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57AE4C061574; Mon, 29 Nov 2021 22:05:37 -0800 (PST) Received: by mail-ed1-x536.google.com with SMTP id x15so81904723edv.1; Mon, 29 Nov 2021 22:05:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=eEwebxlJ0ADP5GA0lC7mVYWXiv0EHw+yI/77FMgWc6o=; b=DQtVRqc/ciupvjrdrtwv2VkmMt4gpL1o49wuYj6x3kDoY85VKnr1rC/wkutQRC8ztB bNaO5G+a5/WfUcD18pxU5W7KFU17u5+XcRdCpJFhVgO80mMaOkAjp5CrrpnEckqSHsY7 H62ZlpSv1XHltib6xcD3ec1eiHETJOrXqerUHuH4/w2skdJO6PbSK0Dty/RUni92StSI dq10OaHsLzeRwuvrl8nsB6mQVaVEAJm/Fqz74x/HOX6N12HUOgdjnAE5u4FUQi6y9Su2 5WwHox8AS+Jm20egbYtBN+TcWs3HEVEonKzNVDqY/kY6qbWE0mLQ+xzTHjhN63YHGmNH iJEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=eEwebxlJ0ADP5GA0lC7mVYWXiv0EHw+yI/77FMgWc6o=; b=PFhdfQSi3NeQgiOeshwdlncfEz3ZlpOtEb6TVIVYBAedbgwHJmbgB39OSzobZUEeS0 Dv34DQ2O4P13uZR254gY4B5JQ83Mt4CuGvwkmbjY3vNddDXl8FxprpxVIT1WohU2nxEL swDZr2iupGFgWfV37Wdz3upyMsflGsK/2MoFJ+beMzji8rQooTm5xCYoNgRNV5kR4rsn r/vlGNbYK/b7QQBdckHeZxIbzl1mWo3/TNJGkJawOsmrbfGKR9guOdy2H0N48O7hkR9U cBVeI+GOFE8LUv9TxOIi3NNd4VaQ36/60sQYcd8jwOT2j2lqCj7g042MnKoYnFi2tAM1 CnXQ== X-Gm-Message-State: AOAM532LXBx3REPGD8GhruqT8wZve40avde+rQwjRCBBC1vSdDxpHi9D CFQ/DLL9nR16KX9nCEppJZk= X-Google-Smtp-Source: ABdhPJz88fFv3/83546ZibuOpgkJDwZvx5tig36vWP5368FIDqjwQEexZW7ExPmvt89+ve3xpK9xyg== X-Received: by 2002:a50:ff10:: with SMTP id a16mr79076109edu.275.1638252335940; Mon, 29 Nov 2021 22:05:35 -0800 (PST) Received: from localhost.localdomain ([87.200.95.144]) by smtp.gmail.com with ESMTPSA id e1sm10542153edc.27.2021.11.29.22.05.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 22:05:35 -0800 (PST) From: Christian Hewitt To: Rob Herring , Mark Rutland , Kevin Hilman , Neil Armstrong , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Christian Hewitt , Benoit Masson Subject: [RFC PATCH 4/9] dt-bindings: vendor-prefixes: add cyx prefix Date: Tue, 30 Nov 2021 06:05:18 +0000 Message-Id: <20211130060523.19161-5-christianshewitt@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211130060523.19161-1-christianshewitt@gmail.com> References: <20211130060523.19161-1-christianshewitt@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Shenzhen CYX Industrial Co., Ltd are a manufacturer of Android Set-Top Box devices. Signed-off-by: Christian Hewitt Acked-by: Rob Herring --- 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 66d6432fd781..f1b4afb2876a 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -279,6 +279,8 @@ patternProperties: description: CUI Devices "^cypress,.*": description: Cypress Semiconductor Corporation + "^cyx,.*": + description: Shenzhen CYX Industrial Co., Ltd "^cznic,.*": description: CZ.NIC, z.s.p.o. "^dallas,.*": From patchwork Tue Nov 30 06:05:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Hewitt X-Patchwork-Id: 1561433 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=KpbqwAn5; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4J3BXq5Qgyz9t0k for ; Tue, 30 Nov 2021 17:05:47 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238517AbhK3GJC (ORCPT ); Tue, 30 Nov 2021 01:09:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238509AbhK3GI7 (ORCPT ); Tue, 30 Nov 2021 01:08:59 -0500 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72E80C06174A; Mon, 29 Nov 2021 22:05:39 -0800 (PST) Received: by mail-ed1-x532.google.com with SMTP id l25so81793939eda.11; Mon, 29 Nov 2021 22:05:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=GhTDv3wvRjYkhYbESwOqZReRkMnLEhVyw3DHRR6Xuck=; b=KpbqwAn5Z0lawhOucXoKDZ/XCtv/rYicMvFaUJ2fXEXzwg0PfiBgJ0hLbVqZwFVbBI nAh7bOkSmpmNWo/L9f8RSYGHQV5aDEdhEcPBB43718yJM7wqsO0b2Ln2ec7fhgt0Zg8X nWD4oOCZFbPnL8+fl5zdVrzChUY4vpUVC/vqB88NLQwwKJgkZSmYPoBnIU1fsoPYLEjv MVPoX9ygkne013satmqo6CUSQx0yCm5N2hsFojQVszkKE3Sl7etixS8JW3BIIxuLfPnM FB7p8tyQRBjECA+eKs2a6MtmHTQd3A1fT3WqyvbqyZ4Icw4MIFZLjj8A+jp1LuWnM8KF tUoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=GhTDv3wvRjYkhYbESwOqZReRkMnLEhVyw3DHRR6Xuck=; b=i4Cr38Js9495q/sRqn9IgM8NWcmJLmb2hQfNsKSwBsj0EXgUm3ZiJd37zWIL/XwwcE 992Gi1HXklItn2r4hT1F4vudG3krflZ0G3gMbjNIgRmzpSHE0/H4RssAzX2lr4DyHKAs p5gmgqnnEeF5obw38/EU+82EASff8AxXCrW0oCnWyDtkanYyg7yTwJGI6cPilFrBPSzH 8vynlZyRQsI62GSveTjqj7ZTQ21jzm7kYxVStSqs9u4VwN1Ja3SIFRby0lT9t6wnGPsk CcxdIW3OFNKx/8OR5fwzv9fpKUFDVskgVNnDTj6sUi8M2UqAkNzYdSwA8vvAfZHu9+/u 3bgA== X-Gm-Message-State: AOAM531N+UEc/zm+De3s9Kmjd+K0xj9Wgv5BMVps6DkyTXlSFdpi4Cbl XOheejbldSOEtQvf8JEEtDQ= X-Google-Smtp-Source: ABdhPJxOrRZu4k6fgFsml/oxxHiCjdC3djHe9nVzQD7uvyQTXlZw45wlEA/8GwV5iUYnF2yQXsKxIg== X-Received: by 2002:a17:906:3408:: with SMTP id c8mr65133295ejb.41.1638252338107; Mon, 29 Nov 2021 22:05:38 -0800 (PST) Received: from localhost.localdomain ([87.200.95.144]) by smtp.gmail.com with ESMTPSA id e1sm10542153edc.27.2021.11.29.22.05.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 22:05:37 -0800 (PST) From: Christian Hewitt To: Rob Herring , Mark Rutland , Kevin Hilman , Neil Armstrong , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Christian Hewitt , Benoit Masson Subject: [RFC PATCH 5/9] dt-bindings: arm: amlogic: add A95XF3-AIR bindings Date: Tue, 30 Nov 2021 06:05:19 +0000 Message-Id: <20211130060523.19161-6-christianshewitt@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211130060523.19161-1-christianshewitt@gmail.com> References: <20211130060523.19161-1-christianshewitt@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add board bindings for the CYX A95XF3-AIR set-top box which ships with model variants distiguished by Ethernet configuration: models using internal 10/100 PHY have a -100 suffix, while models using external Gigabit PHY have a -1000 suffix. Signed-off-by: Christian Hewitt --- Documentation/devicetree/bindings/arm/amlogic.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index e9ab0ffe8be7..1dc793eb35f4 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -173,6 +173,8 @@ properties: - amediatech,x96-air-100 - amediatech,x96-air-1000 - bananapi,bpi-m5 + - cyx,a95xf3-air-100 + - cyx,a95xf3-air-1000 - hardkernel,odroid-c4 - hardkernel,odroid-hc4 - khadas,vim3l From patchwork Tue Nov 30 06:05:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Hewitt X-Patchwork-Id: 1561436 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=qiD1IpHx; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4J3BXw6swWz9sWJ for ; Tue, 30 Nov 2021 17:05:52 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238534AbhK3GJG (ORCPT ); Tue, 30 Nov 2021 01:09:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238524AbhK3GJC (ORCPT ); Tue, 30 Nov 2021 01:09:02 -0500 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CAEC1C061574; Mon, 29 Nov 2021 22:05:43 -0800 (PST) Received: by mail-ed1-x534.google.com with SMTP id z5so16825891edd.3; Mon, 29 Nov 2021 22:05:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=R+RpsJmrcu4k38lhTMdsmpexqsCYuM9wUkKjY5gg6Jo=; b=qiD1IpHxP7Mf33mI31MjOUEvk7ABc1x+tL8Sm0VQsNxWlCoJbMZxwgmcDPEFG93gS9 ejLO482jkZJ2QLWYeVa5ZrMRxs91jOVjJSucipuGI4zG8Z/4O1TfQjZJ9sqHClvQL8Wt Rjl9AYGmhl+ZBr9/7fjU4tR0ukoPHczFajmwGp9Re3hHdUse4H3h8vzUCN7qKPFxHU61 yg5Eg07G/rSWk8P9pPIH7pE56R1BSHUWAa6Y4fKg08zI6tJBmJAbIUBzTLM5sg0Hqq/i OfflVcMdW0TGiyG1hyyY/aOzHBoOOmAEPx84a/EB/X2Z8MsGwRDnjNA7Ja20dW/difmy /i4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=R+RpsJmrcu4k38lhTMdsmpexqsCYuM9wUkKjY5gg6Jo=; b=BBPwLLWXcgHFJyWSkDMQgE9QWFh70ou6sVvBV8H8CKrXRnyHlzal2rb7DagjiqBdlJ wRKRTwptZ5iLw7wIZskA82xiXIKP+gSaRtxhLQzAd2vEcE7QMNR9RudEEXjkZORwYkW9 i9rdvvZ5GixphHJox4uHPTrdyAt8hhgBmwkRML3nCCP8giCSY0HmxyVaLcXETVrR6QaM LmlvsthIKM7PPzQ+GWlsdeQSNBNnbL4s6QwSzZr/7ZzCV2yn9li568jfm82pvRTMHlqW 94P+toeyGl9sdmgydtpaZVcOv1eZ/SDxgoCccj3Dk+wYVy3Ho4dDMgYS7iekuoPsEqzi py/g== X-Gm-Message-State: AOAM533QnpdFHrsSkZDK9vOHMJDeHNvrD/lKuS7kUDu+M4OX+bvdM7nB 42xvdqn2Z2wmYhjAPS15HUk= X-Google-Smtp-Source: ABdhPJzLCr2WLssFjy8Or/nBn8XHkX05bq96dIJOPfy2DQ45lLge6tR0YnY/NPdpu81rX3BIyHYsww== X-Received: by 2002:a17:907:7664:: with SMTP id kk4mr63889993ejc.319.1638252342490; Mon, 29 Nov 2021 22:05:42 -0800 (PST) Received: from localhost.localdomain ([87.200.95.144]) by smtp.gmail.com with ESMTPSA id e1sm10542153edc.27.2021.11.29.22.05.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 22:05:42 -0800 (PST) From: Christian Hewitt To: Rob Herring , Mark Rutland , Kevin Hilman , Neil Armstrong , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Christian Hewitt , Benoit Masson Subject: [RFC PATCH 7/9] dt-bindings: vendor-prefixes: add haochuangyi prefix Date: Tue, 30 Nov 2021 06:05:21 +0000 Message-Id: <20211130060523.19161-8-christianshewitt@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211130060523.19161-1-christianshewitt@gmail.com> References: <20211130060523.19161-1-christianshewitt@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Shenzhen Haochuangyi Technology Co.,Ltd are a manufcaturer of Android Set-Top Box devices. Signed-off-by: Christian Hewitt Acked-by: Rob Herring --- 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 f1b4afb2876a..52ff63248892 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -483,6 +483,8 @@ patternProperties: deprecated: true "^hannstar,.*": description: HannStar Display Corporation + "^haochuangyi,.*": + description: Shenzhen Haochuangyi Technology Co.,Ltd "^haoyu,.*": description: Haoyu Microelectronic Co. Ltd. "^hardkernel,.*": From patchwork Tue Nov 30 06:05:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Hewitt X-Patchwork-Id: 1561435 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=AwRntRmq; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4J3BXv6HvGz9sWJ for ; Tue, 30 Nov 2021 17:05:51 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238549AbhK3GJI (ORCPT ); Tue, 30 Nov 2021 01:09:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238530AbhK3GJF (ORCPT ); Tue, 30 Nov 2021 01:09:05 -0500 Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B89EC061758; Mon, 29 Nov 2021 22:05:46 -0800 (PST) Received: by mail-ed1-x52d.google.com with SMTP id y12so81995563eda.12; Mon, 29 Nov 2021 22:05:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=mSfwdTuowBoVvuvpRcPGqlDXwM2nxJRRXCyIh9InCYY=; b=AwRntRmqbHGcyAGSEwqYxzYsQkgRGQ4aCUr3PAhSxnxArRGceB8+aa2dJDN4FqS8BH MxR7Nyip14QhNvQRz78w2RD9BZEtkGPENYll6q9/TSJuDonHZ5reNn0V2SlGwM2W8qZJ oIVephMDsxdh+8u7PCG06YDxCZZlSYnnETcK5OsuVdLjB50HFkhw4YkcQPkTZoZdmI9R zAZAllYUystEU2gHLxqaDOxpoght1XYSjR6Yqiwl9II7BOdQRHQToLDs7MyH89cQ9zCq Ou3Oeztnlx4dHMqQg0OQwDYlZ8p71A1/6o70+TRW6ImeKS3CygZuWAOhV8RS5RNqAVc+ ABdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=mSfwdTuowBoVvuvpRcPGqlDXwM2nxJRRXCyIh9InCYY=; b=HtNUNlDKoGFo0xTHmB4KxRKJJmhlQbS7yPGW2qP1VjOyI9+EflWbRvQ1bJ0/AUAsPg XcgXtCyuzoIYukuid5GSFQzyz1zwgkmEHMlDlChkhLwThvyBuZaSJ6Zftje+I/tWGrY5 Ifr8W9OZNmWXO2zf5eGFrjRZIddZghA9TFr0V0gWiNikcsChI2OSeNnRwy2vHcssKesK 5jkjxuOe6BCNgtKzPQBhoZ1FURDw4184xwV/bTYapS+CWnP9zJE7jvnrD4kQi3NTtRrj FTos2vz34VPhYda1lNNq/ya7GaKTPrugzB5p9p+mwmRefXXhGVyCKVg0zklt51iVdzCi 4fQA== X-Gm-Message-State: AOAM533ATPvPhOlj9TcEmCyprvl0q7kSVhBZJSCVGR7iJMRikrVGvKl6 9LMmTHTlL6s+LTMb7UOCDJs= X-Google-Smtp-Source: ABdhPJya5IYgjH/dB/ngpX/Q8OqWzRA0PfqqnZW3uKZVnfaIikNkbhxKkxoDZ/X1QyHMEN3iF3QtLw== X-Received: by 2002:a17:906:2f09:: with SMTP id v9mr66363303eji.163.1638252344669; Mon, 29 Nov 2021 22:05:44 -0800 (PST) Received: from localhost.localdomain ([87.200.95.144]) by smtp.gmail.com with ESMTPSA id e1sm10542153edc.27.2021.11.29.22.05.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 22:05:44 -0800 (PST) From: Christian Hewitt To: Rob Herring , Mark Rutland , Kevin Hilman , Neil Armstrong , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Christian Hewitt , Benoit Masson Subject: [RFC PATCH 8/9] dt-bindings: arm: amlogic: add H96-Max bindings Date: Tue, 30 Nov 2021 06:05:22 +0000 Message-Id: <20211130060523.19161-9-christianshewitt@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211130060523.19161-1-christianshewitt@gmail.com> References: <20211130060523.19161-1-christianshewitt@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add the board binding for the Haochuangyi H96-Max STB device. Signed-off-by: Christian Hewitt Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/amlogic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 1dc793eb35f4..1e792feecc69 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -177,6 +177,7 @@ properties: - cyx,a95xf3-air-1000 - hardkernel,odroid-c4 - hardkernel,odroid-hc4 + - haochuangyi,h96-max - khadas,vim3l - seirobotics,sei610 - const: amlogic,sm1