mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
ARM: dts: aspeed-g6: add FWQSPI group in pinctrl dtsi
Add FWSPIDQ2 and FWSPIDQ3 group to support AST2600 FW SPI quad mode. These pins can be used with dedicated FW SPI pins - FWSPICS0#, FWSPICK, FWSPIMOSI and FWSPIMISO. Signed-off-by: Johnny Huang <johnny_huang@aspeedtech.com> Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Link: https://lore.kernel.org/r/20220329173932.2588289-7-quic_jaehyoo@quicinc.com Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
5da3ae6998
commit
e194aff006
|
|
@ -117,6 +117,11 @@ pinctrl_fwspid_default: fwspid_default {
|
|||
groups = "FWSPID";
|
||||
};
|
||||
|
||||
pinctrl_fwqspi_default: fwqspi_default {
|
||||
function = "FWQSPI";
|
||||
groups = "FWQSPI";
|
||||
};
|
||||
|
||||
pinctrl_fwspiwp_default: fwspiwp_default {
|
||||
function = "FWSPIWP";
|
||||
groups = "FWSPIWP";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user