From: Sinthu Raja <hidden> Date: 2021-09-27 10:38:27
From: Sinthu Raja <redacted>
Hi All,
The series of patches are meant to help make the rproc bindings for K3
r5f and dsp support independent of board/platform involved.
Changes in V4:
Addressed review comments:
- Removed Fixes tags from the commit descriptions.
- Updated subject and commit description to emphasis on cleaning up of the
example to address the dt_binding_check warnings.
V3: https://lore.kernel.org/all/20210917095426.19277-1-sinthu.raja@ti.com/
V2: https://lore.kernel.org/all/20210818074030.1877-1-sinthu.raja@ti.com/
V1: https://lore.kernel.org/all/20210817152005.21575-1-sinthu.raja@ti.com/
Sinthu Raja (2):
dt-bindings: remoteproc: k3-r5f: Cleanup SoC compatible from DT
example
dt-bindings: remoteproc: k3-dsp: Cleanup SoC compatible from DT
example
.../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 4 +---
.../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
--
2.31.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Sinthu Raja <hidden> Date: 2021-09-27 10:38:33
From: Sinthu Raja <redacted>
The K3 R5F binding example used the root-node with a SoC compatible
property originally to address the dt_binding_check warnings resulting
from using a value of 2 for #address-cells and #size-cells as per most
common usage on K3 SoCs. Clean this up and replace it with a generic soc
node to keep it agnostic of the SoC or board compatibles that are outside
the scope of this binding.
Signed-off-by: Sinthu Raja <redacted>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Suman Anna <redacted>
---
Changes in V4: new patch in the series.
* review comment updates, including, commit message and $subject updates
& dropped Fixes tag.
V3: https://lore.kernel.org/all/20210917095426.19277-2-sinthu.raja@ti.com/
.../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
From: Sinthu Raja <hidden> Date: 2021-09-27 10:38:35
From: Sinthu Raja <redacted>
The K3 DSP binding example used the root-node with a SoC compatible
property originally to address the dt_binding_check warnings resulting
from using a value of 2 for #address-cells and #size-cells as per most
common usage on K3 SoCs. Clean this up and replace it with a generic soc
node to keep it agnostic of the SoC or board compatibles that are outside
the scope of this binding.
Signed-off-by: Sinthu Raja <redacted>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Suman Anna <redacted>
---
Changes since V4:
* review comment updates, including, commit message and $subject updates
& dropped Fixes tag.
V3: https://lore.kernel.org/all/20210917095426.19277-3-sinthu.raja@ti.com/
V2: https://lore.kernel.org/all/20210818074030.1877-1-sinthu.raja@ti.com/
V1: https://lore.kernel.org/all/20210817152005.21575-1-sinthu.raja@ti.com/
.../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
On Mon, Sep 27, 2021 at 04:08:09PM +0530, Sinthu Raja wrote:
From: Sinthu Raja <redacted>
Hi All,
The series of patches are meant to help make the rproc bindings for K3
r5f and dsp support independent of board/platform involved.
Changes in V4:
Addressed review comments:
- Removed Fixes tags from the commit descriptions.
- Updated subject and commit description to emphasis on cleaning up of the
example to address the dt_binding_check warnings.
V3: https://lore.kernel.org/all/20210917095426.19277-1-sinthu.raja@ti.com/
V2: https://lore.kernel.org/all/20210818074030.1877-1-sinthu.raja@ti.com/
V1: https://lore.kernel.org/all/20210817152005.21575-1-sinthu.raja@ti.com/
Sinthu Raja (2):
dt-bindings: remoteproc: k3-r5f: Cleanup SoC compatible from DT
example
dt-bindings: remoteproc: k3-dsp: Cleanup SoC compatible from DT
example
.../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 4 +---
.../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)