drivers: serial: uart_pl011_ambiq.h: Remove reserved CLK frequency
UART CLK does not support the 48MHz frequency option Signed-off-by: Richard Wheatley <richard.wheatley@ambiq.com>
This commit is contained in:
parent
cb19fc7a91
commit
13484b5bdc
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@ static inline int pl011_ambiq_clk_set(const struct device *dev, uint32_t clk)
|
||||||
case 24000000:
|
case 24000000:
|
||||||
clksel = PL011_CR_AMBIQ_CLKSEL_24MHZ;
|
clksel = PL011_CR_AMBIQ_CLKSEL_24MHZ;
|
||||||
break;
|
break;
|
||||||
case 48000000:
|
|
||||||
clksel = PL011_CR_AMBIQ_CLKSEL_48MHZ;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue