Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1658914ybx; Thu, 31 Oct 2019 13:58:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqyjXwraK8Yc1qaVjEpE5E/lBGHAyBdTfyZxreA/aHToBwNvWVo2Uc/T17BexsnLmywjLaMF X-Received: by 2002:aa7:d554:: with SMTP id u20mr8579682edr.6.1572555533444; Thu, 31 Oct 2019 13:58:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572555533; cv=none; d=google.com; s=arc-20160816; b=YV1Dxs5A0ilHMxgbOV0y8Gizt4mLY/hmnRt8YxAjTKGzOKfg5BQj72LdsXLO6Qh/1A d15/bwBpPUfko7W2D34WRgFmjIgcT7/k5QUwulp5Jvk3EieNqksG2WUE9AfRtMAu9dgf h6l0cVjUAOgV31In0sZN23lOplkq65jqv2Vi8DQrJen8EnOeEVATesD2quTgrDYs0Eij vT77w93ZER55ZTPxagAPCXpfsU0UrwFv9uGiJLCUd5Z5pZUQEaF4t5bBGMvqdHeEoU3+ H7AMBPA1cdcNg7m7Sitbs3IsSPu1kcZrd3UStmJJvXJxR3sQ4IqJKwap0axmodgWqgDZ xTdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=CPPH6wOqIVb3VofFeIl6Jufk8u9CY6scAbvcGjlNT5c=; b=NMDZHfwRda3MO76qhnCtJzvXE1xdp47ntslHzbzBiKbRnaX6BpP55uF5bs2MTLSimf YoFq3KRefDv3EVZfYUV7d0Rn8FtTsLmH5QqjWnCgaAxB4xtjcrcwtRSTxrvgSqn1okvP PF1qHtjDFtyjfpsm3PCHkqzawzudqtn8HWhbMSkSNOsUTvditJGxte7U7YfUs4ZyqIt3 YqNMbmy0gYkZba9CIeba41vGPA0syhgcHYCNuagcn55VgZfPWbs6OHWRbk2VQOHfAgvo jX80XtuIF5TBPQrqzkCrTxHZ3RWFTqPeGIN9zdudynDbtbzhLd6MIF/QCgb+3fPAA7Mk GatQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g4si5240216edb.41.2019.10.31.13.58.25; Thu, 31 Oct 2019 13:58:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728396AbfJaPgq (ORCPT + 99 others); Thu, 31 Oct 2019 11:36:46 -0400 Received: from gloria.sntech.de ([185.11.138.130]:38990 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728308AbfJaPgq (ORCPT ); Thu, 31 Oct 2019 11:36:46 -0400 Received: from dhcp-64-28.ens-lyon.fr ([140.77.64.28] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iQCV4-000698-Qw; Thu, 31 Oct 2019 16:36:38 +0100 From: Heiko Stuebner To: Andy Yan Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 1/2] dt-bindings: Add doc for Firefly ROC-RK3308-CC board Date: Thu, 31 Oct 2019 16:36:37 +0100 Message-ID: <314513738.FDhnDVbnjr@phil> In-Reply-To: <20191030072648.29738-1-andy.yan@rock-chips.com> References: <20191030072648.29738-1-andy.yan@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 30. Oktober 2019, 08:26:48 CET schrieb Andy Yan: > Add compatible for Firefly ROC-RK3308-CC board. > > Signed-off-by: Andy Yan applied both patches for 5.5, with some small fixes. Thanks Heiko