summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-05-03 05:05:51 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-05-03 05:06:59 +0000
commit0d57e4f5412a261648cd43cead64e702bb247296 (patch)
treedd54acdaa608ab38fed91db53a80746d32c886ca
parent8e9a4348c814e3ce0e740abc981213059560f35b (diff)
downloadblackbird-obmc-linux-0d57e4f5412a261648cd43cead64e702bb247296.tar.gz
blackbird-obmc-linux-0d57e4f5412a261648cd43cead64e702bb247296.zip
dts/aspeed-g5: Add dvo_mux node
Systems using DVO output instead of VGA output will need to control the DVO mux instead of the DAC mux. Expose the DVO mux node to userspace. Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
-rw-r--r--arch/arm/boot/dts/aspeed-g5.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index d11c07888f01..ff1295ad6a06 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -1599,6 +1599,11 @@
bit-mask = <0x3>;
bit-shift = <16>;
};
+ dvo_mux {
+ offset = <0x2c>;
+ bit-mask = <0x1>;
+ bit-shift = <18>;
+ };
vga0 {
offset = <0x50>;
bit-mask = <0xffffffff>;
OpenPOWER on IntegriCloud