From patchwork Mon Nov 27 15:41:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 119725 Delivered-To: patch@linaro.org Received: by 10.140.22.227 with SMTP id 90csp437707qgn; Mon, 27 Nov 2017 07:42:07 -0800 (PST) X-Google-Smtp-Source: AGs4zMZeKS66gJIklczjNH95akFC0jYJV0HWMMfA8LFxYJJU+BmRMJMu3Y3aGb18yjJj0U5am4Uk X-Received: by 10.159.254.22 with SMTP id r22mr38813556pls.84.1511797327676; Mon, 27 Nov 2017 07:42:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511797327; cv=none; d=google.com; s=arc-20160816; b=o7KKQVfyOhqITRAwZTWSFSGvSnHYDYLxexTK6c7PVum96+893i4ZqapfiDzibpLicu sJVtmXf4BKZBEejl7pic6AfK1uHfgWMTpVpVSqLM+2k4rkuvG4v8Dybe2zUqAf0Emqsv vtDTa2mQXLfpQz5hS0FXgEm/5mYIE/M54TABTIMXntxGAV3ariNWuvcnK/iIVGpAZAfa v8rTkfpFN+EcyrUF1Jq562X5Ktsho6JR7xDhPwTeq7zKb7+ILwmGWBZ9+H6MyGWSlGIA OzLlc5/Xh9590/Z0I8cBm7Iux6ReDFnXUPLZtsoi43He2ueALn/BI71s3MVjdaZ/Xfl0 lTqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=eTOAUKar1gszCeRHAukg9VBQmmAh9YuewSu4JoZMWEk=; b=n+EyEdmoIgI6+OZzRC2ssajKNGlrtxCHVwc/9ehLbBBKosIXr5YQreVvEFnYrgXE9I LhwnWKwfob5bqpIzmTJAIBjbWBKEm6NP4Bd8zZClAn3nZ3QwmJ1yZ9YMDl/DRL9PkzHc 09hXGiwxTkuq+vnHatzNglnmdSXk0AfUTRUvLc59TqosCWEsonys2DcoBZDJc3vvLH31 p+9cC/FDMd2rXkRnVvJMPbtUrBoI+eGMKXNAM4jNXKlM6Nbz2pdk/CfKoyDsJECruDTr 9aOLslKOui/+b3Kx6cAPm1uVjA9LFQ/XEfANLvFOWzs3NYTSwwO2R13dfDkL5Dp1nOMk XyQw== 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 o5si25718513pfh.412.2017.11.27.07.42.07; Mon, 27 Nov 2017 07:42:07 -0800 (PST) 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 S1752897AbdK0PmF (ORCPT + 28 others); Mon, 27 Nov 2017 10:42:05 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:32915 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752822AbdK0PmA (ORCPT ); Mon, 27 Nov 2017 10:42:00 -0500 Received: by mail.free-electrons.com (Postfix, from userid 110) id ACDCE212A2; Mon, 27 Nov 2017 16:41:58 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [185.94.189.187]) by mail.free-electrons.com (Postfix) with ESMTPSA id 7D08A20B52; Mon, 27 Nov 2017 16:41:58 +0100 (CET) From: Maxime Ripard To: Daniel Vetter , David Airlie , Chen-Yu Tsai , Maxime Ripard Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Mark Rutland , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, plaes@plaes.org, icenowy@aosc.io, Thomas Petazzoni , jernej.skrabec@siol.net Subject: [PATCH v2 17/18] ARM: dts: sun8i: a711: Reinstate the PMIC compatible Date: Mon, 27 Nov 2017 16:41:41 +0100 Message-Id: <97e9c55836808d869f962c376f30d17b774f2251.1511797218.git-series.maxime.ripard@free-electrons.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org When we added the regulator support in commit 90c5d7cdae64 ("ARM: dts: sun8i: a711: Add regulator support"), we also dropped the PMIC's compatible. Since it's not in the PMIC DTSI, unlike most other PMIC DTSI, it obviously wasn't probing anymore. Re-add it so that everything works again. Fixes: 90c5d7cdae64 ("ARM: dts: sun8i: a711: Add regulator support") Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 1 + 1 file changed, 1 insertion(+) -- git-series 0.9.1 diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts index 98715538932f..a021ee6da396 100644 --- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts +++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts @@ -146,6 +146,7 @@ status = "okay"; axp81x: pmic@3a3 { + compatible = "x-powers,axp813"; reg = <0x3a3>; interrupt-parent = <&r_intc>; interrupts = <0 IRQ_TYPE_LEVEL_LOW>;