Skip to content

Commit

Permalink
omap: switch to kernel 6.6
Browse files Browse the repository at this point in the history
Switch to Linux 6.6 and adapt to the new dts directory layout.

Signed-off-by: Andre Heider <[email protected]>
  • Loading branch information
dhewg committed Aug 7, 2024
1 parent 967e1dd commit dafd604
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion target/linux/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CPU_TYPE:=cortex-a8
CPU_SUBTYPE:=vfpv3
SUBTARGETS:=generic

KERNEL_PATCHVER:=6.1
KERNEL_PATCHVER:=6.6

KERNELNAME:=zImage dtbs

Expand Down
1 change: 1 addition & 0 deletions target/linux/omap/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ define Device/Default
PROFILES := Default
KERNEL_NAME := zImage
KERNEL := kernel-bin
DTS_DIR := $(DTS_DIR)/ti/omap
DEVICE_DTS = $(lastword $(subst _, ,$(1)))
IMAGES := sdcard.img.gz
IMAGE/sdcard.img.gz := omap-sdcard | append-metadata | gzip
Expand Down
10 changes: 5 additions & 5 deletions target/linux/omap/patches/900-use-cpsw-ethernet-driver.patch
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ devices in OpenWrt usable again with the default network config.)
Signed-off-by: Jan Hoffmann <[email protected]>
---

--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
@@ -353,27 +353,24 @@
--- a/arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi
+++ b/arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi
@@ -358,27 +358,24 @@
};
};

Expand Down Expand Up @@ -52,8 +52,8 @@ Signed-off-by: Jan Hoffmann <[email protected]>

ethphy0: ethernet-phy@0 {
reg = <0>;
--- a/arch/arm/boot/dts/am335x-evm.dts
+++ b/arch/arm/boot/dts/am335x-evm.dts
--- a/arch/arm/boot/dts/ti/omap/am335x-evm.dts
+++ b/arch/arm/boot/dts/ti/omap/am335x-evm.dts
@@ -682,31 +682,28 @@
};
};
Expand Down

0 comments on commit dafd604

Please sign in to comment.