All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: dts: imx51: Add label for VPU node
@ 2018-09-11 20:10 Fabio Estevam
  2018-09-11 20:10 ` [PATCH 2/6] ARM: dts: imx51-zii-scu3-esb: Disable VPU Fabio Estevam
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Fabio Estevam @ 2018-09-11 20:10 UTC (permalink / raw)
  To: linux-arm-kernel

Add label for VPU node so that board dts files can disable VPU
if needed.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/boot/dts/imx51.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 5c4ba91..268daea 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -608,7 +608,7 @@
 				status = "disabled";
 			};
 
-			vpu at 83ff4000 {
+			vpu: vpu at 83ff4000 {
 				compatible = "fsl,imx51-vpu", "cnm,codahx4";
 				reg = <0x83ff4000 0x1000>;
 				interrupts = <9>;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-09-26  2:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-11 20:10 [PATCH 1/6] ARM: dts: imx51: Add label for VPU node Fabio Estevam
2018-09-11 20:10 ` [PATCH 2/6] ARM: dts: imx51-zii-scu3-esb: Disable VPU Fabio Estevam
2018-09-25 15:07   ` Shawn Guo
2018-09-25 15:13     ` Andrey Smirnov
2018-09-11 20:10 ` [PATCH 3/6] ARM: dts: imx51-zii-scu2-mezz: " Fabio Estevam
2018-09-25 15:10   ` Shawn Guo
2018-09-25 15:13     ` Andrey Smirnov
2018-09-11 20:10 ` [PATCH 4/6] ARM: dts: imx51-zii-scu2-mezz: Disable the internal watchdog Fabio Estevam
2018-09-25 15:12   ` Shawn Guo
2018-09-25 15:14     ` Andrey Smirnov
2018-09-11 20:10 ` [PATCH 5/6] ARM: dts: vf610-zii-cfu1: Pass the 'no-sdio' property Fabio Estevam
2018-09-25 15:18   ` Shawn Guo
2018-09-25 15:40     ` Andrey Smirnov
2018-09-11 20:10 ` [PATCH 6/6] ARM: dts: vf610-zii-cfu1: Pass the 'no-sd' property Fabio Estevam
2018-09-25 15:19   ` Shawn Guo
2018-09-25 15:41     ` Andrey Smirnov
2018-09-26  2:19 ` [PATCH 1/6] ARM: dts: imx51: Add label for VPU node Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.