meson: freeze current kernel at 6.12.28 and fix HDMI PHY frequency limit
- Freeze KERNELBRANCH at v6.12.28 for current branch - Fix max_hdmi_phy_freq value from 1650000000 to 1650000 Hz Signed-off-by: Igor Pecovnik <igor@armbian.com>
This commit is contained in:
parent
2653bd6f5b
commit
f15c115b1e
@ -25,6 +25,7 @@ case $BRANCH in
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.12"
|
||||
declare -g KERNELBRANCH="tag:v6.12.28" # frozen on this version
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@ index 111111111111..222222222222 100644
|
||||
+ */
|
||||
{
|
||||
.limits = {
|
||||
.max_hdmi_phy_freq = 1650000000,
|
||||
.max_hdmi_phy_freq = 1650000,
|
||||
},
|
||||
.attrs = (const struct soc_device_attribute []) {
|
||||
{ .soc_id = "GXL (S805*)", },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user