FreeBSD Bugzilla – Attachment 168026 Details for
Bug 207912
Banana Pi framebuffer doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add hdmi/hdmiaudio/fb device nodes to bananapi.dts
bananapi.dts.patch (text/plain), 629 bytes, created by
Jared McNeill
on 2016-03-11 22:39:12 UTC
(
hide
)
Description:
Add hdmi/hdmiaudio/fb device nodes to bananapi.dts
Filename:
MIME Type:
Creator:
Jared McNeill
Created:
2016-03-11 22:39:12 UTC
Size:
629 bytes
patch
obsolete
>diff --git a/sys/boot/fdt/dts/arm/bananapi.dts b/sys/boot/fdt/dts/arm/bananapi.dts >index 0bd1b38..a101720 100644 >--- a/sys/boot/fdt/dts/arm/bananapi.dts >+++ b/sys/boot/fdt/dts/arm/bananapi.dts >@@ -74,6 +74,21 @@ > ahci: sata@01c18000 { > status = "okay"; > }; >+ >+ hdmi: hdmi@01c16000 { >+ compatible = "allwinner,sun7i-a20-hdmi"; >+ reg = <0x01c16000 0x1000>; >+ }; >+ >+ hdmiaudio { >+ compatible = "allwinner,sun7i-a20-hdmiaudio"; >+ }; >+ >+ fb: fb@01e60000 { >+ compatible = "allwinner,sun7i-a20-fb"; >+ reg = <0x01e60000 0x10000>, /* DEBE0 */ >+ <0x01c0c000 0x1000>; /* LCD0 */ >+ }; > }; > > leds {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207912
:
168022
| 168026 |
168059
|
168084
|
168469