-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 6.6 LTS kernel #3063
Update to 6.6 LTS kernel #3063
Conversation
6adaba7
to
d495fce
Compare
Seeing that the |
@jens-maus We're currently in the exploration phase and there's no fixed schedule. Of course the sooner the individual issues get resolved the better :) If you could take care of it, it'd be much appreciated. FWIW here's the error:
If it's the only error, the fix should be fairly easy, basically the same as here: google/gasket-driver@8aca235 |
b9df01b
to
6499128
Compare
@jens-maus Nevermind, I added a patch that fixes the build with the newer kernel. |
6499128
to
b75af19
Compare
Thx. But of course I mind, because I want to integrate that patch upstream since I require that in my projects as well anyway ;-) |
Ive been testing for a while 6.6 in my builds. Just a heads up that rockchip boards require change to config option |
@@ -104,6 +104,7 @@ BR2_PACKAGE_GPTFDISK=y | |||
BR2_PACKAGE_GPTFDISK_SGDISK=y | |||
# BR2_PACKAGE_LVM2_STANDARD_INSTALL is not set | |||
BR2_PACKAGE_RTL8812AU_AIRCRACK_NG=y | |||
BR2_PACKAGE_RTL8821CU=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upstream RTW88 has a driver for this since 6.2
b75af19
to
5dd10e1
Compare
fe67793
to
0d9ad9a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be nice to have the CI run make dtbs_check
to pick up such issues in the device tree!
@@ -9,7 +9,7 @@ CONFIG_KEYBOARD_GPIO_POLLED=y | |||
|
|||
CONFIG_MMC_SDHCI_OF_DWCMSHC=y | |||
|
|||
CONFIG_REGULATOR_FAN53555=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already configured in kernel-rockchip.config. Odroid M1S is using the same driver..
...al/board/nabucasa/green/patches/linux/0001-arm64-dts-rockchip-Add-NabuCasa-Green-board.patch
Show resolved
Hide resolved
@@ -231,16 +238,16 @@ index 000000000000..e38fbfd50156 | |||
+&i2c0 { | |||
+ status = "okay"; | |||
+ | |||
+ vdd_cpu: rk8601@41 { | |||
+ vdd_cpu: fan53555@41 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be
regulator@41
These can always be added later, but 6.6 adds a bunch more wifi drivers. Most notably most Realtek devices are supported in the upstream kernel now, except for RTL8812AU which will likely never be supported in mainline. picked from
|
@darkxst I'll prefer to add new options in another PR for better clarity in changelog. But thanks a lot once again for the heads-up! |
154094e
to
f320cc9
Compare
M1 is now supported in upstream.
Needed larger refactoring because of 379ae64609c7a3301b60483eb65bd8bc78f76328
Removing the TMU patch/hack for now, need to check if it's still needed. If it is indeed, then it needs slighter rewrite.
Mostly removed options that have been removed between releases. Only a few options have been renamed, then there's bunch of options that had dependencies added so they are available only on some architectures, which are not those that we're using.
f320cc9
to
5462a16
Compare
No description provided.