Skip to content

Commit 89b9a1c

Browse files
author
Jon Lin
committed
ARM: dts: rockchip: rk3502: Change rockchip,fspi to rockchip,rk3506-fspi
Change-Id: I22453b6b6992176bdc12a7ceab5071d529f25a37 Signed-off-by: Jon Lin <[email protected]>
1 parent 65f8dd5 commit 89b9a1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/boot/dts/rk3502.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,11 +929,12 @@
929929
};
930930

931931
fspi: spi@ff488000 {
932-
compatible = "rockchip,fspi";
932+
compatible = "rockchip,rk3506-fspi", "rockchip,fspi";
933933
reg = <0xff488000 0x4000>;
934934
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
935935
clocks = <&cru SCLK_FSPI>, <&cru HCLK_FSPI>;
936936
clock-names = "clk_sfc", "hclk_sfc";
937+
rockchip,grf = <&grf_pmu>;
937938
rockchip,max-dll = <0x17F>;
938939
#address-cells = <1>;
939940
#size-cells = <0>;

0 commit comments

Comments
 (0)