From patchwork Wed May 29 16:29:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 800337 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7568519DF42; Wed, 29 May 2024 16:30:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717000236; cv=none; b=hBB3R7Do2nur8JUjHfnuIaxf1/Ff6yex82k4gvblRo2+32GB4lWkwrvsBLjgYU/eHWlNQlqk8ZmtC6q6RyCFErPI53Xmf5Yt8hNIe3HLhCdsKnpKQZTdit2S9dkGg2HNXzrzluID/0OsOHV3jVR3997B4LBqhIj0G9soBbo/aAk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717000236; c=relaxed/simple; bh=SQO/+ouLx21qu/S9Vf1DTU5WIZ4v/dXTVdqD0GLD4FM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=F5XZVXpj/vAUZ8eg75fJc+Er0Wj8M3+4spczM4nRYhyoz4x6/kzlc1UZGzMfahH0ZNHsnv0HwL03nIN4Tdio/gzbknXadQFxBpIUMSxdpg7IY5SMVLAFphPmvYMunbKG5wZNQvI94X55nDPv13gKwYoL5K9upceDK48bMZW2Eps= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n1Cay7ae; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="n1Cay7ae" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09931C4AF0F; Wed, 29 May 2024 16:30:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717000236; bh=SQO/+ouLx21qu/S9Vf1DTU5WIZ4v/dXTVdqD0GLD4FM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=n1Cay7ae3Iz2RpfLd5/XdlMF8rcIlgdnRp5sB8pjfk6wYMKtnDeVQql6tZUYDJRIe 3+YB6t0kFcB9fNpNTWfR62vG2cCLVlL3/rhRUDiXXmOlAa7y4xnF6/7ZeySX5WhTmJ PFVf+5JzoLa4Nd35yGwxGxvR4QOROBWbW1Eup2G/QiZybZKGmS7iMKgDQoMl3s77oA cmiwCVmPRjpDFFR9ufKAECbuEcFF7OerGOiLzrvJBqygu73TSjcuQT50yVXWDzItY3 toTq7NAxY25g9mT5u28nF5Wm1F0GVmLJ50UWZDhjG7+6HL90pLOBHZsv+gOYDMF4WG LzLGBLdXYJ1Jg== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1sCMCC-000000004j5-0LCb; Wed, 29 May 2024 18:30:36 +0200 From: Johan Hovold To: Lee Jones , Mark Brown , Linus Walleij , Bjorn Andersson Cc: Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liam Girdwood , Das Srinagesh , Satya Priya Kakitapalli , Stephen Boyd , Bryan O'Donoghue , Andy Shevchenko , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Johan Hovold Subject: [PATCH v2 10/14] dt-bindings: mfd: pm8008: drop redundant descriptions Date: Wed, 29 May 2024 18:29:54 +0200 Message-ID: <20240529162958.18081-11-johan+linaro@kernel.org> X-Mailer: git-send-email 2.44.1 In-Reply-To: <20240529162958.18081-1-johan+linaro@kernel.org> References: <20240529162958.18081-1-johan+linaro@kernel.org> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In preparation for reworking the binding, drop the redundant descriptions of the standard 'reg' and 'interrupts' properties. Signed-off-by: Johan Hovold Reviewed-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml index e1e05921afb4..d71657f488db 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml @@ -19,16 +19,11 @@ properties: const: qcom,pm8008 reg: - description: - I2C slave address. - maxItems: 1 interrupts: maxItems: 1 - description: Parent interrupt. - reset-gpios: maxItems: 1