From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752651AbdFVEIp (ORCPT ); Thu, 22 Jun 2017 00:08:45 -0400 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76]:55752 "EHLO wens.csie.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752546AbdFVEIn (ORCPT ); Thu, 22 Jun 2017 00:08:43 -0400 From: Chen-Yu Tsai To: Lee Jones , Rob Herring , Mark Rutland , Maxime Ripard Cc: Chen-Yu Tsai , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com Subject: [PATCH 1/6] dt-bindings: mfd: axp20x: Add AXP806 to supported list of chips Date: Thu, 22 Jun 2017 12:08:28 +0800 Message-Id: <20170622040833.15329-2-wens@csie.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170622040833.15329-1-wens@csie.org> References: <20170622040833.15329-1-wens@csie.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The binding already lists compatibles and regulators for the AXP806, but it is missing from the list of supported chips at the beginning. Add it. Fixes: 204ae2963e10 ("mfd: axp20x: Add bindings for AXP806 PMIC") Signed-off-by: Chen-Yu Tsai --- Documentation/devicetree/bindings/mfd/axp20x.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mfd/axp20x.txt b/Documentation/devicetree/bindings/mfd/axp20x.txt index aca09af66514..211a100c6b20 100644 --- a/Documentation/devicetree/bindings/mfd/axp20x.txt +++ b/Documentation/devicetree/bindings/mfd/axp20x.txt @@ -7,6 +7,7 @@ axp209 (X-Powers) axp221 (X-Powers) axp223 (X-Powers) axp803 (X-Powers) +axp806 (X-Powers) axp809 (X-Powers) Required properties: -- 2.11.0