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:
Jon Lin
2021-09-08 15:25:00 +08:00
committed by Tao Huang
parent fb66314078
commit 8e5c2775a9

View File

@@ -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";
};