On Thu, 06 Jan 2022 14:48:48 +0800, YC Hung wrote: > From: "YC Hung" <yc.hung@xxxxxxxxxxxx> > > This patch adds mt8195 dsp document. The dsp is used for Sound Open > Firmware driver node. It includes registers, clocks, memory regions, > and mailbox for dsp. > > Signed-off-by: yc.hung <yc.hung@xxxxxxxxxxxx> > --- > Changes since v3: > Fix patch v3 error : v3 only provide difference between v3 and v2. > > Changes since v2: > Remove useless watchdog interrupt. > Add commit message more detail description. > > Changes since v1: > Rename yaml file name as mediatek,mt8195-dsp.yaml > Refine descriptions for mailbox, memory-region and drop unused labels > in examples. > --- > .../bindings/dsp/mediatek,mt8195-dsp.yaml | 105 ++++++++++++++++++ > 1 file changed, 105 insertions(+) > create mode 100644 Documentation/devicetree/bindings/dsp/mediatek,mt8195-dsp.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>