diff options
author | Alex Bee <knaerzche@gmail.com> | 2021-05-27 17:44:54 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-06-22 00:21:27 +0200 |
commit | db3fc8fa0fcfa481cd8087c2ee068d1d1988c3a2 (patch) | |
tree | 3b922977c36bce0cf39f48667b53b08ae5fd6a44 /arch/arm/boot/dts/rk3188.dtsi | |
parent | 9d34d4aa896d00d398d799caa839a1494ba7c018 (diff) | |
download | linux-db3fc8fa0fcfa481cd8087c2ee068d1d1988c3a2.tar.gz |
ARM: dts: rockchip: add vpu nodes for RK3066 and RK3188
Add the vpu node to the common rk3xxx.dtsi and only the powerdomain
property to the SoC specific device trees.
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Link: https://lore.kernel.org/r/20210527154455.358869-12-knaerzche@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3188.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3188.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi index b36fcdd9a516..793a1b9117fe 100644 --- a/arch/arm/boot/dts/rk3188.dtsi +++ b/arch/arm/boot/dts/rk3188.dtsi @@ -801,6 +801,11 @@ pinctrl-0 = <&uart3_xfer>; }; +&vpu { + compatible = "rockchip,rk3188-vpu", "rockchip,rk3066-vpu"; + power-domains = <&power RK3188_PD_VIDEO>; +}; + &wdt { compatible = "rockchip,rk3188-wdt", "snps,dw-wdt"; }; |