From: "Paweł Anikiel" <pan@semihalf.com>
To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-media@vger.kernel.org
Cc: dinguyen@kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
mchehab@kernel.org, upstream@semihalf.com, amstan@chromium.org,
ribalda@chromium.org, "Paweł Anikiel" <pan@semihalf.com>
Subject: [RFC PATCH 3/3] ARM: dts: Add Chameleon v3 video node
Date: Fri, 30 Jun 2023 16:40:06 +0200 [thread overview]
Message-ID: <20230630144006.1513270-4-pan@semihalf.com> (raw)
In-Reply-To: <20230630144006.1513270-1-pan@semihalf.com>
Add node for the video system device.
Signed-off-by: Paweł Anikiel <pan@semihalf.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@c0060500 {
+ 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
next prev parent reply other threads:[~2023-06-30 14:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-30 14:40 [RFC PATCH 0/3] Google Chameleon v3 video driver Paweł Anikiel
2023-06-30 14:40 ` [RFC PATCH 1/3] media: Add 10, 12, and 16 bit RGB formats Paweł Anikiel
2023-07-07 18:34 ` Nicolas Dufresne
2023-09-06 10:37 ` Hans Verkuil
2023-06-30 14:40 ` [RFC PATCH 2/3] media: Add Google Chameleon v3 video driver Paweł Anikiel
2023-09-06 11:14 ` Hans Verkuil
2023-09-06 16:27 ` Paweł Anikiel
2023-09-07 7:47 ` Hans Verkuil
2023-06-30 14:40 ` Paweł Anikiel [this message]
2023-06-30 18:25 ` [RFC PATCH 3/3] ARM: dts: Add Chameleon v3 video node Conor Dooley
2023-07-03 11:44 ` Paweł Anikiel
2023-07-03 12:33 ` Krzysztof Kozlowski
2023-07-04 16:16 ` Paweł Anikiel
2023-07-04 16:23 ` Krzysztof Kozlowski
2023-07-04 16:27 ` Conor Dooley
2023-07-05 14:45 ` [RFC PATCH 0/3] Google Chameleon v3 video driver Alexandru M Stan
2023-09-06 11:15 ` Hans Verkuil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230630144006.1513270-4-pan@semihalf.com \
--to=pan@semihalf.com \
--cc=amstan@chromium.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dinguyen@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=ribalda@chromium.org \
--cc=robh+dt@kernel.org \
--cc=upstream@semihalf.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®