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 X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04347C433EF for ; Wed, 15 Sep 2021 08:58:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E1E0E61101 for ; Wed, 15 Sep 2021 08:57:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237071AbhIOI7R (ORCPT ); Wed, 15 Sep 2021 04:59:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236985AbhIOI7M (ORCPT ); Wed, 15 Sep 2021 04:59:12 -0400 Received: from mx.msync.work (mx.msync.work [IPv6:2a01:4f9:2b:2dc2::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FB1EC061574; Wed, 15 Sep 2021 01:57:54 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 070AAF6277; Wed, 15 Sep 2021 08:57:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lexina.in; s=dkim; t=1631696271; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=kWatsbnRYouuldwb6lqvB/sV7amJutWYUknSlMpmpCc=; b=mMzsuhkbOBmY8ySi9D7vdBdrV/XlE05ki6tDf0/MD/1O8kC42f1GlRt+5bWmHrHw6I2Khx 06CUhWpQRRYrQBvNjH/FXGvQess/Y8Sx8yQAFVIVJW18BlDvSvRyV3qrST5gemc46QLa4c BBebpe7mEBCnVgrphjLGXO6fKiE+U68tmqEl4Tlc7NRDb/mv50ModvNEVwIUA6o4IpwA4p jSpGXv3K+tSgIivTUM/9FHilJlcsvYNT+YOGjIiVg7yjKGhz+MeF0z2XvDuO6ONbodnEvp OLL0DHHOuStE81b90ADZvUFKL7190m/Hfe6R4hnDYdnoJb+PKQp8KhRs0mXY2A== From: Vyacheslav Bocharov To: Neil Armstrong , Kevin Hilman Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring Subject: [PATCH v5 1/4] dt-bindings: arm: amlogic: add bindings for Jethub D1/H1 Date: Wed, 15 Sep 2021 11:57:13 +0300 Message-Id: <20210915085715.1134940-2-adeep@lexina.in> In-Reply-To: <20210915085715.1134940-1-adeep@lexina.in> References: <20210915085715.1134940-1-adeep@lexina.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org JetHome is a series of home automation controllers: - Jethub D1 based on Amlogic A113X - Jethub H1 based on AmLogic S905W Signed-off-by: Vyacheslav Bocharov Acked-by: Rob Herring --- 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 6423377710ee..b223d7829c3d 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -86,6 +86,7 @@ properties: - enum: - amlogic,p281 - oranth,tx3-mini + - jethome,jethub-j80 - const: amlogic,s905w - const: amlogic,meson-gxl @@ -133,6 +134,7 @@ properties: items: - enum: - amlogic,s400 + - jethome,jethub-j100 - const: amlogic,a113d - const: amlogic,meson-axg -- 2.30.2 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 X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C01F2C433EF for ; Wed, 15 Sep 2021 08:58:03 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9160C61178 for ; Wed, 15 Sep 2021 08:58:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9160C61178 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=lexina.in Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6zeXDuPOiTWrGC6dbVEN4UP+uM80kaPoBSuMaDmfcQ4=; b=gGEMr9sx1/73UH Z1mTkuqL8FUhj0IOdr86I48R+6LA/BTpLXLmXdA7PfY6E4cO/vCrH9BVZefjolwwZYPnUDJYaceHu mnoBCJyo2j7i354KLJbLkKXvH2hxNS64DV4FauG0x7o0ymuN4BTB3IMjuV2oQSzovleBnYyMKSzT7 xzxjks2JZCJrHGFQIx1bRJSEnRMdBSuCEk2CSA2iKSj3RANSC7/IHrI0apM99ES9UM6JEaUVnpbZZ s4s7HE5v1wdWRMoCmOO3ZLnefAWS2QMmBdalbbkB2KTiU4yUqjFSnEaqmrvwgbbqQ7bvQSFuZo5AR kk9TPivmHE6MLqTk5/GA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQQju-008XnE-TT; Wed, 15 Sep 2021 08:57:58 +0000 Received: from mx.msync.work ([2a01:4f9:2b:2dc2::3]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQQjq-008Xku-Qj; Wed, 15 Sep 2021 08:57:56 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 070AAF6277; Wed, 15 Sep 2021 08:57:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lexina.in; s=dkim; t=1631696271; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=kWatsbnRYouuldwb6lqvB/sV7amJutWYUknSlMpmpCc=; b=mMzsuhkbOBmY8ySi9D7vdBdrV/XlE05ki6tDf0/MD/1O8kC42f1GlRt+5bWmHrHw6I2Khx 06CUhWpQRRYrQBvNjH/FXGvQess/Y8Sx8yQAFVIVJW18BlDvSvRyV3qrST5gemc46QLa4c BBebpe7mEBCnVgrphjLGXO6fKiE+U68tmqEl4Tlc7NRDb/mv50ModvNEVwIUA6o4IpwA4p jSpGXv3K+tSgIivTUM/9FHilJlcsvYNT+YOGjIiVg7yjKGhz+MeF0z2XvDuO6ONbodnEvp OLL0DHHOuStE81b90ADZvUFKL7190m/Hfe6R4hnDYdnoJb+PKQp8KhRs0mXY2A== From: Vyacheslav Bocharov To: Neil Armstrong , Kevin Hilman Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring Subject: [PATCH v5 1/4] dt-bindings: arm: amlogic: add bindings for Jethub D1/H1 Date: Wed, 15 Sep 2021 11:57:13 +0300 Message-Id: <20210915085715.1134940-2-adeep@lexina.in> In-Reply-To: <20210915085715.1134940-1-adeep@lexina.in> References: <20210915085715.1134940-1-adeep@lexina.in> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210915_015755_085082_11B778D4 X-CRM114-Status: UNSURE ( 7.65 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org JetHome is a series of home automation controllers: - Jethub D1 based on Amlogic A113X - Jethub H1 based on AmLogic S905W Signed-off-by: Vyacheslav Bocharov Acked-by: Rob Herring --- 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 6423377710ee..b223d7829c3d 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -86,6 +86,7 @@ properties: - enum: - amlogic,p281 - oranth,tx3-mini + - jethome,jethub-j80 - const: amlogic,s905w - const: amlogic,meson-gxl @@ -133,6 +134,7 @@ properties: items: - enum: - amlogic,s400 + - jethome,jethub-j100 - const: amlogic,a113d - const: amlogic,meson-axg -- 2.30.2 _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic 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 X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F289EC433F5 for ; Wed, 15 Sep 2021 09:00:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C3C6C60527 for ; Wed, 15 Sep 2021 09:00:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C3C6C60527 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=lexina.in Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DpPZbNLSaBZWjJaLlklI/lcApyFTMLnpvHF1PLINhgs=; b=o1J0TAgnXK9kUq MHQx/c3qgkV1iEFNTfd2OELylKpZvuKe39hNafCv3YNFTipg1tSbRpc53Es4RxNdPXSi4kI4D/k/f AaE1eWK6+N6Ak2XziaImwoMQkZzK+WyP64WGpq2CZ2nuHa4LTHWv8gUUIL6nw9JVF7EH+oQ+6Kqnv raTValGeanY5Ix/ZGKuG92rwcY4rdRpvISnQfdoehQQD77OZaREu/TLbP1QaNCL6SQ2DMJLThpt7J O5kAFKj4NvRzlPovC+JwkZ6AoZCzTmcXPDOYAUutvWPmfXXYHrD3H0oW7VNC63hPOsIsw7ESuKqhK M4EpDEO5hwO2UABbTB1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQQjz-008Xo4-57; Wed, 15 Sep 2021 08:58:03 +0000 Received: from mx.msync.work ([2a01:4f9:2b:2dc2::3]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQQjq-008Xku-Qj; Wed, 15 Sep 2021 08:57:56 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 070AAF6277; Wed, 15 Sep 2021 08:57:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lexina.in; s=dkim; t=1631696271; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=kWatsbnRYouuldwb6lqvB/sV7amJutWYUknSlMpmpCc=; b=mMzsuhkbOBmY8ySi9D7vdBdrV/XlE05ki6tDf0/MD/1O8kC42f1GlRt+5bWmHrHw6I2Khx 06CUhWpQRRYrQBvNjH/FXGvQess/Y8Sx8yQAFVIVJW18BlDvSvRyV3qrST5gemc46QLa4c BBebpe7mEBCnVgrphjLGXO6fKiE+U68tmqEl4Tlc7NRDb/mv50ModvNEVwIUA6o4IpwA4p jSpGXv3K+tSgIivTUM/9FHilJlcsvYNT+YOGjIiVg7yjKGhz+MeF0z2XvDuO6ONbodnEvp OLL0DHHOuStE81b90ADZvUFKL7190m/Hfe6R4hnDYdnoJb+PKQp8KhRs0mXY2A== From: Vyacheslav Bocharov To: Neil Armstrong , Kevin Hilman Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring Subject: [PATCH v5 1/4] dt-bindings: arm: amlogic: add bindings for Jethub D1/H1 Date: Wed, 15 Sep 2021 11:57:13 +0300 Message-Id: <20210915085715.1134940-2-adeep@lexina.in> In-Reply-To: <20210915085715.1134940-1-adeep@lexina.in> References: <20210915085715.1134940-1-adeep@lexina.in> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210915_015755_085082_11B778D4 X-CRM114-Status: UNSURE ( 7.65 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org JetHome is a series of home automation controllers: - Jethub D1 based on Amlogic A113X - Jethub H1 based on AmLogic S905W Signed-off-by: Vyacheslav Bocharov Acked-by: Rob Herring --- 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 6423377710ee..b223d7829c3d 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -86,6 +86,7 @@ properties: - enum: - amlogic,p281 - oranth,tx3-mini + - jethome,jethub-j80 - const: amlogic,s905w - const: amlogic,meson-gxl @@ -133,6 +134,7 @@ properties: items: - enum: - amlogic,s400 + - jethome,jethub-j100 - const: amlogic,a113d - const: amlogic,meson-axg -- 2.30.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel