[PATCH] arm: dts: k3-j721e-sk-u-boot: Resync dts file and binding with Linux Kernel

From: Sinthu Raja sinthu.raja@ti.com
This resyncs the dts file of j721e-sk with the currently in-tree K3 platforms. Of note are that the main-navss/mcu-navss nodes were renamed to main_navss / mcu_navss and so the u-boot.dtsi file needed to be updated to match.
Also, disable the HBMC which is not supported in the j721e-sk board.
Fixes: 58d61fb5a7 ("arm: dts: k3-j721e-sk: Add initial A72 specific dts support") Signed-off-by: Sinthu Raja sinthu.raja@ti.com --- arch/arm/dts/k3-j721e-sk-u-boot.dtsi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/k3-j721e-sk-u-boot.dtsi b/arch/arm/dts/k3-j721e-sk-u-boot.dtsi index 0949caa129..31f979f3bb 100644 --- a/arch/arm/dts/k3-j721e-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-j721e-sk-u-boot.dtsi @@ -33,7 +33,7 @@ &cbass_main{ bootph-pre-ram;
- main_navss { + main_navss: bus@30000000 { bootph-pre-ram; }; }; @@ -49,7 +49,7 @@ bootph-pre-ram; };
- mcu-navss { + mcu_navss: bus@28380000 { bootph-pre-ram;
ringacc@2b800000 { @@ -237,6 +237,10 @@ bootph-pre-ram; };
+&hbmc { + status = "disabled"; +}; + &ospi0 { bootph-pre-ram;

Hi,
On Fri, Mar 31, 2023 at 12:09 PM Sinthu Raja sinthu.raja@mistralsolutions.com wrote:
From: Sinthu Raja sinthu.raja@ti.com
This resyncs the dts file of j721e-sk with the currently in-tree K3 platforms. Of note are that the main-navss/mcu-navss nodes were renamed to main_navss / mcu_navss and so the u-boot.dtsi file needed to be updated to match.
Also, disable the HBMC which is not supported in the j721e-sk board.
Fixes: 58d61fb5a7 ("arm: dts: k3-j721e-sk: Add initial A72 specific dts support") Signed-off-by: Sinthu Raja sinthu.raja@ti.com
arch/arm/dts/k3-j721e-sk-u-boot.dtsi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/k3-j721e-sk-u-boot.dtsi b/arch/arm/dts/k3-j721e-sk-u-boot.dtsi index 0949caa129..31f979f3bb 100644 --- a/arch/arm/dts/k3-j721e-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-j721e-sk-u-boot.dtsi @@ -33,7 +33,7 @@ &cbass_main{ bootph-pre-ram;
main_navss {
main_navss: bus@30000000 { bootph-pre-ram; };
}; @@ -49,7 +49,7 @@ bootph-pre-ram; };
mcu-navss {
mcu_navss: bus@28380000 { bootph-pre-ram; ringacc@2b800000 {
@@ -237,6 +237,10 @@ bootph-pre-ram; };
+&hbmc {
status = "disabled";
+};
Please review and let me know your comments.
&ospi0 { bootph-pre-ram;
-- 2.36.1

+Kumar, Udit u-kumar1@ti.com
On Thu, Apr 6, 2023 at 10:37 AM Sinthu Raja M < sinthu.raja@mistralsolutions.com> wrote:
Hi,
On Fri, Mar 31, 2023 at 12:09 PM Sinthu Raja sinthu.raja@mistralsolutions.com wrote:
From: Sinthu Raja sinthu.raja@ti.com
This resyncs the dts file of j721e-sk with the currently in-tree K3 platforms. Of note are that the main-navss/mcu-navss nodes were renamed to main_navss / mcu_navss and so the u-boot.dtsi file needed to be updated to match.
Also, disable the HBMC which is not supported in the j721e-sk board.
Fixes: 58d61fb5a7 ("arm: dts: k3-j721e-sk: Add initial A72 specific dts
support")
Signed-off-by: Sinthu Raja sinthu.raja@ti.com
arch/arm/dts/k3-j721e-sk-u-boot.dtsi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/k3-j721e-sk-u-boot.dtsi
b/arch/arm/dts/k3-j721e-sk-u-boot.dtsi
index 0949caa129..31f979f3bb 100644 --- a/arch/arm/dts/k3-j721e-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-j721e-sk-u-boot.dtsi @@ -33,7 +33,7 @@ &cbass_main{ bootph-pre-ram;
main_navss {
main_navss: bus@30000000 { bootph-pre-ram; };
}; @@ -49,7 +49,7 @@ bootph-pre-ram; };
mcu-navss {
mcu_navss: bus@28380000 { bootph-pre-ram; ringacc@2b800000 {
@@ -237,6 +237,10 @@ bootph-pre-ram; };
+&hbmc {
status = "disabled";
+};
Please review and let me know your comments.
&ospi0 { bootph-pre-ram;
-- 2.36.1
-- With Regards Sinthu Raja
participants (2)
-
Sinthu Raja
-
Sinthu Raja M