aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-04-25 12:49:03 -0700
committerJoel Stanley <joel@jms.id.au>2019-05-24 13:55:16 +0930
commit29b871f344f43ef428aa55ee9ed2a76b5bee0f87 (patch)
tree3e7b29b9377a4f181e6ebbcd267e7ce9cb1eb48f
parentARM: dts: aspeed: Add aspeed-p2a-ctrl node (diff)
downloadlinux-dev-29b871f344f43ef428aa55ee9ed2a76b5bee0f87.tar.xz
linux-dev-29b871f344f43ef428aa55ee9ed2a76b5bee0f87.zip
ARM: dts: aspeed: quanta-q71: Enable p2a node
Enable the aspeed-p2a-ctrl node and configure with memory-region to enable mmap access. Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
index 0d7c6339da46..a68ff0675c28 100644
--- a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
@@ -112,6 +112,11 @@
&pinctrl_ddcclk_default &pinctrl_ddcdat_default>;
};
+&p2a {
+ status = "okay";
+ memory-region = <&vga_memory>;
+};
+
&ibt {
status = "okay";
};