mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09: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:
@@ -2401,7 +2401,7 @@
|
||||
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 @@
|
||||
assigned-clocks = <&cru SCLK_SFC>;
|
||||
assigned-clock-rates = <80000000>;
|
||||
power-domains = <&power RV1126_PD_NVM>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user