lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 30 Jun 2023 16:40:06 +0200
From:   Paweł Anikiel <pan@...ihalf.com>
To:     devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-media@...r.kernel.org
Cc:     dinguyen@...nel.org, robh+dt@...nel.org,
        krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org,
        mchehab@...nel.org, upstream@...ihalf.com, amstan@...omium.org,
        ribalda@...omium.org,
        Paweł Anikiel <pan@...ihalf.com>
Subject: [RFC PATCH 3/3] ARM: dts: Add Chameleon v3 video node

Add node for the video system device.

Signed-off-by: Paweł Anikiel <pan@...ihalf.com>
---
 .../socfpga/socfpga_arria10_chameleonv3.dts   | 54 +++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_chameleonv3.dts b/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_chameleonv3.dts
index 422d00cd4c74..5e66363d4ab5 100644
--- a/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_chameleonv3.dts
+++ b/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_chameleonv3.dts
@@ -10,6 +10,60 @@ / {
 	compatible = "google,chameleon-v3", "enclustra,mercury-aa1",
 		     "altr,socfpga-arria10", "altr,socfpga";
 
+	soc {
+		video@...60500 {
+			compatible = "google,chv3-video";
+			reg = <0xc0060500 0x100>,
+			      <0xc0060600 0x100>,
+			      <0xc0060700 0x100>,
+			      <0xc0060800 0x100>,
+			      <0xc0060900 0x100>,
+			      <0xc0060a00 0x100>,
+			      <0xc0062000 0x800>,
+			      <0xc0064000 0x800>,
+			      <0xc0060f20 0x10>,
+			      <0xc0060f30 0x10>,
+			      <0xc0060f40 0x10>,
+			      <0xc0060f50 0x10>,
+			      <0xc0060f60 0x10>,
+			      <0xc0060f70 0x10>,
+			      <0xc0060f80 0x10>,
+			      <0xc0060fe0 0x10>;
+			reg-names = "fb0",
+				"fb_mst1",
+				"fb_mst2",
+				"fb_mst3",
+				"fb_mst4",
+				"fb_sst",
+				"dp_mst",
+				"dp_sst",
+				"fb0_irq",
+				"fb_mst1_irq",
+				"fb_mst2_irq",
+				"fb_mst3_irq",
+				"fb_mst4_irq",
+				"fb_sst_irq",
+				"dp_mst_irq",
+				"dp_sst_irq";
+			interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>,
+				<0 22 IRQ_TYPE_LEVEL_HIGH>,
+				<0 23 IRQ_TYPE_LEVEL_HIGH>,
+				<0 24 IRQ_TYPE_LEVEL_HIGH>,
+				<0 25 IRQ_TYPE_LEVEL_HIGH>,
+				<0 26 IRQ_TYPE_LEVEL_HIGH>,
+				<0 27 IRQ_TYPE_LEVEL_HIGH>,
+				<0 33 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "fb0",
+				"fb_mst1",
+				"fb_mst2",
+				"fb_mst3",
+				"fb_mst4",
+				"fb_sst",
+				"dp_mst",
+				"dp_sst";
+		};
+	};
+
 	aliases {
 		serial0 = &uart0;
 		i2c0 = &i2c0;
-- 
2.41.0.255.g8b1d071c50-goog

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ