diff options
author | Patrick Venture <venture@google.com> | 2019-04-25 22:49:03 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-05-24 07:25:16 +0300 |
commit | 29b871f344f43ef428aa55ee9ed2a76b5bee0f87 (patch) | |
tree | 3e7b29b9377a4f181e6ebbcd267e7ce9cb1eb48f /arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | |
parent | 0215e2a5468319c58943b60b78b74dd3f3ab92fd (diff) | |
download | linux-29b871f344f43ef428aa55ee9ed2a76b5bee0f87.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | 5 |
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"; }; |