The branch main has been updated by oh:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9c5b56aa03cc761b94d4f9986076fd72aad38f57

commit 9c5b56aa03cc761b94d4f9986076fd72aad38f57
Author:     Oskar Holmlund <[email protected]>
AuthorDate: 2025-12-05 17:27:57 +0000
Commit:     Oskar Holmlund <[email protected]>
CommitDate: 2025-12-05 17:27:57 +0000

    sys/dts/arm/ufs.dts: fix compile error
    
    Fix compile error due to the include file am33xx.dtsi has been moved.
    The Linux device-tree archive has split the general directory
    (ARM/ARM64...) into vendor specific subdirectories since Linux 6.5.
    
    Reviewed by: kp
    Approved by: manu (mentor)
    Differential revision: https://reviews.freebsd.org/D53894
---
 sys/dts/arm/ufw.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dts/arm/ufw.dts b/sys/dts/arm/ufw.dts
index 9e6a75ec12fb..8c1fa1e20302 100644
--- a/sys/dts/arm/ufw.dts
+++ b/sys/dts/arm/ufw.dts
@@ -27,7 +27,7 @@
 
 /dts-v1/;
 
-#include "am33xx.dtsi"
+#include "ti/omap/am33xx.dtsi"
 
 / {
        model = "AM335x uFW";

Reply via email to