Bug 1110909

Summary: Fedora kernel ARM config missing regulators required for Jetson TK1
Product: [Fedora] Fedora Reporter: Stephen Warren <swarren>
Component: kernelAssignee: Peter Robinson <pbrobinson>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, mchehab, pbrobinson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-19 08:26:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1110912    

Description Stephen Warren 2014-06-18 18:35:44 UTC
The following options aren't enabled in the .config file used by the Fedora ARM kernel:

CONFIG_PINCTRL_AS3722=y
CONFIG_POWER_RESET_AS3722=y
CONFIG_MFD_AS3722=y
CONFIG_REGULATOR_AS3722=m
CONFIG_RTC_DRV_AS3722=y

These are needed for full HW support of the NVIDIA Tegra Jetson TK1 board.

(Note I'm working from the .config file that Peter Robinson sent me, although looking at the Fedora kernel package's config-*, this issue does apply to the kernel package)

Comment 1 Peter Robinson 2014-06-19 08:26:42 UTC
Pushed to rawhide kernel master branch. Will be in next build/compose.

Comment 2 Peter Robinson 2014-06-19 08:27:08 UTC
And thanks a lot for testing :)