From patchwork Fri Jun 2 10:51:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guodong Xu X-Patchwork-Id: 770241 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wfLdK0gXDz9s65 for ; Fri, 2 Jun 2017 20:52:21 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="OVVuOGyc"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751148AbdFBKwT (ORCPT ); Fri, 2 Jun 2017 06:52:19 -0400 Received: from mail-it0-f52.google.com ([209.85.214.52]:34620 "EHLO mail-it0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751141AbdFBKwQ (ORCPT ); Fri, 2 Jun 2017 06:52:16 -0400 Received: by mail-it0-f52.google.com with SMTP id m47so3185624iti.1 for ; Fri, 02 Jun 2017 03:52:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=jgloU86qcif4DhIiEoZ32uTfs2MJNRjbqCUeIjl7YU4=; b=OVVuOGycy7R4iUQcXs7ur3ALMzYaSKUG8cIX3ygiTtoi6vrBLoiflkbO9U0EearXvK SNQQ3wGmtmUGl9/c4y9G3sJ9aeNcLm3fvnwNLKSRXipt5uHmyXxv+T3y4k+KXoaru1Hf lBDO22vJdKKOiop+D7Olm1BSZ7jAj9+BmlgOQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=jgloU86qcif4DhIiEoZ32uTfs2MJNRjbqCUeIjl7YU4=; b=nfiXQ75gKai1q3WO0Iq5q+m0FhY0m9DwWBzJPTUnpPVpQ5oOOLFpLIC3gnOAaQpfVP mV9KOPcsEv+P9ID5tFHT9nuRwIBfkX80BcNR+ylgRVHzpeFqv0tVGxiyxKrQ4EtC+iuJ ghx+69JRCJ+NBWDjUSEA2PROvyK3dXKKgRO8Kt/1knHWKOvaEaOkponjrY3/i7WTgJve cVn3o6Ai9ZisasU0eMXZzU1WarIyiGcrDJOZidW8E8fNn7E1fzssvip2YkoOFgEq5tJ2 vkaON+mYA68AU6nEnOF36UZO92YBNHNwSWoLC/1PM0jqiIF8pSaqbopQgELiVF0lrE5q DXMQ== X-Gm-Message-State: AODbwcAORMmkspDhs6KZ74owDMG0VkM6wNpZeqZscupfffpKhl9dzDTk +3WYwO90Ice07Yn2 X-Received: by 10.99.137.198 with SMTP id v189mr6431544pgd.205.1496400735886; Fri, 02 Jun 2017 03:52:15 -0700 (PDT) Received: from localhost.localdomain ([45.56.159.223]) by smtp.gmail.com with ESMTPSA id v64sm41662784pfk.86.2017.06.02.03.52.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 02 Jun 2017 03:52:15 -0700 (PDT) From: Guodong Xu To: lee.jones@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, xuwei5@hisilicon.com, catalin.marinas@arm.com, will.deacon@arm.com, lgirdwood@gmail.com, broonie@kernel.org, khilman@baylibre.com, arnd@arndb.de, gregory.clement@free-electrons.com, horms+renesas@verge.net.au, olof@lixom.net, thomas.petazzoni@free-electrons.com, yamada.masahiro@socionext.com, riku.voipio@linaro.org, treding@nvidia.com, krzk@kernel.org, eric@anholt.net, damm+renesas@opensource.se, ard.biesheuvel@linaro.org, linus.walleij@linaro.org, geert+renesas@glider.be Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, hw.wangxiaoyin@hisilicon.com, Guodong Xu Subject: [PATCH v3 1/6] dt-bindings: mfd: hi6421: Add hi6421v530 compatible string Date: Fri, 2 Jun 2017 18:51:51 +0800 Message-Id: <20170602105156.11351-2-guodong.xu@linaro.org> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170602105156.11351-1-guodong.xu@linaro.org> References: <20170602105156.11351-1-guodong.xu@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add compatible string for HiSilicon Hi6421v530 PMIC. Signed-off-by: Guodong Xu --- Documentation/devicetree/bindings/mfd/hi6421.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/hi6421.txt b/Documentation/devicetree/bindings/mfd/hi6421.txt index 0d5a446..22da96d 100644 --- a/Documentation/devicetree/bindings/mfd/hi6421.txt +++ b/Documentation/devicetree/bindings/mfd/hi6421.txt @@ -1,7 +1,9 @@ * HI6421 Multi-Functional Device (MFD), by HiSilicon Ltd. Required parent device properties: -- compatible : contains "hisilicon,hi6421-pmic"; +- compatible : One of the following chip-specific strings: + "hisilicon,hi6421-pmic"; + "hisilicon,hi6421v530-pmic"; - reg : register range space of hi6421; Supported Hi6421 sub-devices include: