Skip to content

Commit

Permalink
overlays: sc16ic750-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.com>
  • Loading branch information
pelwell authored and popcornmix committed Apr 16, 2020
1 parent 115e0ab commit 3583901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/sc16is750-i2c-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

};

0 comments on commit 3583901

Please sign in to comment.