firmware-utils: bump to git HEAD
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0428-overlays-sc16ic750-i2c-Fix-xtal-parameter.patch
1 From 65318cd76f4523acf8ffe8fe7448fb7d913f8c66 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Tue, 3 Mar 2020 09:43:41 +0000
4 Subject: [PATCH] overlays: sc16ic750-i2c: Fix xtal parameter
5
6 The xtal parameter is targetting the wrong node - fix it.
7
8 See: https://github.com/raspberrypi/linux/issues/3156
9
10 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
11 ---
12 arch/arm/boot/dts/overlays/sc16is750-i2c-overlay.dts | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/arch/arm/boot/dts/overlays/sc16is750-i2c-overlay.dts
16 +++ b/arch/arm/boot/dts/overlays/sc16is750-i2c-overlay.dts
17 @@ -32,7 +32,7 @@
18 __overrides__ {
19 int_pin = <&sc16is750>,"interrupts:0";
20 addr = <&sc16is750>,"reg:0",<&sc16is750_clk>,"name";
21 - xtal = <&sc16is750>,"clock-frequency:0";
22 + xtal = <&sc16is750_clk>,"clock-frequency:0";
23 };
24
25 };