Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Dec 2025 17:30:57 +0000
From:      Oskar Holmlund <oh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9c5b56aa03cc - main - sys/dts/arm/ufs.dts: fix compile error
Message-ID:  <693316d1.9b96.497b170@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by oh:

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

commit 9c5b56aa03cc761b94d4f9986076fd72aad38f57
Author:     Oskar Holmlund <oh@FreeBSD.org>
AuthorDate: 2025-12-05 17:27:57 +0000
Commit:     Oskar Holmlund <oh@FreeBSD.org>
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";


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693316d1.9b96.497b170>