From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7DF1CE7B11 for ; Thu, 28 Sep 2023 09:30:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231535AbjI1JaK (ORCPT ); Thu, 28 Sep 2023 05:30:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbjI1JaG (ORCPT ); Thu, 28 Sep 2023 05:30:06 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6587B94; Thu, 28 Sep 2023 02:30:05 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 38S9TfQg119815; Thu, 28 Sep 2023 04:29:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695893381; bh=g+Okr5QpQDgpPh2snfByuM6vFuk+PcZyuirCEPx3X6I=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=axMTn5C+we8O2X+PBwJ72/Y4ROFypb8WMOgjsAlwGunpnBRFHs1V1RGLNLYjP6bCW EsvCd5GVNxAAzq2nyJzJVCAAwbOKMQT+oHlz7BuSppTAAFekTpVPCoxRvStUnNlL/H 62JSbodfpyHW2dnK/juyahOTihvVH6ZJQd0sW2rE= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38S9TfDQ015673 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 28 Sep 2023 04:29:41 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 28 Sep 2023 04:29:41 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 28 Sep 2023 04:29:41 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38S9TeCA093668; Thu, 28 Sep 2023 04:29:40 -0500 Date: Thu, 28 Sep 2023 14:59:39 +0530 From: Dhruva Gole To: Muhammed Efe Cetin CC: , , , , , , , , , , , Krzysztof Kozlowski Subject: Re: [PATCH v3 1/3] dt-bindings: arm: rockchip: Add Orange Pi 5 board Message-ID: <20230928092939.lfvfqqiii43hrmyg@dhruva> References: <0281d757b4cbcf2092167bdcf3d112e330fe6b92.1692632346.git.efectn@6tel.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <0281d757b4cbcf2092167bdcf3d112e330fe6b92.1692632346.git.efectn@6tel.net> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Aug 21, 2023 at 18:47:57 +0300, Muhammed Efe Cetin wrote: > Add Orange Pi 5 SBC from Xunlong. > > Signed-off-by: Muhammed Efe Cetin > Acked-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > index ca5389862887..b9649e27bc82 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -877,6 +877,11 @@ properties: > - xunlong,orangepi-r1-plus-lts > - const: rockchip,rk3328 > > + - description: Xunlong Orange Pi 5 > + items: > + - const: xunlong,orangepi-5 > + - const: rockchip,rk3588s > + Reviewed-by: Dhruva Gole > - description: Zkmagic A95X Z2 > items: > - const: zkmagic,a95x-z2 > -- > 2.41.0 > > -- Best regards, Dhruva Gole