omap: adapt to the new dts directory layout.
.dts files were moved to the 'ti/omap' sub-directory. Signed-off-by: Andre Heider <a.heider@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16099 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
401de90874
commit
4927d0f285
@ -33,6 +33,9 @@ define Device/Default
|
|||||||
PROFILES := Default
|
PROFILES := Default
|
||||||
KERNEL_NAME := zImage
|
KERNEL_NAME := zImage
|
||||||
KERNEL := kernel-bin
|
KERNEL := kernel-bin
|
||||||
|
ifdef CONFIG_LINUX_6_6
|
||||||
|
DTS_DIR := $(DTS_DIR)/ti/omap
|
||||||
|
endif
|
||||||
DEVICE_DTS = $(lastword $(subst _, ,$(1)))
|
DEVICE_DTS = $(lastword $(subst _, ,$(1)))
|
||||||
IMAGES := sdcard.img.gz
|
IMAGES := sdcard.img.gz
|
||||||
IMAGE/sdcard.img.gz := omap-sdcard | append-metadata | gzip
|
IMAGE/sdcard.img.gz := omap-sdcard | append-metadata | gzip
|
||||||
|
@ -17,9 +17,9 @@ devices in OpenWrt usable again with the default network config.)
|
|||||||
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
|
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
|
||||||
---
|
---
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
|
--- a/arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi
|
||||||
+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
|
+++ b/arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi
|
||||||
@@ -353,27 +353,24 @@
|
@@ -358,27 +358,24 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -52,8 +52,8 @@ Signed-off-by: Jan Hoffmann <jan@3e8.eu>
|
|||||||
|
|
||||||
ethphy0: ethernet-phy@0 {
|
ethphy0: ethernet-phy@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
--- a/arch/arm/boot/dts/am335x-evm.dts
|
--- a/arch/arm/boot/dts/ti/omap/am335x-evm.dts
|
||||||
+++ b/arch/arm/boot/dts/am335x-evm.dts
|
+++ b/arch/arm/boot/dts/ti/omap/am335x-evm.dts
|
||||||
@@ -682,31 +682,28 @@
|
@@ -682,31 +682,28 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user