kernel: bump kernel 4.4 to 4.4.129 for 17.01
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0347-clk-bcm2835-Skip-PLLC-clocks-when-deciding-on-a-new-.patch
index b8e56940f5546915ee6d30785393145edb17a60b..4ba4583592f7534cca6e9f9bea2b6bdcadc1fece 100644 (file)
@@ -22,7 +22,7 @@ Fixes: 41691b8862e2 ("clk: bcm2835: Add support for programming the audio domain
 
 --- a/drivers/clk/bcm/clk-bcm2835.c
 +++ b/drivers/clk/bcm/clk-bcm2835.c
-@@ -1026,16 +1026,28 @@ static int bcm2835_clock_set_rate(struct
+@@ -1028,16 +1028,28 @@ static int bcm2835_clock_set_rate(struct
        return 0;
  }
  
@@ -51,7 +51,7 @@ Fixes: 41691b8862e2 ("clk: bcm2835: Add support for programming the audio domain
        /*
         * Select parent clock that results in the closest but lower rate
         */
-@@ -1043,6 +1055,17 @@ static int bcm2835_clock_determine_rate(
+@@ -1045,6 +1057,17 @@ static int bcm2835_clock_determine_rate(
                parent = clk_hw_get_parent_by_index(hw, i);
                if (!parent)
                        continue;