From c2b595f2d92b3239f0c494d83249d664245d3f10 Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Sat, 9 May 2020 16:30:53 +0800 Subject: MLK-23959 arm64: imx8-ss-dc0/1.dtsi: Correct dpu node interrupt properties The dpu node 'interrupts' and 'interrupt-names' properties should reflect all dpu interrupts including the missing 'reserved' interrupt. Signed-off-by: Liu Ying Reviewed-by: Sandor Yu --- arch/arm64/boot/dts/freescale/imx8-ss-dc1.dtsi | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'arch/arm64/boot/dts/freescale/imx8-ss-dc1.dtsi') diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-dc1.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-dc1.dtsi index 3702975f3d96..c05a3eb7f9e5 100644 --- a/arch/arm64/boot/dts/freescale/imx8-ss-dc1.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8-ss-dc1.dtsi @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright 2019 NXP + * Copyright 2019,2020 NXP */ dc1_subsys: bus@57000000 { @@ -411,10 +411,11 @@ dc1_subsys: bus@57000000 { <77>, <78>, <79>, <80>, <81>, <199>, <200>, <201>, <202>, <203>, <204>, <205>, - <206>, <207>, <208>, <0>, - <1>, <2>, <3>, <4>, - <82>, <83>, <84>, <85>, - <209>, <210>, <211>, <212>; + <206>, <207>, <208>, <5>, + <0>, <1>, <2>, <3>, + <4>, <82>, <83>, <84>, + <85>, <209>, <210>, <211>, + <212>; interrupt-names = "store9_shdload", "store9_framecomplete", "store9_seqcomplete", @@ -450,6 +451,7 @@ dc1_subsys: bus@57000000 { "sig1_shdload", "sig1_valid", "sig1_error", + "reserved", "cmdseq_error", "comctrl_sw0", "comctrl_sw1", -- cgit v1.2.3