projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85ea95
)
arm64: dts: rockchip: Expand reg size of vdec node for RK3328
author
Jonas Karlman
<jonas@kwiboo.se>
Sun, 5 Nov 2023 23:36:15 +0000
(23:36 +0000)
committer
Heiko Stuebner
<heiko@sntech.de>
Thu, 16 Nov 2023 20:06:37 +0000
(21:06 +0100)
Expand the reg size for the vdec node to include cache/performance
registers the rkvdec driver writes to.
Fixes:
17408c9b119d
("arm64: dts: rockchip: Add vdec support for RK3328")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Link:
https://lore.kernel.org/r/20231105233630.3927502-9-jonas@kwiboo.se
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
index
e729e7a
..
cc82097
100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk3328.dtsi
+++ b/
arch/arm64/boot/dts/rockchip/rk3328.dtsi
@@
-668,7
+668,7
@@
vdec: video-codec@ff360000 {
compatible = "rockchip,rk3328-vdec", "rockchip,rk3399-vdec";
- reg = <0x0 0xff360000 0x0 0x4
0
0>;
+ reg = <0x0 0xff360000 0x0 0x4
8
0>;
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru ACLK_RKVDEC>, <&cru HCLK_RKVDEC>,
<&cru SCLK_VDEC_CABAC>, <&cru SCLK_VDEC_CORE>;