Skip to content
Snippets Groups Projects
Commit dbc9b7ba authored by Phil Elwell's avatar Phil Elwell Committed by popcornmix
Browse files

overlays: sc16is752-spi1: Add xtal parameter

The other sc16is75x overlays have an xtal parameter to allow a
different crystal frequency to be specified, but sc16is752-spi1
doesn't. Fix this omission.

See: https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=273234



Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.com>
parent 96d7123e
No related merge requests found
......@@ -2114,6 +2114,7 @@ Info: Overlay for the NXP SC16IS752 Dual UART with SPI Interface
Load: dtoverlay=sc16is752-spi1,<param>=<val>
Params: int_pin GPIO used for IRQ (default 24)
xtal On-board crystal frequency (default 14745600)
Name: sdhost
......
......@@ -56,6 +56,7 @@
};
__overrides__ {
int_pin = <&sc16is752>,"interrupts:0";
int_pin = <&sc16is752>,"interrupts:0";
xtal = <&sc16is752_clk>,"clock-frequency:0";
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment