2021-11-26 08:48:11

by Kishon Vijay Abraham I

[permalink] [raw]
Subject: [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode)

Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode) node in both j7200
and j721e.

Kishon Vijay Abraham I (2):
arm64: dts: ti: j7200-main: Fix 'dtbs_check' in mux@4080 node
arm64: dts: ti: j721e-main: Fix 'dtbs_check' in mux@4080 node

arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 2 +-
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--
2.17.1



2021-11-26 08:48:15

by Kishon Vijay Abraham I

[permalink] [raw]
Subject: [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node

Fix 'dtbs_check' in serdes_ln_ctrl (serdes-ln-ctrl@4080) node by
changing the node name to mux-controller@4080.

Signed-off-by: Kishon Vijay Abraham I <[email protected]>
---
arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
index d60ef4f7dd0b..05a627ad6cdc 100644
--- a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
@@ -32,7 +32,7 @@
#size-cells = <1>;
ranges = <0x00 0x00 0x00100000 0x1c000>;

- serdes_ln_ctrl: serdes-ln-ctrl@4080 {
+ serdes_ln_ctrl: mux-controller@4080 {
compatible = "mmio-mux";
#mux-control-cells = <1>;
mux-reg-masks = <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */
--
2.17.1


2021-11-26 08:48:17

by Kishon Vijay Abraham I

[permalink] [raw]
Subject: [PATCH 2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node

Fix 'dtbs_check' in serdes_ln_ctrl (mux@4080) node by changing the node
name to mux-controller@4080.

Signed-off-by: Kishon Vijay Abraham I <[email protected]>
---
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
index 08c8d1b47dcd..e85c89eebfa3 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
@@ -42,7 +42,7 @@
#size-cells = <1>;
ranges = <0x0 0x0 0x00100000 0x1c000>;

- serdes_ln_ctrl: mux@4080 {
+ serdes_ln_ctrl: mux-controller@4080 {
compatible = "mmio-mux";
reg = <0x00004080 0x50>;
#mux-control-cells = <1>;
--
2.17.1


2021-12-03 05:10:20

by Aswath Govindraju

[permalink] [raw]
Subject: Re: [PATCH 2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node

On 26/11/21 2:15 pm, Kishon Vijay Abraham I wrote:
> Fix 'dtbs_check' in serdes_ln_ctrl (mux@4080) node by changing the node
> name to mux-controller@4080.
>
> Signed-off-by: Kishon Vijay Abraham I <[email protected]>
> ---

Reviewed-by: Aswath Govindraju <[email protected]>

> arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> index 08c8d1b47dcd..e85c89eebfa3 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> @@ -42,7 +42,7 @@
> #size-cells = <1>;
> ranges = <0x0 0x0 0x00100000 0x1c000>;
>
> - serdes_ln_ctrl: mux@4080 {
> + serdes_ln_ctrl: mux-controller@4080 {
> compatible = "mmio-mux";
> reg = <0x00004080 0x50>;
> #mux-control-cells = <1>;
>


2021-12-03 05:10:54

by Aswath Govindraju

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node

On 26/11/21 2:15 pm, Kishon Vijay Abraham I wrote:
> Fix 'dtbs_check' in serdes_ln_ctrl (serdes-ln-ctrl@4080) node by
> changing the node name to mux-controller@4080.
>
> Signed-off-by: Kishon Vijay Abraham I <[email protected]>
> ---

Reviewed-by: Aswath Govindraju <[email protected]>

> arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
> index d60ef4f7dd0b..05a627ad6cdc 100644
> --- a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
> @@ -32,7 +32,7 @@
> #size-cells = <1>;
> ranges = <0x00 0x00 0x00100000 0x1c000>;
>
> - serdes_ln_ctrl: serdes-ln-ctrl@4080 {
> + serdes_ln_ctrl: mux-controller@4080 {
> compatible = "mmio-mux";
> #mux-control-cells = <1>;
> mux-reg-masks = <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */
>


2021-12-06 13:26:39

by Vignesh Raghavendra

[permalink] [raw]
Subject: Re: [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode)

Hi Kishon Vijay Abraham I,

On Fri, 26 Nov 2021 14:15:53 +0530, Kishon Vijay Abraham I wrote:
> Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode) node in both j7200
> and j721e.
>
> Kishon Vijay Abraham I (2):
> arm64: dts: ti: j7200-main: Fix 'dtbs_check' in mux@4080 node
> arm64: dts: ti: j721e-main: Fix 'dtbs_check' in mux@4080 node
>
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node
commit: 4d3984906397581dc0ccb6a02bf16b6ff82c9192
[2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node
commit: 3f92a5be6084b77f764a8bbb881ac0d12cb9e863

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh