lantiq: switch to kernel 6.1
[openwrt/openwrt.git] / target / linux / generic / backport-6.1 / 801-v6.4-02-net-dsa-qca8k-add-LEDs-basic-support.patch
index e5cd03f1f301439318cc5e098709145f496061a8..409fe9c7a19c7990ddca29fb31d8c0c52cefc4eb 100644 (file)
@@ -71,7 +71,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  
  static void
  qca8k_split_addr(u32 regaddr, u16 *r1, u16 *r2, u16 *page)
-@@ -1729,6 +1730,10 @@ qca8k_setup(struct dsa_switch *ds)
+@@ -1851,6 +1852,10 @@ qca8k_setup(struct dsa_switch *ds)
        if (ret)
                return ret;
  
@@ -386,7 +386,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  #define QCA8K_GOL_MAC_ADDR0                           0x60
  #define QCA8K_GOL_MAC_ADDR1                           0x64
  #define QCA8K_MAX_FRAME_SIZE                          0x78
-@@ -383,6 +429,19 @@ struct qca8k_pcs {
+@@ -382,6 +428,19 @@ struct qca8k_pcs {
        int port;
  };
  
@@ -406,7 +406,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  struct qca8k_priv {
        u8 switch_id;
        u8 switch_revision;
-@@ -407,6 +466,7 @@ struct qca8k_priv {
+@@ -406,6 +465,7 @@ struct qca8k_priv {
        struct qca8k_pcs pcs_port_0;
        struct qca8k_pcs pcs_port_6;
        const struct qca8k_match_data *info;