x86: image: drop unneeded grub call
[oweals/openwrt.git] / target / linux / ipq806x / patches-4.9 / 0030-qcom-ipq4019-use-correct-clock-for-i2c-bus-0.patch
1 From 79f698655871f2eeceb1f9051e60d97bc434f52f Mon Sep 17 00:00:00 2001
2 From: Matthew McClintock <mmcclint@qca.qualcomm.com>
3 Date: Fri, 29 Apr 2016 12:48:02 -0500
4 Subject: [PATCH 30/37] qcom: ipq4019: use correct clock for i2c bus 0
5
6 For the record the mapping is as follows:
7
8 QUP0 = SPI QUP1
9 QUP1 = SPI QUP2
10 QUP2 = I2C QUP1
11 QUP3 = I2C QUP2
12
13 Signed-off-by: Matthew McClintock <mmcclint@qca.qualcomm.com>
14 ---
15  arch/arm/boot/dts/qcom-ipq4019.dtsi |    2 +-
16  1 file changed, 1 insertion(+), 1 deletion(-)
17
18 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
19 +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
20 @@ -175,7 +175,7 @@
21                         reg = <0x78b7000 0x6000>;
22                         interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
23                         clocks = <&gcc GCC_BLSP1_AHB_CLK>,
24 -                                <&gcc GCC_BLSP1_QUP2_I2C_APPS_CLK>;
25 +                                <&gcc GCC_BLSP1_QUP1_I2C_APPS_CLK>;
26                         clock-names = "iface", "core";
27                         #address-cells = <1>;
28                         #size-cells = <0>;