Author: jmcneill
Date: Sun Mar 13 01:49:36 2016
New Revision: 296790
URL: https://svnweb.freebsd.org/changeset/base/296790
Log:
Add HDMI device nodes to Banana Pi dts.
PR: 207912
Approved by: gonzo (mentor)
Modified:
head/sys/boot/fdt/dts/arm/bananapi.dts
Modified: head/sys/boot/fdt/dts/arm/bananapi.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/bananapi.dts Sun Mar 13 01:47:42 2016
(r296789)
+++ head/sys/boot/fdt/dts/arm/bananapi.dts Sun Mar 13 01:49:36 2016
(r296790)
@@ -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 {
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"