From 97b490b74e56a8b6483c3ec3be3cffe1d9709f14 Mon Sep 17 00:00:00 2001 From: "leo.ding" Date: Mon, 6 Nov 2017 16:49:26 +0800 Subject: [PATCH] ARM: dts: rk3126-bnd-d708: enable vpu node Change-Id: I90df995f82b14db7a1c001f9c1b5a6933621a9ce Signed-off-by: Ding Wei --- arch/arm/boot/dts/rk3126-bnd-d708.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/rk3126-bnd-d708.dts b/arch/arm/boot/dts/rk3126-bnd-d708.dts index 2a43064d868a..ed375bbbb69b 100644 --- a/arch/arm/boot/dts/rk3126-bnd-d708.dts +++ b/arch/arm/boot/dts/rk3126-bnd-d708.dts @@ -541,3 +541,7 @@ &vop_mmu { status = "okay"; }; + +&vpu { + status = "okay"; +};