[PATCH 1/4] arm64: dts: ti: k3-am62a-main: Fix pinctrl properties

Paresh Bhagat posted 4 patches 1 month, 2 weeks ago
[PATCH 1/4] arm64: dts: ti: k3-am62a-main: Fix pinctrl properties
Posted by Paresh Bhagat 1 month, 2 weeks ago
From: Vibhore Vardhan <vibhore@ti.com>

Correct reg length to match end address - start address for main
PADCFG registers.

Signed-off-by: Vibhore Vardhan <vibhore@ti.com>
Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
index 9cad79d7bbc1..260279702c01 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
@@ -267,7 +267,7 @@ secure_proxy_sa3: mailbox@43600000 {
 
 	main_pmx0: pinctrl@f4000 {
 		compatible = "pinctrl-single";
-		reg = <0x00 0xf4000 0x00 0x2ac>;
+		reg = <0x00 0xf4000 0x00 0x25c>;
 		#pinctrl-cells = <1>;
 		pinctrl-single,register-width = <32>;
 		pinctrl-single,function-mask = <0xffffffff>;
-- 
2.34.1
Re: [PATCH 1/4] arm64: dts: ti: k3-am62a-main: Fix pinctrl properties
Posted by Raghavendra, Vignesh 1 month, 1 week ago

On 8/20/2025 2:03 PM, Paresh Bhagat wrote:
> From: Vibhore Vardhan <vibhore@ti.com>
> 
> Correct reg length to match end address - start address for main
> PADCFG registers.
> 

Needs a Fixes tag and Cc stable tag. Read [1]

Please add a link to the documentation to support your claim.

> Signed-off-by: Vibhore Vardhan <vibhore@ti.com>
> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
> ---
>  arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
> index 9cad79d7bbc1..260279702c01 100644
> --- a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
> @@ -267,7 +267,7 @@ secure_proxy_sa3: mailbox@43600000 {
>  
>  	main_pmx0: pinctrl@f4000 {
>  		compatible = "pinctrl-single";
> -		reg = <0x00 0xf4000 0x00 0x2ac>;
> +		reg = <0x00 0xf4000 0x00 0x25c>;
>  		#pinctrl-cells = <1>;
>  		pinctrl-single,register-width = <32>;
>  		pinctrl-single,function-mask = <0xffffffff>;


[1] https://docs.kernel.org/process/submitting-patches.html