arm: RPI-B: Add ext_resources driver
mmc_fdt_helpers needs clock and regulators. Add all the ext_resources driver to RPI-B conf file to fix the build Reported by: mjg
This commit is contained in:
parent
e779604f1d
commit
996afd401c
@ -36,6 +36,15 @@ options PLATFORM
|
|||||||
|
|
||||||
#options ROOTDEVNAME=\"ufs:mmcsd0s2\"
|
#options ROOTDEVNAME=\"ufs:mmcsd0s2\"
|
||||||
|
|
||||||
|
# EXT_RESOURCES pseudo devices
|
||||||
|
options EXT_RESOURCES
|
||||||
|
device clk
|
||||||
|
device phy
|
||||||
|
device hwreset
|
||||||
|
device nvmem
|
||||||
|
device regulator
|
||||||
|
device syscon
|
||||||
|
|
||||||
device bpf
|
device bpf
|
||||||
device loop
|
device loop
|
||||||
device ether
|
device ether
|
||||||
|
Loading…
Reference in New Issue
Block a user