summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-xp-theadorable.dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-02-05 08:37:21 -0500
committerTom Rini <trini@konsulko.com>2019-02-05 12:29:59 -0500
commitbdac5e18a80427e1f44413dce78aefece956ffc2 (patch)
tree769c69845b4e6643209b60d3959db2616159d4af /arch/arm/dts/armada-xp-theadorable.dts
parentc0bf3968d7fffa135305ba58644773d32f51090a (diff)
parentf18220919079eeb8e79f4791e152f1db073574a8 (diff)
Merge git://git.denx.de/u-boot-marvell
- Move Armada XP / 38x PCIe driver to DM_PCI from me - Move Armada XP / 38x LCD driver to DM_VIDEO from me - Add uDPU board (Armada-3720) from Vladimir [trini: Fix warning in pci-uclass.c by removing ret from pci_uclass_child_post_bind as it no longer calls functions with a return code to catch.] Signed-off-by: Tom Rini <trini@konsulko.com>II
Diffstat (limited to 'arch/arm/dts/armada-xp-theadorable.dts')
-rw-r--r--arch/arm/dts/armada-xp-theadorable.dts39
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts
index 965c38426c..5695e9b758 100644
--- a/arch/arm/dts/armada-xp-theadorable.dts
+++ b/arch/arm/dts/armada-xp-theadorable.dts
@@ -159,6 +159,45 @@
spi-max-frequency = <27777777>;
};
};
+
+ /* The LCD controller is only used on this board */
+ lcd0: lcd-controller@e0000 {
+ compatible = "marvell,armada-xp-lcd";
+ reg = <0xe0000 0x10000>;
+ status = "okay";
+ u-boot,dm-pre-reloc;
+
+ display-timings {
+ native-mode = <&timing0>;
+ timing0: panel0 {
+ hactive = <240>;
+ vactive = <320>;
+ hfront-porch = <1>;
+ hback-porch = <45>;
+ vfront-porch = <1>;
+ vback-porch = <3>;
+
+ /* Some dummy parameters */
+ clock-frequency = <0>;
+ hsync-len = <0>;
+ vsync-len = <0>;
+ };
+ };
+ };
};
};
};
+
+&pciec {
+ status = "okay";
+
+ pcie@1,0 {
+ /* Port 0, Lane 0 */
+ status = "okay";
+ };
+
+ pcie@9,0 {
+ /* Port 2, Lane 0 */
+ status = "okay";
+ };
+};