brcm2708-gpu-fw: update to latest firmware
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0672-overlays-sc16ic752-i2c-Fix-xtal-parameter.patch
1 From ee24998ecaed3d03890a7a5e04dddb8c5d073e97 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Sat, 17 Aug 2019 19:47:30 +0100
4 Subject: [PATCH] overlays: sc16ic752-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.org>
11 ---
12 arch/arm/boot/dts/overlays/sc16is752-i2c-overlay.dts | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/arch/arm/boot/dts/overlays/sc16is752-i2c-overlay.dts
16 +++ b/arch/arm/boot/dts/overlays/sc16is752-i2c-overlay.dts
17 @@ -35,6 +35,6 @@
18 __overrides__ {
19 int_pin = <&sc16is752>,"interrupts:0";
20 addr = <&sc16is752>,"reg:0",<&sc16is752_clk>,"name";
21 - xtal = <&sc16is752>,"clock-frequency:0";
22 + xtal = <&sc16is752_clk>,"clock-frequency:0";
23 };
24 };