Skip to content

Commit

Permalink
linux: mainline: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Sep 28, 2023
1 parent f08c9b6 commit 01a6578
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 162 deletions.
2 changes: 1 addition & 1 deletion linux/latest/0001-manjaro-linux
Submodule 0001-manjaro-linux updated from a0c8cc to 439c86

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions linux/latest/0100-vendor/0001-VENDOR-Add-Radxa-overlays.patch
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ index f231280cd..3b5a15e47 100644
+subdir-y += overlays
+
# SPDX-License-Identifier: GPL-2.0
dtb-$(CONFIG_ARCH_MESON) += amlogic-c3-c302x-aw409.dtb
dtb-$(CONFIG_ARCH_MESON) += meson-a1-ad401.dtb
dtb-$(CONFIG_ARCH_MESON) += meson-axg-jethome-jethub-j100.dtb
diff --git a/arch/arm64/boot/dts/rockchip/Makefile b/arch/arm64/boot/dts/rockchip/Makefile
index 971b1f0ae..66aba816d 100644
--- a/arch/arm64/boot/dts/rockchip/Makefile
Expand Down Expand Up @@ -79,7 +79,7 @@ index 190d781e8..8744bb077 100644
+
PHONY += $(subdirs)
$(subdirs):
$(Q)$(MAKE) $(dtbinst)=$@ dst=$(patsubst $(obj)/%,$(dst)/%,$@)
$(Q)$(MAKE) $(dtbinst)=$@ dst=$(if $(CONFIG_ARCH_WANT_FLAT_DTB_INSTALL),$(dst),$(patsubst $(obj)/%,$(dst)/%,$@))
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 3fb6a99e7..a1a073d1d 100644
--- a/scripts/Makefile.lib
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: bsp <[email protected]>
Date: Thu, 28 Sep 2023 18:00:40 +0800
Subject: [PATCH 1/1] Revert "kbuild: Disallow DTB overlays to built from .dts
named source files"

This reverts commit 81d362732bac05f656cdc4bbe776ac20cfd30c45.
---
scripts/Makefile.lib | 3 +++
1 file changed, 3 insertions(+)

diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 68d0134bdbf9d..100a386fcd717 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -418,6 +418,9 @@ endif
$(obj)/%.dtb: $(src)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE
$(call if_changed_dep,dtb)

+$(obj)/%.dtbo: $(src)/%.dts $(DTC) FORCE
+ $(call if_changed_dep,dtc)
+
$(obj)/%.dtbo: $(src)/%.dtso $(DTC) FORCE
$(call if_changed_dep,dtc)

--
2.42.0

2 changes: 1 addition & 1 deletion linux/latest/fork.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BSP_GIT="https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux.git"
BSP_TAG="v6.4.13"
BSP_TAG="v6.5.5"
SUPPORTED_BOARDS=("latest"
#"radxa-cm3-io-latest" "radxa-cm3-sodimm-io-latest" "radxa-e25-latest"
#"radxa-zero-latest" "radxa-zero-2pro-latest"
Expand Down
4 changes: 2 additions & 2 deletions linux/stable/0020-radxa-zero/0013-Prefer-FHD-for-meson.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: bsp <bsp@radxa.com>
From: ZHANG Yuntian <yt@radxa.com>
Date: Wed, 12 Jul 2023 16:34:21 +0800
Subject: [PATCH] Prefer FHD for meson

Expand All @@ -21,7 +21,7 @@ index 739e0d40cca6..d74e002bf7e8 100644

struct detailed_mode_closure {
@@ -233,6 +235,12 @@ static const struct edid_quirk {
EDID_QUIRK('S', 'V', 'R', 0x1019, EDID_QUIRK_NON_DESKTOP),
EDID_QUIRK('A', 'U', 'O', 0x1111, EDID_QUIRK_NON_DESKTOP),
};

+static const struct connector_quirk {
Expand Down
2 changes: 1 addition & 1 deletion linux/stable/0020-radxa-zero/0017-Rename-ZERO-2.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: bsp <bsp@radxa.com>
From: ZHANG Yuntian <yt@radxa.com>
Date: Wed, 27 Sep 2023 19:15:30 +0800
Subject: [PATCH 1/1] Rename ZERO 2

Expand Down
2 changes: 1 addition & 1 deletion linux/stable/fork.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BSP_GIT="https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux.git"
BSP_TAG="v6.1.54"
BSP_TAG="v6.1.55"
SUPPORTED_BOARDS=("stable"
"radxa-zero" "radxa-zero-2pro"
#"radxa-cm3-io-stable" "radxa-cm3-sodimm-io-stable" "radxa-e25-stable"
Expand Down

0 comments on commit 01a6578

Please sign in to comment.