Skip to content

Commit aa78dd1

Browse files
committed
Merge tag 'drivers_soc_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into arm/drivers
ARM: soc: TI driver updates for v5.10 Consist of: - Add Ring accelerator support for AM65x - Add TI PRUSS platform driver and enable it on available platforms - Extend PRUSS driver for CORECLK_MUX/IEPCLK_MUX support - UDMA rx ring pair fix - Add socinfo entry for J7200 * tag 'drivers_soc_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone: Add missing '#' to fix schema errors: soc: ti: Convert to DEFINE_SHOW_ATTRIBUTE dmaengine: ti: k3-udma-glue: Fix parameters for rx ring pair request soc: ti: k3-socinfo: Add entry for J7200 soc: ti: pruss: support CORECLK_MUX and IEPCLK_MUX dt-bindings: soc: ti: Update TI PRUSS bindings regarding clock-muxes firmware: ti_sci: allow frequency change for disabled clocks by default soc: ti: ti_sci_pm_domains: switch to use multiple genpds instead of one soc: ti: pruss: Enable support for ICSSG subsystems on K3 J721E SoCs soc: ti: pruss: Enable support for ICSSG subsystems on K3 AM65x SoCs soc: ti: pruss: Add support for PRU-ICSS subsystems on 66AK2G SoC soc: ti: pruss: Add support for PRU-ICSS subsystems on AM57xx SoCs soc: ti: pruss: Add support for PRU-ICSSs on AM437x SoCs soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs dt-bindings: soc: ti: Add TI PRUSS bindings bindings: soc: ti: soc: ringacc: remove ti,dma-ring-reset-quirk soc: ti: k3: ringacc: add am65x sr2.0 support Link: https://lore.kernel.org/r/1600656828-29267-1-git-send-email-santosh.shilimkar@oracle.com Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 63e15ef + dcca7a9 commit aa78dd1

13 files changed

Lines changed: 1021 additions & 167 deletions

File tree

Documentation/devicetree/bindings/soc/ti/k3-ringacc.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ properties:
6262
$ref: /schemas/types.yaml#/definitions/uint32
6363
description: TI-SCI device id of the ring accelerator
6464

65-
ti,dma-ring-reset-quirk:
66-
$ref: /schemas/types.yaml#definitions/flag
67-
description: |
68-
enable ringacc/udma ring state interoperability issue software w/a
69-
7065
required:
7166
- compatible
7267
- reg
@@ -94,7 +89,6 @@ examples:
9489
reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target";
9590
ti,num-rings = <818>;
9691
ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */
97-
ti,dma-ring-reset-quirk;
9892
ti,sci = <&dmsc>;
9993
ti,sci-dev-id = <187>;
10094
msi-parent = <&inta_main_udmass>;

0 commit comments

Comments
 (0)