arm64: dts: ti: k3-am64: Fix typo in epwm_tbclk node name

Message ID 20231117162059.88633-1-afd@ti.com
State New
Headers
Series arm64: dts: ti: k3-am64: Fix typo in epwm_tbclk node name |

Commit Message

Andrew Davis Nov. 17, 2023, 4:20 p.m. UTC
  The node name has @4140 but the reg is at 4130, fix this here.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Nishanth Menon Dec. 1, 2023, 8:53 a.m. UTC | #1
Hi Andrew Davis,

On Fri, 17 Nov 2023 10:20:59 -0600, Andrew Davis wrote:
> The node name has @4140 but the reg is at 4130, fix this here.
> 
> 

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

[1/1] arm64: dts: ti: k3-am64: Fix typo in epwm_tbclk node name
      commit: 2897596e3793ce4d58654c56dcc531e853c3ca5a

I did a minor correction in the $subject locally - s/k3-am64/k3-am64-main to
indicate what is affected instead of entire am64 family of SoCs and boards..
please use git log --oneline file in the future to stay consistent..

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
  

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
index 0be642bc1b86d..7451434101469 100644
--- a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
@@ -63,7 +63,7 @@  phy_gmii_sel: phy@4044 {
 			#phy-cells = <1>;
 		};
 
-		epwm_tbclk: clock-controller@4140 {
+		epwm_tbclk: clock-controller@4130 {
 			compatible = "ti,am64-epwm-tbclk";
 			reg = <0x4130 0x4>;
 			#clock-cells = <1>;