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:
Igor Pecovnik 2026-03-02 15:36:58 +01:00 committed by Igor
parent 2653bd6f5b
commit f15c115b1e
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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*)", },