linux-aspeed: Move to Linux v6.6

There are 60 patches in the tree, with 36 of those patches not
yet queued for merging in mainline.

v6.6 is an LTS kernel as decreed by the kernel.org maintainers. The
OpenBMC kernel maintainers encourage everyone to ship the latest kernel
as it has the most code review and upstream code.

Andrew Jeffery (6):
      dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation
      pmbus (max31785): Add support for devicetree configuration
      pmbus (core): One-shot retries for failure to set page
      pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers
      ARM: dts: aspeed: witherspoon: Update max31785 node
      ipmi: kcs_bmc: Add a "raw" character device interface

Cédric Le Goater (1):
      /dev/mem: add a devmem kernel parameter to activate the device

Eddie James (19):
      dt-bindings: soc: Add Aspeed XDMA Engine
      soc: aspeed: Add XDMA Engine Driver
      soc: aspeed: xdma: Add user interface
      soc: aspeed: xdma: Add reset ioctl
      soc: aspeed: xdma: Add trace events
      i2c: core: Add mux root adapter operations
      iio: si7020: Lock root adapter to wait for reset
      eeprom: ee1004: Enable devices on multiple busses
      dt-bindings: trivial-devices: Add Atmel AT30TSE004A serial eeprom
      eeprom: ee1004: Add OF matching support
      leds: pca955x: Refactor with helper functions and renaming
      leds: pca955x: Use pointers to driver data rather than I2C client
      leds: pca955x: Optimize probe led selection
      leds: pca955x: Add HW blink support
      leds: Ensure hardware blinking turns off when requested
      ARM: dts: aspeed: Rainier: Add fan controller properties
      ARM: dts: aspeed: Everest: Add fan controller properties
      ARM: dts: aspeed: Bonnell: Add fan controller properties
      ARM: dts: aspeed: Rainier 4U: Delete fan dual-tach properties

Jae Hyun Yoo (1):
      clk: ast2600: enable BCLK for PCI/PCIe bus always

Joel Stanley (7):
      net: ftgmac100: Ensure tx descriptor updates are visible
      ARM: aspeed: Add debugfs directory
      ARM: soc: aspeed: Add secure boot controller support
      dt-bindings: trivial-devices: Remove Infineon SLB9673 TPM
      ARM: dts: nuvoton: npmc750-evb: Add default console
      tpm: tis-i2c: Add more compatible strings
      leds: pca955x: Revert "Remove the unused function pca95xx_num_led_regs()"

Johannes Holland (1):
      dt-bindings: tpm: Add schema for TIS I2C devices

Peter Yin (2):
      dt-bindings: hwmon: Add mps mp5990 driver bindings
      hwmon: (pmbus) Add support for MPS Multi-phase mp5990

Potin Lai (1):
      mtd: spi-nor: winbond: Add support for w25q01jvq

Zev Weiss (4):
      dt-bindings: arm: aspeed: document ASRock SPC621D8HM3
      ARM: dts: aspeed: Add ASRock SPC621D8HM3 BMC
      dt-bindings: arm: aspeed: document ASRock E3C256D4I
      ARM: dts: aspeed: Add ASRock E3C256D4I BMC

Change-Id: I8b756421a7da84c0070e2ad4ac84a93984703457
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
index 9f43142..6381cdf 100644
--- a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
+++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
@@ -1,6 +1,6 @@
-KBRANCH ?= "dev-6.5"
-LINUX_VERSION ?= "6.5.11"
+KBRANCH ?= "dev-6.6"
+LINUX_VERSION ?= "6.6.1"
 
-SRCREV="8ae3366e3417677c299f548541e561324be4b536"
+SRCREV="877459e4f0db43ef7dac38ebd6284632e82e4374"
 
 require linux-aspeed.inc