Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Patrick Venture and committed by
Joel Stanley
29b871f3 0215e2a5

+5
+5
arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
··· 112 112 &pinctrl_ddcclk_default &pinctrl_ddcdat_default>; 113 113 }; 114 114 115 + &p2a { 116 + status = "okay"; 117 + memory-region = <&vga_memory>; 118 + }; 119 + 115 120 &ibt { 116 121 status = "okay"; 117 122 };