On Thu, Apr 14, 2022 at 01:05:56PM +0530, Kartik wrote: > Tegra234 supports sending/receiving 32-bit and 128-bit data over > a shared mailbox. Based on the data size to be used, clients need > to specify the type of shared mailbox in the device tree. > > Add a macro for 128-bit shared mailbox. Mailbox clients can use this > macro as a flag in device tree to enable 128-bit data support for a > shared mailbox. > > Signed-off-by: Kartik <kkartik@xxxxxxxxxx> > --- > .../devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml | 9 +++++++++ > include/dt-bindings/mailbox/tegra186-hsp.h | 5 +++++ > 2 files changed, 14 insertions(+) Acked-by: Rob Herring <robh@xxxxxxxxxx>