ARM: dts: aspeed: quanta-q71: Enable p2a node
authorPatrick Venture <venture@google.com>
Thu, 25 Apr 2019 19:49:03 +0000 (12:49 -0700)
committerJoel Stanley <joel@jms.id.au>
Fri, 24 May 2019 04:25:16 +0000 (13:55 +0930)
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>
arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts

index 0d7c633..a68ff06 100644 (file)
                        &pinctrl_ddcclk_default &pinctrl_ddcdat_default>;
 };
 
+&p2a {
+       status = "okay";
+       memory-region = <&vga_memory>;
+};
+
 &ibt {
        status = "okay";
 };