2024-06-05 09:40:58

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH] dt-bindings: spi: amlogic,a1-spifc: add missing power-domains

On the Amlogic A1, the SPI FC controller can require a power-domain to
operate, add it as optional.

Signed-off-by: Neil Armstrong <[email protected]>
---
Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml b/Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml
index ea47d30eef43..043879b434ac 100644
--- a/Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml
+++ b/Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml
@@ -23,6 +23,9 @@ properties:
clocks:
maxItems: 1

+ power-domains:
+ maxItems: 1
+
required:
- compatible
- reg

---
base-commit: c3f38fa61af77b49866b006939479069cd451173
change-id: 20240605-topic-amlogic-upstream-bindings-fixes-power-domains-spifc-214a5af0f305

Best regards,
--
Neil Armstrong <[email protected]>



2024-06-05 16:59:53

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: spi: amlogic,a1-spifc: add missing power-domains

On Wed, Jun 05, 2024 at 11:37:45AM +0200, Neil Armstrong wrote:
> On the Amlogic A1, the SPI FC controller can require a power-domain to
> operate, add it as optional.
>
> Signed-off-by: Neil Armstrong <[email protected]>

Acked-by: Conor Dooley <[email protected]>

Thanks,
Conor.


Attachments:
(No filename) (310.00 B)
signature.asc (235.00 B)
Download all attachments

2024-06-06 11:30:51

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: spi: amlogic,a1-spifc: add missing power-domains

On Wed, 05 Jun 2024 11:37:45 +0200, Neil Armstrong wrote:
> On the Amlogic A1, the SPI FC controller can require a power-domain to
> operate, add it as optional.
>
>

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] dt-bindings: spi: amlogic,a1-spifc: add missing power-domains
commit: 3b0d6a32115c88618794406123ef8466f0327898

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark