From def9d215ac7dc682bfb5489bc75d64a2f8af694d Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Fri, 24 Aug 2018 18:00:10 +0200 Subject: kernel: bump 4.14 to 4.14.67 Refreshed all patches. Removed upstreamed patches: - 037-v4.18-0008-ARM-dts-BCM5301x-Fix-i2c-controller-interrupt-type.patch Compile-tested on: cns3xxx, imx6 Runtime-tested on: cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- ...CM5301x-Fix-i2c-controller-interrupt-type.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 target/linux/bcm53xx/patches-4.14/037-v4.18-0008-ARM-dts-BCM5301x-Fix-i2c-controller-interrupt-type.patch (limited to 'target/linux/bcm53xx/patches-4.14') diff --git a/target/linux/bcm53xx/patches-4.14/037-v4.18-0008-ARM-dts-BCM5301x-Fix-i2c-controller-interrupt-type.patch b/target/linux/bcm53xx/patches-4.14/037-v4.18-0008-ARM-dts-BCM5301x-Fix-i2c-controller-interrupt-type.patch deleted file mode 100644 index 6f062866cf..0000000000 --- a/target/linux/bcm53xx/patches-4.14/037-v4.18-0008-ARM-dts-BCM5301x-Fix-i2c-controller-interrupt-type.patch +++ /dev/null @@ -1,24 +0,0 @@ -From a0a8338e905734518ab9b10b06e7fd0201228f8b Mon Sep 17 00:00:00 2001 -From: Florian Fainelli -Date: Mon, 11 Jun 2018 15:53:40 -0700 -Subject: [PATCH] ARM: dts: BCM5301x: Fix i2c controller interrupt type - -The i2c controller should be using IRQ_TYPE_LEVEL_HIGH, fix that. - -Fixes: bb097e3e0045 ("ARM: dts: BCM5301X: Add I2C support to the DT") -Signed-off-by: Florian Fainelli ---- - arch/arm/boot/dts/bcm5301x.dtsi | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/arch/arm/boot/dts/bcm5301x.dtsi -+++ b/arch/arm/boot/dts/bcm5301x.dtsi -@@ -365,7 +365,7 @@ - i2c0: i2c@18009000 { - compatible = "brcm,iproc-i2c"; - reg = <0x18009000 0x50>; -- interrupts = ; -+ interrupts = ; - #address-cells = <1>; - #size-cells = <0>; - clock-frequency = <100000>; -- cgit v1.2.3