diff options
| author | Oskar Holmlund <oh@FreeBSD.org> | 2025-12-05 17:27:57 +0000 |
|---|---|---|
| committer | Oskar Holmlund <oh@FreeBSD.org> | 2025-12-05 17:27:57 +0000 |
| commit | 9c5b56aa03cc761b94d4f9986076fd72aad38f57 (patch) | |
| tree | f7a4c5bc15c32e5b8b8b176bd1fea97ab84c99a6 | |
| parent | 8291ea8761c2d686d43f14c08ec0e644673b28f3 (diff) | |
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
| -rw-r--r-- | sys/dts/arm/ufw.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
