diff mbox series

[dev-5.0,2/2] ARM: dts: aspeed: quanta-q71: Enable p2a node

Message ID 20190425213955.112511-1-venture@google.com
State Accepted, archived
Headers show
Series [dev-5.0,1/2] ARM: dts: aspeed: Add aspeed-p2a-ctrl node | expand

Commit Message

Patrick Venture April 25, 2019, 9:39 p.m. UTC
Enable the aspeed-p2a-ctrl node and configure with memory-region to
enable mmap access.

Signed-off-by: Patrick Venture <venture@google.com>
---
 arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
index 385c0f4b69ee..080d7c844c54 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";
 };