mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: rockchip: rk3528: Assign spi sclk_in
Assign spi0 and spi1 sclk_in Change-Id: If7337ddaaaa964854122794367d8be8b86c58fb1 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
parent
3301cd7413
commit
584f0eb12b
|
|
@ -1371,8 +1371,8 @@ spi0: spi@ff9c0000 {
|
|||
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clocks = <&cru CLK_SPI0>, <&cru PCLK_SPI0>;
|
||||
clock-names = "spiclk", "apb_pclk";
|
||||
clocks = <&cru CLK_SPI0>, <&cru PCLK_SPI0>, <&cru SCLK_IN_SPI0>;
|
||||
clock-names = "spiclk", "apb_pclk", "sclk_in";
|
||||
dmas = <&dmac 25>, <&dmac 24>;
|
||||
dma-names = "tx", "rx";
|
||||
pinctrl-names = "default";
|
||||
|
|
@ -1386,8 +1386,8 @@ spi1: spi@ff9d0000 {
|
|||
interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clocks = <&cru CLK_SPI1>, <&cru PCLK_SPI1>;
|
||||
clock-names = "spiclk", "apb_pclk";
|
||||
clocks = <&cru CLK_SPI1>, <&cru PCLK_SPI1>, <&cru SCLK_IN_SPI1>;
|
||||
clock-names = "spiclk", "apb_pclk", "sclk_in";
|
||||
dmas = <&dmac 31>, <&dmac 30>;
|
||||
dma-names = "tx", "rx";
|
||||
pinctrl-names = "default";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user