Skip to content

Commit

Permalink
overlays: sc16ic752-i2c: Fix xtal parameter
Browse files Browse the repository at this point in the history
The xtal parameter is targetting the wrong node - fix it.

See: #3156

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell committed Sep 13, 2019
1 parent 12c2175 commit 031932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/sc16is752-i2c-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
__overrides__ {
int_pin = <&sc16is752>,"interrupts:0";
addr = <&sc16is752>,"reg:0",<&sc16is752_clk>,"name";
xtal = <&sc16is752>,"clock-frequency:0";
xtal = <&sc16is752_clk>,"clock-frequency:0";
};
};

0 comments on commit 031932f

Please sign in to comment.