mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: rk3502: Change rockchip,fspi to rockchip,rk3506-fspi
Change-Id: I22453b6b6992176bdc12a7ceab5071d529f25a37 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -929,11 +929,12 @@
|
||||
};
|
||||
|
||||
fspi: spi@ff488000 {
|
||||
compatible = "rockchip,fspi";
|
||||
compatible = "rockchip,rk3506-fspi", "rockchip,fspi";
|
||||
reg = <0xff488000 0x4000>;
|
||||
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_FSPI>, <&cru HCLK_FSPI>;
|
||||
clock-names = "clk_sfc", "hclk_sfc";
|
||||
rockchip,grf = <&grf_pmu>;
|
||||
rockchip,max-dll = <0x17F>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
Reference in New Issue
Block a user