projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1580ccb
)
ARM: dts: rockchip: Fix the spi controller on rk3036
author
Heiko Stuebner
<heiko@sntech.de>
Tue, 8 Oct 2024 20:39:39 +0000
(22:39 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Fri, 25 Oct 2024 06:41:15 +0000
(08:41 +0200)
Compatible and clock names did not match the existing binding.
So set the correct values and re-order+rename the clocks.
It looks like no rk3036 board did use the spi controller so far,
so this was never detected on a running device yet.
Fixes:
f629fcfab2cd
("ARM: dts: rockchip: support the spi for rk3036")
Cc: Caesar Wang <wxt@rock-chips.com>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link:
https://lore.kernel.org/r/20241008203940.2573684-14-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3036.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/rockchip/rk3036.dtsi
b/arch/arm/boot/dts/rockchip/rk3036.dtsi
index 09371f07d7b4b4b68c73dcca04b7ebef96c875d9..63b9912be06a7c53ef83783a1c84ad745515c6c4 100644
(file)
--- a/
arch/arm/boot/dts/rockchip/rk3036.dtsi
+++ b/
arch/arm/boot/dts/rockchip/rk3036.dtsi
@@
-553,11
+553,11
@@
};
spi: spi@20074000 {
- compatible = "rockchip,r
ockchip
-spi";
+ compatible = "rockchip,r
k3036
-spi";
reg = <0x20074000 0x1000>;
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&cru
PCLK_SPI>, <&cru S
CLK_SPI>;
- clock-names = "
apb-pclk","spi
_pclk";
+ clocks = <&cru
SCLK_SPI>, <&cru P
CLK_SPI>;
+ clock-names = "
spiclk", "apb
_pclk";
dmas = <&pdma 8>, <&pdma 9>;
dma-names = "tx", "rx";
pinctrl-names = "default";