mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
ARM: dts: rv1126: change sfc to standard spi framework
Support sfc spi standard drivers from drivers/spi/spi-rockchip-sfc.c. Change-Id: If94a343a6c19e26e3c2dd343623252bf5f8e159b Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
parent
fb66314078
commit
8e5c2775a9
|
|
@ -2401,7 +2401,7 @@ nandc: nandc@ffc80000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
sfc: sfc@ffc90000 {
|
||||
sfc: spi@ffc90000 {
|
||||
compatible = "rockchip,sfc";
|
||||
reg = <0xffc90000 0x4000>;
|
||||
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
@ -2412,6 +2412,8 @@ sfc: sfc@ffc90000 {
|
|||
assigned-clocks = <&cru SCLK_SFC>;
|
||||
assigned-clock-rates = <80000000>;
|
||||
power-domains = <&power RV1126_PD_NVM>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user