aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-05-26ARM: dts: qcom-apq8064: Collapse usb support into one nodeStephen Boyd1-29/+24
We currently have three device nodes for the same USB hardware block, as evident by the reuse of the same reg address multiple times. Now that the chipidea driver fully supports OTG with the MSM wrapper we can collapse the three nodes into one USB device node, reflecting the true nature of the hardware. Since we're here, we also mark the irq trigger flags correctly, as IRQ_TYPE_LEVEL_HIGH instead of IRQ_TYPE_NONE. Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Cc: Nicolas Dechesne <nicolas.dechesne@linaro.org> Cc: John Stultz <john.stultz@linaro.org> Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
2016-02-26ARM: dts: apq8064: add pci support in CM QS600Srinivas Kandagatla1-0/+27
This patch adds PCIE support to APQ8064, tested with Ethernet on Compulab QS600 board. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
2015-12-08ARM: dts: qcom: apq8064: Declare all pm8921 regulatorsBjorn Andersson1-8/+8
Consolidate all labeling of regulators into the core 8064 dtsi file to make them available from all other dts files. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <agross@codeaurora.org>
2015-10-13ARM: dts: qs600: Add SD card detect support.Srinivas Kandagatla1-0/+13
This patch adds SD card detect support. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Andy Gross <agross@codeaurora.org>
2015-10-13ARM: dts: qs600: add pwrseq support to WLANSrinivas Kandagatla1-0/+32
Add pwrseq support to sdcc4 which would enable a proper reset of WLAN without ugly hacks in the board support file. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Andy Gross <agross@codeaurora.org>
2015-10-13ARM: dts: qs600: Add missing pinctrl property for gsbi7 uartSrinivas Kandagatla1-0/+2
This patch adds missing 2pin uart pinctrl property to gsbi7 uart on CM-QS600. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Andy Gross <agross@codeaurora.org>
2015-10-13ARM: dts: qs600: remove unnecessary eeprom labelSrinivas Kandagatla1-1/+1
This patch removes unnecessary eeprom label, which is not used anywhere in the board file. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <agross@codeaurora.org>
2015-10-13ARM: dts: apq8064: remove redundant i2c pinctrl propertiesSrinivas Kandagatla1-11/+0
This patch removes i2c pinctrl properties from board which which are now mentioned in the SOC specific file. This will avoid redundant properties across multiple board fiiles. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <agross@codeaurora.org>
2015-09-09ARM: dts: qcom: apq8064-cm-qs600: Use stdout-pathStephen Boyd1-0/+8
Use stdout-path so that we don't have to put the console on the kernel command line. Cc: Mike Rapoport <mike.rapoport@gmail.com> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-07-28ARM: dts: qs600: Add real regulators to sdccSrinivas Kandagatla1-0/+20
This patch adds real regulators to sdcc nodes. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <agross@codeaurora.org>
2015-04-27ARM: dts: qcom: apq8064 - Add USB OTG support for CM QS-600Nicolas Dechesne1-0/+17
This patch adds USB OTG support on USB1 for Compulab QS-600 Board. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> [Srinivas Kandagatla: fixed up regulators and status properties] Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
2015-04-27ARM: dts: qcom: apq8064 - Add usb host support to CM QS-600Nicolas Dechesne1-0/+22
This patch adds device tree nodes to support two usb hosts on Compulab QS600 board. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> [Srinivas Kandagatla: fixed up regulators and status properties] Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
2015-04-27ARM: dts: qcom: apq8064-cm-qs600 - Add basic regulatorsSrinivas Kandagatla1-0/+61
This patch adds basic regulator support for USB and HDMI. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
2014-10-16ARM: dts: qcom: add CM-QS600 boardMike Rapoport1-0/+59
CM-QS600 is a APQ8064 based computer on module. The details are available at http://compulab.co.il/products/computer-on-modules/cm-qs600/ Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Kumar Gala <galak@codeaurora.org>