From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751805AbdI2DZU (ORCPT ); Thu, 28 Sep 2017 23:25:20 -0400 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76]:53590 "EHLO wens.csie.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751349AbdI2DZS (ORCPT ); Thu, 28 Sep 2017 23:25:18 -0400 From: Chen-Yu Tsai To: Lee Jones , Mark Brown , Maxime Ripard Cc: Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Quentin Schulz Subject: [PATCH 3/7] mfd: axp20x: Add axp20x-regulator cell for AXP813 Date: Fri, 29 Sep 2017 11:25:10 +0800 Message-Id: <20170929032514.31727-4-wens@csie.org> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20170929032514.31727-1-wens@csie.org> References: <20170929032514.31727-1-wens@csie.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now that axp20x-regulator supports AXP813, we can add a cell for it to enable it. Signed-off-by: Chen-Yu Tsai Tested-by: Maxime Ripard --- drivers/mfd/axp20x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c index 336de66ca408..2468b431bb22 100644 --- a/drivers/mfd/axp20x.c +++ b/drivers/mfd/axp20x.c @@ -876,6 +876,8 @@ static struct mfd_cell axp813_cells[] = { .name = "axp221-pek", .num_resources = ARRAY_SIZE(axp803_pek_resources), .resources = axp803_pek_resources, + }, { + .name = "axp20x-regulator", } }; -- 2.14.2