aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7790-lager.dts
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-04-22 12:09:46 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-04-22 12:09:46 -0400
commit5c73cc4b6c83e88863a5de869cc5df3b913aef4a (patch)
treeb7b573b58d31206c58bdee16c870d57d797ea1a6 /arch/arm/boot/dts/r8a7790-lager.dts
parente6c81cce5699ec6be3a7533b5ad7a062ab3357f2 (diff)
parent8b036556d68175caa9bea3fb98768f733fde33c6 (diff)
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM DT updates from Olof Johansson: "As always, this tends to be one of our bigger branches. There are lots of updates this release, but not that many jumps out as something that needs more detailed coverage. Some of the highlights are: - DTs for the new Annapurna Labs Alpine platform - more graphics DT pieces falling into place on Exynos, bridges, clocks. - plenty of DT updates for Qualcomm platforms for various IP blocks - some churn on Tegra due to switch-over to tool-generated pinctrl data - misc fixes and updates for Atmel at91 platforms - various DT updates to add IP block support on Broadcom's Cygnus platforms - more updates for Renesas platforms as DT support is added for various IP blocks (IPMMU, display, audio, etc)" * tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (231 commits) ARM: dts: alpine: add internal pci Revert "ARM: dts: mt8135: Add pinctrl/GPIO/EINT node for mt8135." ARM: mvebu: use 0xf1000000 as internal registers on Armada 370 DB ARM: dts: qcom: Add idle state device nodes for 8064 ARM: dts: qcom: Add idle states device nodes for 8084 ARM: dts: qcom: Add idle states device nodes for 8974/8074 ARM: dts: qcom: Update power-controller device node for 8064 Krait CPUs ARM: dts: qcom: Add power-controller device node for 8084 Krait CPUs ARM: dts: qcom: Add power-controller device node for 8074 Krait CPUs devicetree: bindings: Document qcom,idle-states devicetree: bindings: Update qcom,saw2 node bindings dt-bindings: Add #defines for MSM8916 clocks and resets arm: dts: qcom: Add LPASS Audio HW to IPQ8064 device tree arm: dts: qcom: Add APQ8084 chipset SPMI PMIC's nodes arm: dts: qcom: Add 8x74 chipset SPMI PMIC's nodes arm: dts: qcom: Add SPMI PMIC Arbiter nodes for APQ8084 and MSM8974 arm: dts: qcom: Add LCC nodes arm: dts: qcom: Add TCSR support for MSM8960 arm: dts: qcom: Add TCSR support for MSM8660 arm: dts: qcom: Add TCSR support for IPQ8064 ...
Diffstat (limited to 'arch/arm/boot/dts/r8a7790-lager.dts')
-rw-r--r--arch/arm/boot/dts/r8a7790-lager.dts69
1 files changed, 69 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 2a0f895c48d0..aaa4f258e279 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -222,6 +222,29 @@
222 }; 222 };
223 }; 223 };
224 }; 224 };
225
226 hdmi-out {
227 compatible = "hdmi-connector";
228 type = "a";
229
230 port {
231 hdmi_con: endpoint {
232 remote-endpoint = <&adv7511_out>;
233 };
234 };
235 };
236
237 x2_clk: x2-clock {
238 compatible = "fixed-clock";
239 #clock-cells = <0>;
240 clock-frequency = <148500000>;
241 };
242
243 x13_clk: x13-clock {
244 compatible = "fixed-clock";
245 #clock-cells = <0>;
246 clock-frequency = <148500000>;
247 };
225}; 248};
226 249
227&du { 250&du {
@@ -229,12 +252,26 @@
229 pinctrl-names = "default"; 252 pinctrl-names = "default";
230 status = "okay"; 253 status = "okay";
231 254
255 clocks = <&mstp7_clks R8A7790_CLK_DU0>,
256 <&mstp7_clks R8A7790_CLK_DU1>,
257 <&mstp7_clks R8A7790_CLK_DU2>,
258 <&mstp7_clks R8A7790_CLK_LVDS0>,
259 <&mstp7_clks R8A7790_CLK_LVDS1>,
260 <&x13_clk>, <&x2_clk>;
261 clock-names = "du.0", "du.1", "du.2", "lvds.0", "lvds.1",
262 "dclkin.0", "dclkin.1";
263
232 ports { 264 ports {
233 port@0 { 265 port@0 {
234 endpoint { 266 endpoint {
235 remote-endpoint = <&adv7123_in>; 267 remote-endpoint = <&adv7123_in>;
236 }; 268 };
237 }; 269 };
270 port@1 {
271 endpoint {
272 remote-endpoint = <&adv7511_in>;
273 };
274 };
238 port@2 { 275 port@2 {
239 lvds_connector: endpoint { 276 lvds_connector: endpoint {
240 }; 277 };
@@ -506,6 +543,38 @@
506 }; 543 };
507 }; 544 };
508 }; 545 };
546
547 hdmi@39 {
548 compatible = "adi,adv7511w";
549 reg = <0x39>;
550 interrupt-parent = <&gpio1>;
551 interrupts = <15 IRQ_TYPE_EDGE_FALLING>;
552
553 adi,input-depth = <8>;
554 adi,input-colorspace = "rgb";
555 adi,input-clock = "1x";
556 adi,input-style = <1>;
557 adi,input-justification = "evenly";
558
559 ports {
560 #address-cells = <1>;
561 #size-cells = <0>;
562
563 port@0 {
564 reg = <0>;
565 adv7511_in: endpoint {
566 remote-endpoint = <&du_out_lvds0>;
567 };
568 };
569
570 port@1 {
571 reg = <1>;
572 adv7511_out: endpoint {
573 remote-endpoint = <&hdmi_con>;
574 };
575 };
576 };
577 };
509}; 578};
510 579
511&iic3 { 580&iic3 {