mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user