overlays: sc16ic750-i2c: Fix xtal parameter
authorPhil Elwell <phil@raspberrypi.com>
Tue, 3 Mar 2020 09:43:41 +0000 (09:43 +0000)
committerPhil Elwell <phil@raspberrypi.com>
Tue, 3 Mar 2020 09:54:46 +0000 (09:54 +0000)
The xtal parameter is targetting the wrong node - fix it.

See: https://github.com/raspberrypi/linux/issues/3156

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/overlays/sc16is750-i2c-overlay.dts

index 5fbff2e..16fe0d0 100644 (file)
@@ -32,7 +32,7 @@
        __overrides__ {
                int_pin = <&sc16is750>,"interrupts:0";
                addr = <&sc16is750>,"reg:0",<&sc16is750_clk>,"name";
-               xtal = <&sc16is750>,"clock-frequency:0";
+               xtal = <&sc16is750_clk>,"clock-frequency:0";
        };
 
 };