From patchwork Thu Mar 31 09:25:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?SmFzb24tSkggTGluICjmnpfnnb/npaUp?= X-Patchwork-Id: 12796951 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AF382C433F5 for ; Thu, 31 Mar 2022 09:34:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=3sUdoa6Yc/21zgo5aowYkKfxBCXLAMK4+qN5uBWeVL0=; b=bEnCiBThMjB3Kv xHX6AIR65FewZK6i5XDChppNxXlrMepEFW4LG6caTuF5h/reHEUCi1rt5GnSmtDMU/3e5uoQ0lgiO DuLRKgVPeyh2g1vf45bFGMHfG+EvjfQnqAsQjguG3Wv4U4xQGbIXYUNEbiRI1i42PX80OJYgQ4UGm urd5JtmMDFxT0+o1eiUyhkA5z46oKdOpRnlHIUgoz0U7dEqEUyi5rZFcvQYHQeU5mqt16WiUh1bgs jIqJ7gSWCpRKBvFBY6boDoCnBI/EnH2ztHkt961ngYVnnpW6G0/nEPFoGqkCaFLV7Nx1IiRT5C3e7 qZDDlWq1S4DwFWHyChHQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZrCG-001Uk7-VZ; Thu, 31 Mar 2022 09:34:28 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZrBs-001Ugq-Hk; Thu, 31 Mar 2022 09:34:07 +0000 X-UUID: e26931c2ed3246abb2fc4ac332d36613-20220331 X-UUID: e26931c2ed3246abb2fc4ac332d36613-20220331 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1753360109; Thu, 31 Mar 2022 02:34:00 -0700 Received: from mtkexhb02.mediatek.inc (172.21.101.103) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 31 Mar 2022 02:25:40 -0700 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkexhb02.mediatek.inc (172.21.101.103) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 31 Mar 2022 17:25:38 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 31 Mar 2022 17:25:38 +0800 From: jason-jh.lin To: Chun-Kuang Hu , Rob Herring CC: Philipp Zabel , David Airlie , Daniel Vetter , Matthias Brugger , , , , , , Yongqiang Niu , Allen-KH Cheng , CK Hu , Nancy Lin , Singo Chang , "jason-jh . lin" , Subject: [PATCH] dt-bindings: display: mediatek: mutex: remove power-domain from requird Date: Thu, 31 Mar 2022 17:25:35 +0800 Message-ID: <20220331092535.28679-1-jason-jh.lin@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220331_023404_620797_7C3F5B87 X-CRM114-Status: UNSURE ( 8.76 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org There is no power control in mutex driver, so power-domain is not the required property. Signed-off-by: jason-jh.lin Change-Id: I5449579647741670ef9cac7b13ac5f2c952a9d3e --- .../devicetree/bindings/display/mediatek/mediatek,mutex.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,mutex.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,mutex.yaml index 00e6a1041a9b..411d8a8153e2 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,mutex.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,mutex.yaml @@ -64,7 +64,6 @@ required: - compatible - reg - interrupts - - power-domains - clocks additionalProperties: false