From patchwork Mon Apr 10 19:30:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Karl Chan X-Patchwork-Id: 672117 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 89AFDC76196 for ; Mon, 10 Apr 2023 19:31:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229605AbjDJTbJ (ORCPT ); Mon, 10 Apr 2023 15:31:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229536AbjDJTbI (ORCPT ); Mon, 10 Apr 2023 15:31:08 -0400 Received: from new-shark9.inbox.lv (new-shark9.inbox.lv [194.152.32.89]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 97A0119B3; Mon, 10 Apr 2023 12:31:03 -0700 (PDT) Received: from shark3.inbox.lv (shark3 [10.0.1.83]) by new-shark9.inbox.lv (Postfix) with ESMTP id 14C39480813; Mon, 10 Apr 2023 22:31:02 +0300 (EEST) Received: from shark3.inbox.lv (localhost [127.0.0.1]) by shark3-out.inbox.lv (Postfix) with ESMTP id 04D7E28011D; Mon, 10 Apr 2023 22:31:02 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=inbox.lv; s=p20220324; t=1681155062; x=1681156862; bh=y1ChjUCMzQii6EhLRKMmO6a7digcuovwd1kw7u2N5go=; h=From:To:Cc:Subject:Date:Message-Id:X-ESPOL:From:Date:To:Cc: Message-ID:Subject:Reply-To; b=b8/+X0kVBkN+NnL5f6VRTEEd30foFRYqlJNbWABLBnv0SMEd7O4IDlgSl8ocyOuYj UsH2kwt439meqcAkEvK7EEbqKF6Cubqc6TwrrDDbDqYLBJibi3TFXbKDG3ZnH0aOPQ ifRbkADm8x53gz+DnEqok4BN91w904WXNxXqu1dQ= Received: from localhost (localhost [127.0.0.1]) by shark3-in.inbox.lv (Postfix) with ESMTP id F2CE0280111; Mon, 10 Apr 2023 22:31:01 +0300 (EEST) Received: from shark3.inbox.lv ([127.0.0.1]) by localhost (shark3.inbox.lv [127.0.0.1]) (spamfilter, port 35) with ESMTP id WS_P8YAKAwja; Mon, 10 Apr 2023 22:31:01 +0300 (EEST) Received: from mail.inbox.lv (pop1 [127.0.0.1]) by shark3-in.inbox.lv (Postfix) with ESMTP id B31882800F5; Mon, 10 Apr 2023 22:31:01 +0300 (EEST) From: Karl Chan To: linux-amlogic@lists.infradead.org Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, neil.armstrong@linaro.org, khilman@baylibre.com, jbrunet@baylibre.com, martin.blumenstingl@googlemail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Karl Chan" Subject: [PATCH v3 0/2] arm64: dts: meson-gxl: add support for Xiaomi Mibox 3 Date: Tue, 11 Apr 2023 03:30:46 +0800 Message-Id: <20230410193048.31084-1-exkcmailist@inbox.lv> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-Virus-Scanned: OK X-ESPOL: G4mEQ3gUh3tFv963KJpk5v+XtdvLLUZQwyq6kf0x9RAtu7LHu958dW2WHIXze3G0c2LD Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: "Karl Chan" The Xiaomi Mibox 3 is a TV box based on the Amlogic S905X chipset. There are two variants: - 2 GiB/8GIB - 1 GiB/4GIB Both variants come with: - 802.11a/b/g/n/ac wifi (BCM4345) - HDMI , AV (CVBS) and S/PDIF optical output - 1x USB (utilizing both USB ports provided by the SoC) Karl Chan (2): dt-bindings: arm: amlogic: add Xiaomi Mibox 3 binding arm64: dts: meson-gxl: add support for Xiaomi Mibox 3 .../devicetree/bindings/arm/amlogic.yaml | 1 + arch/arm64/boot/dts/amlogic/Makefile | 1 + .../amlogic/meson-gxl-s905x-xiaomi-mibox3.dts | 142 ++++++++++++++++++ 3 files changed, 144 insertions(+) create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-xiaomi-mibox3.dts