From patchwork Wed Oct 2 06:12:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ChiaWei Wang X-Patchwork-Id: 1170482 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=aspeedtech.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46jmCQ1xy4z9sPL for ; Wed, 2 Oct 2019 16:17:54 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727473AbfJBGRx (ORCPT ); Wed, 2 Oct 2019 02:17:53 -0400 Received: from twspam01.aspeedtech.com ([211.20.114.71]:40108 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726965AbfJBGRx (ORCPT ); Wed, 2 Oct 2019 02:17:53 -0400 Received: from twspam01.aspeedtech.com (localhost [127.0.0.2] (may be forged)) by twspam01.aspeedtech.com with ESMTP id x925uUwL005719 for ; Wed, 2 Oct 2019 13:56:30 +0800 (GMT-8) (envelope-from chiawei_wang@aspeedtech.com) Received: from mail.aspeedtech.com (twmbx02.aspeed.com [192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id x925uHxR005679; Wed, 2 Oct 2019 13:56:17 +0800 (GMT-8) (envelope-from chiawei_wang@aspeedtech.com) Received: from localhost.localdomain (192.168.100.253) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.620.29; Wed, 2 Oct 2019 14:12:13 +0800 From: "Chia-Wei, Wang" To: CC: , , , , , , , , , , , Subject: [PATCH 2/2] dt-bindings: peci: aspeed: Add AST2600 compatible Date: Wed, 2 Oct 2019 14:12:00 +0800 Message-ID: <20191002061200.29888-3-chiawei_wang@aspeedtech.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191002061200.29888-1-chiawei_wang@aspeedtech.com> References: <20191002061200.29888-1-chiawei_wang@aspeedtech.com> MIME-Version: 1.0 X-Originating-IP: [192.168.100.253] X-ClientProxiedBy: TWMBX01.aspeed.com (192.168.0.23) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com x925uHxR005679 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document the AST2600 PECI controller compatible string. Signed-off-by: Chia-Wei, Wang Acked-by: Rob Herring --- Documentation/devicetree/bindings/peci/peci-aspeed.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/peci/peci-aspeed.txt b/Documentation/devicetree/bindings/peci/peci-aspeed.txt index cdca73a3b7d8..cddd2d2aa58f 100644 --- a/Documentation/devicetree/bindings/peci/peci-aspeed.txt +++ b/Documentation/devicetree/bindings/peci/peci-aspeed.txt @@ -4,6 +4,7 @@ Required properties: - compatible : Should be one of: "aspeed,ast2400-peci" "aspeed,ast2500-peci" + "aspeed,ast2600-peci" - reg : Should contain PECI controller registers location and length. - #address-cells : Should be <1> required to define a client address.