Re: [PATCH v5 08/10] bindings: spmi: spmi-pmic-arb: mark interrupt properties as optional

From: Fenglin Wu
Date: Mon Feb 21 2022 - 21:27:36 EST




On 2022/2/5 6:36, Rob Herring wrote:
On Wed, Jan 26, 2022 at 02:31:50PM +0800, Fenglin Wu wrote:
From: David Collins <collinsd@xxxxxxxxxxxxxx>

Mark all interrupt related properties as optional instead of
required. Some boards do not required PMIC IRQ support and it
isn't needed to handle SPMI bus transactions, so specify it as
optional.

Signed-off-by: David Collins <collinsd@xxxxxxxxxxxxxx>
Signed-off-by: Fenglin Wu <quic_fenglinw@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.txt | 2 ++
1 file changed, 2 insertions(+)

This will collide with converting it to DT schema[1].

Rob

[1] https://lore.kernel.org/all/20220131172450.2528065-2-vkoul@xxxxxxxxxx/
Noticed that, I just didn't know which one would get merged 1st. I can update it once the DT schema change get accepted and be present in spmi-next branch.