From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2C44C4332B for ; Fri, 12 Mar 2021 14:57:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D220D64FFD for ; Fri, 12 Mar 2021 14:57:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230256AbhCLO4d (ORCPT ); Fri, 12 Mar 2021 09:56:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:41722 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232005AbhCLO4P (ORCPT ); Fri, 12 Mar 2021 09:56:15 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 94D2C64FDD; Fri, 12 Mar 2021 14:56:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615560974; bh=ifVjIRBycLednUeFJybHn/MpoBYTnrWvaqMZFuw5nk0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YIhIdSMV4J4FGbGrJ7PBVLkPjHllhez3mjcmjY+l8HYB50TIWR0JWEaTe3WG+zXe+ X6JYe/UV019NtfDLULRVAlszt5MvsudRyJDCv/e+fR9azaPszucIHYXKRyVKIW2uHx liCYf2dBDNkCUrJK/N63VW4R0PH/XqHiNDcVsNkNyWYfR7tDSYIx0yP6phKfiZAze9 8mTGGe+w3kkI3X+UVLBrjnSYZG6U0yJXzsauSUjiAv8l1OnePcW8Ck02SzzOiT+wsd DZGYfdNZ6ZAll7KMyl8QSzLbGheT7PuLRtQY1trHHTgi6scuER/ke5bpUZPGwww9ns qP7QGxoOjZe+Q== From: matthias.bgg@kernel.org To: lee.jones@linaro.org, robh+dt@kernel.org, matthias.bgg@gmail.com, lgirdwood@gmail.com, broonie@kernel.org Cc: devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Matthias Brugger Subject: [PATCH 5/7] arm: dts: mt6323: Drop OF compatible Date: Fri, 12 Mar 2021 15:55:43 +0100 Message-Id: <20210312145545.26050-5-matthias.bgg@kernel.org> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210312145545.26050-1-matthias.bgg@kernel.org> References: <20210312145545.26050-1-matthias.bgg@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Matthias Brugger The regulator framework does not need compatible, it's acutall superfluous. Drop it from the DT. Signed-off-by: Matthias Brugger --- arch/arm/boot/dts/mt6323.dtsi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/mt6323.dtsi b/arch/arm/boot/dts/mt6323.dtsi index 7fda40ab5fe83..d37f118a663a9 100644 --- a/arch/arm/boot/dts/mt6323.dtsi +++ b/arch/arm/boot/dts/mt6323.dtsi @@ -21,9 +21,7 @@ mt6323_leds: leds { status = "disabled"; }; - mt6323regulator: mt6323regulator{ - compatible = "mediatek,mt6323-regulator"; - + mt6323regulator { mt6323_vproc_reg: buck_vproc{ regulator-name = "vproc"; regulator-min-microvolt = < 700000>; -- 2.30.1