linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode)
@ 2021-11-26  8:45 Kishon Vijay Abraham I
  2021-11-26  8:45 ` [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node Kishon Vijay Abraham I
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kishon Vijay Abraham I @ 2021-11-26  8:45 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra
  Cc: Tero Kristo, Rob Herring, linux-arm-kernel, linux-kernel,
	Kishon Vijay Abraham I, devicetree

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node
  2021-11-26  8:45 [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode) Kishon Vijay Abraham I
@ 2021-11-26  8:45 ` Kishon Vijay Abraham I
  2021-12-03  5:10   ` Aswath Govindraju
  2021-11-26  8:45 ` [PATCH 2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in " Kishon Vijay Abraham I
  2021-12-06 13:26 ` [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode) Vignesh Raghavendra
  2 siblings, 1 reply; 6+ messages in thread
From: Kishon Vijay Abraham I @ 2021-11-26  8:45 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra
  Cc: Tero Kristo, Rob Herring, linux-arm-kernel, linux-kernel,
	Kishon Vijay Abraham I, devicetree

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 <kishon@ti.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node
  2021-11-26  8:45 [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode) Kishon Vijay Abraham I
  2021-11-26  8:45 ` [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node Kishon Vijay Abraham I
@ 2021-11-26  8:45 ` Kishon Vijay Abraham I
  2021-12-03  5:10   ` Aswath Govindraju
  2021-12-06 13:26 ` [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode) Vignesh Raghavendra
  2 siblings, 1 reply; 6+ messages in thread
From: Kishon Vijay Abraham I @ 2021-11-26  8:45 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra
  Cc: Tero Kristo, Rob Herring, linux-arm-kernel, linux-kernel,
	Kishon Vijay Abraham I, devicetree

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 <kishon@ti.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node
  2021-11-26  8:45 ` [PATCH 2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in " Kishon Vijay Abraham I
@ 2021-12-03  5:10   ` Aswath Govindraju
  0 siblings, 0 replies; 6+ messages in thread
From: Aswath Govindraju @ 2021-12-03  5:10 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Nishanth Menon, Vignesh Raghavendra
  Cc: Tero Kristo, Rob Herring, linux-arm-kernel, linux-kernel, devicetree

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 <kishon@ti.com>
> ---

Reviewed-by: Aswath Govindraju <a-govindraju@ti.com>

>  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>;
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node
  2021-11-26  8:45 ` [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node Kishon Vijay Abraham I
@ 2021-12-03  5:10   ` Aswath Govindraju
  0 siblings, 0 replies; 6+ messages in thread
From: Aswath Govindraju @ 2021-12-03  5:10 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Nishanth Menon, Vignesh Raghavendra
  Cc: Tero Kristo, Rob Herring, linux-arm-kernel, linux-kernel, devicetree

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 <kishon@ti.com>
> ---

Reviewed-by: Aswath Govindraju <a-govindraju@ti.com>

>  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 */
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode)
  2021-11-26  8:45 [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode) Kishon Vijay Abraham I
  2021-11-26  8:45 ` [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node Kishon Vijay Abraham I
  2021-11-26  8:45 ` [PATCH 2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in " Kishon Vijay Abraham I
@ 2021-12-06 13:26 ` Vignesh Raghavendra
  2 siblings, 0 replies; 6+ messages in thread
From: Vignesh Raghavendra @ 2021-12-06 13:26 UTC (permalink / raw)
  To: Nishanth Menon, Kishon Vijay Abraham I
  Cc: Vignesh Raghavendra, linux-arm-kernel, Rob Herring, linux-kernel,
	Tero Kristo, devicetree

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-12-06 13:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26  8:45 [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode) Kishon Vijay Abraham I
2021-11-26  8:45 ` [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node Kishon Vijay Abraham I
2021-12-03  5:10   ` Aswath Govindraju
2021-11-26  8:45 ` [PATCH 2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in " Kishon Vijay Abraham I
2021-12-03  5:10   ` Aswath Govindraju
2021-12-06 13:26 ` [PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode) Vignesh Raghavendra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).