diff options
| author | Patrick Venture <[email protected]> | 2019-04-25 12:49:03 -0700 |
|---|---|---|
| committer | Joel Stanley <[email protected]> | 2019-05-24 13:55:16 +0930 |
| commit | 29b871f344f43ef428aa55ee9ed2a76b5bee0f87 (patch) | |
| tree | 3e7b29b9377a4f181e6ebbcd267e7ce9cb1eb48f | |
| parent | 0215e2a5468319c58943b60b78b74dd3f3ab92fd (diff) | |
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 <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
| -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"; }; |