Skip to content

Commit

Permalink
usb 3.0 enable & emmc
Browse files Browse the repository at this point in the history
  • Loading branch information
alloboss2 committed Nov 29, 2016
1 parent 980f1bc commit 3867b3f
Show file tree
Hide file tree
Showing 5 changed files with 6,489 additions and 6,201 deletions.
19 changes: 17 additions & 2 deletions arch/arm/boot/dts/actduino_sparky_linux.dts
Expand Up @@ -809,13 +809,28 @@
calibration_table = <0 0 0>;
};

mc323x@4c{
mc323x@4a{
compatible = "mc323x";
reg = <0x4c>;
reg = <0x4a>;
position = "-3";
calibration_table = <0 0 0>;
};

pcm5122@4c{
compatible = "ti,pcm5122";
reg = <0x4c>;
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2s0_state_default>;
};

pcm5122@4d{
compatible = "ti,pcm5122";
reg = <0x4d>;
status = "okay";
pinctrl-names = "default";
};

mpu6515@68{
compatible = "owl-gyrosensor";
interrupt-parent = <&sirq>;
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/actduino_sparky_sdboot_linux.dts
Expand Up @@ -964,8 +964,8 @@
pinctrl-names = "default";
pinctrl-0 = <&mmc2_state_default>;
card_type = "emmc"; /* only: "memory", "wifi", or "emmc" */
// status = "okay";
status = "disabled";
status = "okay";
// status = "disabled";
};

usb@b02b8000 {
Expand Down
8 changes: 5 additions & 3 deletions arch/arm/configs/actduino_sparky_linux_defconfig
Expand Up @@ -3034,15 +3034,17 @@ CONFIG_USB_DEFAULT_PERSIST=y
CONFIG_USB_OTG=y
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
# CONFIG_USB_MON is not set
# CONFIG_USB_ACTIONS_MON is not set
CONFIG_USB_MON=y
CONFIG_USB_ACTIONS_MON=y
CONFIG_USB_PLATFORM_LINUX=y
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PLATFORM=y
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
Expand Down

0 comments on commit 3867b3f

Please sign in to comment.