From: Krzysztof Kozlowski <krzk@kernel.org>
To: Swark Yang <syang@axiado.com>,
Krishnakumar Kesavan <kkesavan@axiado.com>,
Prasad Bolisetty <pbolisetty@axiado.com>,
Jassi Brar <jassisinghbrar@gmail.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Tzu-Hao Wei <twei@axiado.com>,
Karthikeyan Mitran <kmitran@axiado.com>
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] dt-bindings: mailbox: add Axiado AX3005 mailbox
Date: Thu, 30 Jul 2026 07:59:31 +0200 [thread overview]
Message-ID: <c8faf721-b3fe-43a7-943a-99b82a36e116@kernel.org> (raw)
In-Reply-To: <20260729-upstream-axiado-ax3005-mailbox-upstream-v1-1-8961b7350338@axiado.com>
On 30/07/2026 06:36, Swark Yang wrote:
> + - Krishnakumar Kesavan <kkesavan@axiado.com>
> + - Prasad Bolisetty <pbolisetty@axiado.com>
> + - Swark Yang <syang@axiado.com>
> +
> +description: |
Do not need '|' unless you need to preserve formatting.
> + The Axiado mailbox controller provides inter-processor communication
> + channels between subsystems within the Axiado SoC. The hardware has
> + separate TX and RX register regions. Only the RX channels (channels 8-15)
> + generate interrupts; TX channels are purely poll/write-based.
> +
> +properties:
> + compatible:
> + const: axiado,ax3005-mailbox
> +
> + reg:
> + items:
> + - description: TX mailbox register region
> + - description: RX mailbox register region
> +
> + reg-names:
> + items:
> + - const: tx
> + - const: rx
> +
> + interrupts:
> + description: |
Do not need '|' unless you need to preserve formatting.
> + One interrupt per RX channel. The hardware exposes eight RX interrupt
> + lines corresponding to channels 8 through 15.
> + minItems: 8
Drop
> + reg-names = "tx", "rx";
> + /* Only RX channels (8-15) have IRQs */
> + interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "ch8", "ch9", "ch10", "ch11",
> + "ch12", "ch13", "ch14", "ch15";
> + interrupt-parent = <&gic500>;
> + #mbox-cells = <1>;
> + status = "okay";
Drop
Best regards,
Krzysztof
next prev parent reply other threads:[~2026-07-30 5:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-30 4:36 [PATCH 0/2] mailbox: add Axiado AX3005 mailbox driver Swark Yang
2026-07-30 4:36 ` [PATCH 1/2] dt-bindings: mailbox: add Axiado AX3005 mailbox Swark Yang
2026-07-30 5:59 ` Krzysztof Kozlowski [this message]
2026-07-30 4:36 ` [PATCH 2/2] mailbox: add Axiado AX3005 mailbox driver Swark Yang
2026-07-30 4:48 ` sashiko-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c8faf721-b3fe-43a7-943a-99b82a36e116@kernel.org \
--to=krzk@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=kkesavan@axiado.com \
--cc=kmitran@axiado.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbolisetty@axiado.com \
--cc=robh@kernel.org \
--cc=syang@axiado.com \
--cc=twei@axiado.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox