6383b393f62483ab07843da154608bd35ba49da3
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.19 / 950-0769-overlays-sc16ic752-i2c-Fix-xtal-parameter.patch
1 From 19a0c4687ddd47adbcf07c5d8fcab904637f0018 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 769/782] 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 };