remoteproc: k3_r5: Sync to upstreamed kernel DT property names
authorSuman Anna <s-anna@ti.com>
Wed, 27 Jan 2021 00:20:56 +0000 (18:20 -0600)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 4 Feb 2021 15:07:56 +0000 (20:37 +0530)
commit468ec2f3ef8fb4e08c01e6d92a530d3632ca6df5
tree8a587908fc9c4caf65022ab36110920d01f6700e
parent59a51c307603c1ec7ff27cf6a310158190ab1508
remoteproc: k3_r5: Sync to upstreamed kernel DT property names

The K3 R5F remoteproc driver in U-Boot was upstreamed prior to the
equivalent remoteproc driver in the Linux kernel. Some of the DT
properties used in U-Boot got upstreamed using different names
in Linux kernel.

The modified property names include the R5F cluster mode configuration
property "lockstep-mode"; and three different individual R5F core config
properties - "atcm-enable", "btcm-enable" and "loczrama". The property
names were updated as follows:
  lockstep-mode => ti,cluster-mode
  atcm-enable   => ti,atcm-enable
  btcm-enable   => ti,btcm-enable
  loczrama      => ti,loczrama

Update the K3 R5F remoteproc driver, the corresponding binding, and
all the existing usage in AM65x, J721E and J7200 dts files all at
once to use the new properties and to not break any bisectability.

Signed-off-by: Suman Anna <s-anna@ti.com>
arch/arm/dts/k3-am65-mcu.dtsi
arch/arm/dts/k3-j7200-main.dtsi
arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
arch/arm/dts/k3-j721e-main.dtsi
arch/arm/dts/k3-j721e-mcu-wakeup.dtsi
doc/device-tree-bindings/remoteproc/ti,k3-r5f-rproc.txt
drivers/remoteproc/ti_k3_r5f_rproc.c