- 06 12月, 2018 1 次提交
-
-
由 Matthias Kaehlcke 提交于
This adds nodes for all possible UARTs to sdm845.dtsi. By default only configure the RX/TX lines with pinctrl. Boards that use UARTs with flow control can overwrite the configuration in the <board>.dtsi. Signed-off-by: NMatthias Kaehlcke <mka@chromium.org> Reviewed-by: NDouglas Anderson <dianders@chromium.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 04 12月, 2018 7 次提交
-
-
由 Todor Tomov 提交于
Add a node for the Camera Subsystem present on the Qualcomm MSM8996 SoC. Signed-off-by: NTodor Tomov <todor.tomov@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Todor Tomov 提交于
Add VFE SMMU node. Signed-off-by: NTodor Tomov <todor.tomov@linaro.org> Reviewed-by: NVivek Gautam <vivek.gautam@codeaurora.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Todor Tomov 提交于
Add pinctrls required for camera sensors: - power down signal; - reset signal; - camera external clock. Signed-off-by: NTodor Tomov <todor.tomov@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Todor Tomov 提交于
Add pinctrls required for Camera Control Interface. Signed-off-by: NTodor Tomov <todor.tomov@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Todor Tomov 提交于
Add a node for the Camera Subsystem present on the Qualcomm MSM8916 SoC. Signed-off-by: NTodor Tomov <todor.tomov@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Todor Tomov 提交于
Add IOMMU sub-node for VFE secure context bank. Signed-off-by: NTodor Tomov <todor.tomov@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Viresh Kumar 提交于
Each CPU can (and does) participate in cooling down the system but the DT only captures a handful of them, normally CPU0, in the cooling maps. Things work by chance currently as under normal circumstances its the first CPU of each cluster which is used by the operating systems to probe the cooling devices. But as soon as this CPU ordering changes and any other CPU is used to bring up the cooling device, we will start seeing failures. Also the DT is rather incomplete when we list only one CPU in the cooling maps, as the hardware doesn't have any such limitations. Update cooling maps to include all devices affected by individual trip points. Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 30 11月, 2018 8 次提交
-
-
由 Bjorn Andersson 提交于
The scm binding and driver was updated to rely on the fallback to the default qcom,scm for any modern SoC and as such both are required. Add the default compatible to make the scm instance probe. Fixes: d850156a ("arm64: dts: qcom: msm8998: Add firmware node") Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Jeffrey Hugo 提交于
The SDC2 control pins are typically used to manage sleep. Signed-off-by: NJeffrey Hugo <jhugo@codeaurora.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Jeffrey Hugo 提交于
The externally accessible SD card slot on the MTP is driven by SDCC2. Wire it up for use. Signed-off-by: NJeffrey Hugo <jhugo@codeaurora.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Jeffrey Hugo 提交于
SDCC2 is typically used as the controller for an external SD card slot. Signed-off-by: NJeffrey Hugo <jhugo@codeaurora.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Jeffrey Hugo 提交于
The root parent clock of most msm8998 clock is the "xo" clock. The DT node is incorrectly named "xo_board", which prevents Linux from correctly parsing the clock tree, resulting in most clocks being unparented and unable to be manipulated. The end result is that we can't turn on clocks for peripherals like SD, so init usually fails. Fixes: 4807c71c (arm64: dts: Add msm8998 SoC and MTP board support) Signed-off-by: NJeffrey Hugo <jhugo@codeaurora.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Andy Gross 提交于
-
由 Andy Gross 提交于
-
由 Andy Gross 提交于
Qualcomm ARM64 DT Fixes for 4.20-rc1 * Fix reserved gpio ranges for SDM845 and MSM8998
-
- 18 11月, 2018 18 次提交
-
-
由 Vinod Koul 提交于
PMS405 also features PON block, so add PON and PWRKEY nodes Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
We can use BAM DAM for serial UART data transfers, so add it Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
Add the BAM DMA instance found in BLSP1 node of the QCS404 Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
RNG hardware in QCS404 features (Execution Environment) EE for HLOS to use, add the node for prng-ee for QCS404. Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Bjorn Andersson 提交于
Add the TrustZone based remoteproc nodes and their glink edges for adsp, cdsp and wcss. Enable them for EVB common DTS. Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Bjorn Andersson 提交于
Add the scm firmware node to QCS404 Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
Add the GPIOs present on PMS405 chip. Signed-off-by: NVinod Koul <vkoul@kernel.org> Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
RTC is found on PMIC PMS405 and is same as other PMIC used, so add the rtc node with compatible as qcom,pm8941-rtc Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
PMS405 is used in QCS405-EVB so include that with SPMI nodes Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
Add the pms405 DT file with spmi node. Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Bjorn Andersson 提交于
Add the sdcc1 node and enable it for the QCS404-EVB. Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Bjorn Andersson 提交于
Add the QCS404 TLMM pinctrl node with its three tiles. Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
Add the smp2p-adsp, smp2p-cdsp and smp2p-wcss nodes found in QCS404. Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Bjorn Andersson 提交于
Add the RPM regulators found in PMS405 which is used in qcs404-evb Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Bjorn Andersson 提交于
Add RPM GLINK node and the RPM message ram, hwspinlock, APCS apps global and smem nodes it depends on. Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Bjorn Andersson 提交于
Add the reserved memory regions in QCS404 Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
QCS404 has two EVBs, EVB-1000 and EVB-4000. These boards are mostly similar with few differences in the peripherals used. So use a common qcs404-evb.dtsi which contains the common parts and use qcs404-evb-1000.dts and qcs404-evb-4000.dts for diffs Signed-off-by: NVinod Koul <vkoul@kernel.org> Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
Add base dts files for QCS404 chipset along with cpu, timer, gcc and uart2 nodes. Signed-off-by: NVinod Koul <vkoul@kernel.org> Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 16 11月, 2018 2 次提交
-
-
由 Vinod Koul 提交于
RNG hardware in SDM845 features (Execution Environment) EE for HLOS to use, add the node for prng-ee for sdm845. Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Vinod Koul 提交于
RNG hardware in 8996 features (Execution Environment) EE for HLOS to use, add the node for prng-ee for msm8996. Signed-off-by: NVinod Koul <vkoul@kernel.org> Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 15 11月, 2018 4 次提交
-
-
由 Matthias Kaehlcke 提交于
Add a channel node for the die temperature to the ADC. Signed-off-by: NMatthias Kaehlcke <mka@chromium.org> Reviewed-by: NDouglas Anderson <dianders@chromium.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Matthias Kaehlcke 提交于
The node has a reg property, therefore its name should include a unit address. Also change the name from 'usb_id_nopull' to 'adc-chan', which is the preferred name for ADC channel nodes. Include headers for constants used in the example. Signed-off-by: NMatthias Kaehlcke <mka@chromium.org> Reviewed-by: NDouglas Anderson <dianders@chromium.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Amit Kucheria 提交于
One thermal zone per cpu is defined Signed-off-by: NAmit Kucheria <amit.kucheria@linaro.org> Reviewed-by: NMatthias Kaehlcke <mka@chromium.org> Tested-by: NMatthias Kaehlcke <mka@chromium.org> Acked-by: NAndy Gross <andy.gross@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Amit Kucheria 提交于
Initialise the camera thermal zone to export temperature to userspace. Signed-off-by: NAmit Kucheria <amit.kucheria@linaro.org> Acked-by: NAndy Gross <andy.gross@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-