]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite106ff300dac3d25ef370330474103b2d2e0fcab
tree8a587908fc9c4caf65022ab36110920d01f6700e
parent1e5eaa69ea937c0eb754e1c4eb8d0c63249bc6d6
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