arm64: dts: rockchip: rk3568: change sfc to standard spi framework

Support sfc spi standard drivers from drivers/spi/spi-rockchip-sfc.c.

Change-Id: I98fa3c54b98e04d649ebb749bdb0819154fc7075
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2021-09-08 15:23:49 +08:00
parent 9ac1ea44cb
commit 9afd9b36c4

View File

@@ -2407,7 +2407,7 @@
status = "disabled";
};
sfc: sfc@fe300000 {
sfc: spi@fe300000 {
compatible = "rockchip,sfc";
reg = <0x0 0xfe300000 0x0 0x4000>;
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
@@ -2415,6 +2415,8 @@
clock-names = "clk_sfc", "hclk_sfc";
assigned-clocks = <&cru SCLK_SFC>;
assigned-clock-rates = <100000000>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};