Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143313392
D54910.id170532.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
558 B
Referenced Files
None
Subscribers
None
D54910.id170532.diff
View Options
diff --git a/sys/arm/allwinner/aw_cir.c b/sys/arm/allwinner/aw_cir.c
--- a/sys/arm/allwinner/aw_cir.c
+++ b/sys/arm/allwinner/aw_cir.c
@@ -137,6 +137,7 @@
A10_IR = 1,
A13_IR,
A31_IR,
+ H616_IR,
};
#define AW_IR_RAW_BUF_SIZE 128
@@ -168,6 +169,7 @@
{ "allwinner,sun4i-a10-ir", A10_IR },
{ "allwinner,sun5i-a13-ir", A13_IR },
{ "allwinner,sun6i-a31-ir", A31_IR },
+ { "allwinner,sun6i-h616-ir", H616_IR },
{ NULL, 0 }
};
@@ -427,6 +429,7 @@
break;
case A13_IR:
case A31_IR:
+ case H616_IR:
sc->fifo_size = 64;
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 29, 7:07 PM (13 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28067107
Default Alt Text
D54910.id170532.diff (558 B)
Attached To
Mode
D54910: aw_cir: Add H616 compat string
Attached
Detach File
Event Timeline
Log In to Comment