Re: [PATCH v4 12/12] arm64: dts: qcom: Add EL2 overlay for Lemans

2025-10-08 Thread Konrad Dybcio
On 10/8/25 9:32 AM, Mukesh Ojha wrote: > On Tue, Oct 07, 2025 at 02:55:04PM -0700, Manivannan Sadhasivam wrote: >> On Tue, Oct 07, 2025 at 10:18:57PM +0530, Mukesh Ojha wrote: >>> All the Lemans IOT variants boards are using Gunyah hypervisor which >>> means that, so far, Linux-based OS could only

Re: [PATCH v3 00/12] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2

2025-10-08 Thread Konrad Dybcio
On 9/22/25 12:33 PM, Mukesh Ojha wrote: > On Mon, Sep 22, 2025 at 11:53:34AM +0200, Stephan Gerhold wrote: >> On Mon, Sep 22, 2025 at 03:17:32PM +0530, Mukesh Ojha wrote: >>> On Mon, Sep 22, 2025 at 10:10:42AM +0200, Stephan Gerhold wrote: On Sun, Sep 21, 2025 at 01:10:58AM +0530, Mukesh Ojha

Re: [PATCH v3 07/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node

2025-10-02 Thread Konrad Dybcio
On 10/2/25 6:51 AM, Paul Sajna wrote: > October 1, 2025 at 9:14 AM, "Konrad Dybcio" mailto:konrad.dyb...@oss.qualcomm.com?to=%22Konrad%20Dybcio%22%20%3Ckonrad.dybcio%40oss.qualcomm.com%3E > > wrote > > >> >> As the dt-checker points out, there is no su

Re: [PATCH v3 11/11] arm64: dts: qcom: sdm845-lg-common: Change ipa gsi-loader to 'self'

2025-10-01 Thread Konrad Dybcio
On 9/29/25 7:05 AM, Paul Sajna wrote: > This lets modem get a bit closer to working What prevents it from working? Does it crash? Has rmtfs started? Does `rmtfs -vP` print any warnings? Konrad

Re: [PATCH 5/6] arm64: dts: qcom: qcm6490-shift-otter: Enable RGB LED

2025-10-01 Thread Konrad Dybcio
On 10/1/25 10:30 AM, Luca Weiss wrote: > On Wed Oct 1, 2025 at 10:29 AM CEST, Konrad Dybcio wrote: >> On 9/30/25 4:32 PM, Luca Weiss wrote: >>> From: Luca Weiss >>> >>> Enable the RGB LED connected to the PM7350C (PM8350C). >>> >>> Si

Re: [PATCH 6/6] arm64: dts: qcom: qcm6490-shift-otter: Enable venus node

2025-10-01 Thread Konrad Dybcio
4 > --- a/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts > +++ b/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts > @@ -995,6 +995,12 @@ &usb_dp_qmpphy_out { > remote-endpoint = <&pmic_glink_ss_in>; > }; > > +&venus { > + firmware-name = "qcom

Re: [PATCH 2/3] clk: qcom: dispcc-sm6350: Add MDSS_CORE & MDSS_RSCC resets

2025-09-24 Thread Konrad Dybcio
On 9/19/25 11:57 AM, Luca Weiss wrote: > Add the offsets for two resets inside the dispcc on SM6350 SoC. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 13/13] arm64: dts: qcom: sdm845-lg-judyln: Add lab/ibb

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > `regulator-always-on;` in ibb improves display blanking issue ..but doesn't let you save power when the display is not in use That suggests your panel driver may not be sequencing the supplies properly (or maybe the reset pin/commands may be misplaced) Kon

Re: [PATCH v2 08/13] arm64: dts: qcom: sdm845-lg-common: Add chassis-type

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > The sdm845-lg devices are all phones, therefore handset chassis > > Signed-off-by: Paul Sajna > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 05/13] arm64: dts: qcom: sdm845-lg-judyln: Add display panel

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > And supporting msm drm nodes, including backlight > > Signed-off-by: Paul Sajna > Co-developed-by: Amir Dahan > Signed-off-by: Amir Dahan > --- [...] > + display_panel: panel@0 { > + reg = <0>; > + compatible = "lg,sw49410";

Re: [PATCH v2 07/13] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node

2025-09-17 Thread Konrad Dybcio
add wifi variant property") for future reference? Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 02/13] arm64: dts: qcom: sdm845-lg-common: Add uarts and Bluetooth

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > uart9 is debug serial on USB SBU1/2 > uart6 is bluetooth > > Signed-off-by: Paul Sajna > --- I would imagine the SBU uart requires a jig or some other config.. Could you put that information in the commit message? [...] > +&uart6 { > + bluetooth {

Re: [PATCH v2 12/13] arm64: dts: qcom: sdm845-judyln-common: Remove framebuffer reserved-mem

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > It causes a conflict with simple-framebuffer Huh? simple-framebuffer even takes a memory-region reference nowadays Konrad

Re: [PATCH v2 09/13] arm64: dts: qcom: sdm845-lg-judyln: Add fb_panel dimensions

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > Add display dimensions for proper scaling > > Signed-off-by: Paul Sajna > --- > arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts > b/arch/arm64/boo

Re: [PATCH v2 11/13] arm64: dts: qcom: sdm845-lg-common: Add bootloader-compatible board and MSM IDs

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > The original bootloader (fastboot) requires board and MSM IDs in order > to boot the kernel, so these have been added. When re-using the same > files to chainload U-Boot, these compatibles are also needed to ensure > proper booting. > > Signed-off-by: Paul S

Re: [PATCH v2 10/13] arm64: dts: qcom: sdm845-lg-common: Add camera flash

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > So it can be used as a flashlight > > Signed-off-by: Paul Sajna > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 06/13] arm64: dts: qcom: sdm845-lg-judyln: Add firmware nodes

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > Add paths for Qualcomm firmware, including: > ipa, modem, bluetooth, venus, gpu > > Enable adsp and cdsp nodes since their firmware is present This commit message is a little out of sync with the patch content [...] > &adsp_pas { > - firmware-name =

Re: [PATCH v2 03/13] arm64: dts: qcom: sdm845-lg-judyln: Add battery and charger

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > From: Christopher Brown > > Values based on lineageos kernel A link for reference would be nice to see > > Signed-off-by: Christopher Brown > --- > arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts | 13 + > 1 file changed, 13 insertions(+) >

Re: [PATCH v2 04/13] arm64: dts: qcom: sdm845-lg-common: Add leds

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > From: Amir Dahan > > Add the multicolor status led in the phone's notch > > Signed-off-by: Amir Dahan Sending someone else's changes is fine, but Linux submission guidelines require that you add your own sign-off at the end of the existing tag chain (i.e

Re: [PATCH v2 01/13] arm64: dts: qcom: sdm845-lg-common: Sort nodes and properties

2025-09-17 Thread Konrad Dybcio
On 9/17/25 3:09 AM, Paul Sajna wrote: > in accordance with: > https://docs.kernel.org/devicetree/bindings/dts-coding-style.html > > Signed-off-by: Paul Sajna > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 2/7] i2c: qcom-cci: Add msm8953 compatible

2025-09-04 Thread Konrad Dybcio
On 8/15/25 9:12 AM, Luca Weiss wrote: > Hi Wolfram, > > On 2025-08-11 14:13, Wolfram Sang wrote: >> On Sun, Aug 10, 2025 at 05:37:53PM +0200, Luca Weiss wrote: >>> Add a config for the v1.2.5 CCI found on msm8953 which has different >> >> Given the above version number... >> >>>  static const stru

Re: [PATCH v2 00/11] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2

2025-09-03 Thread Konrad Dybcio
On 8/20/25 1:22 PM, Mukesh Ojha wrote: > On Wed, Aug 20, 2025 at 12:03:16PM +0100, Bryan O'Donoghue wrote: >> On 19/08/2025 17:54, Mukesh Ojha wrote: >>> This is a further continuation with a new approach to the topic >>> discussed in [1] regarding the enablement of Secure Peripheral Image >>> Load

Re: [PATCH 7/7] arm64: dts: qcom: sdm632-fairphone-fp3: Enable CCI and add EEPROM

2025-08-11 Thread Konrad Dybcio
On 8/10/25 5:37 PM, Luca Weiss wrote: > Enable the CCI where the camera modules are connected to, and add a node > for the EEPROM found next to the IMX363 rear camera. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 6/7] arm64: dts: qcom: sdm632-fairphone-fp3: Add camera fixed regulators

2025-08-11 Thread Konrad Dybcio
On 8/10/25 5:37 PM, Luca Weiss wrote: > Add the definitions for a few fixed regulators found on the Fairphone 3. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 4/7] arm64: dts: qcom: msm8953: Re-sort tlmm pinctrl states

2025-08-11 Thread Konrad Dybcio
On 8/10/25 5:37 PM, Luca Weiss wrote: > Follow the Devicetree Sources Coding Style and sort the pinctrl nodes by > the pins property. This makes it simpler to add new pinctrl states in > the future. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 5/7] arm64: dts: qcom: msm8953: Add CCI nodes

2025-08-11 Thread Konrad Dybcio
On 8/10/25 5:37 PM, Luca Weiss wrote: > Add the nodes for the camera I2C bus on the MSM8953 SoC. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [Patch v3 2/3] soc: qcom: mdt_loader: Remove pas id parameter

2025-08-07 Thread Konrad Dybcio
t/wireless/ath/ath12k/ahb.c > Signed-off-by: Mukesh Ojha > --- Reviewed-by: Konrad Dybcio Konrad

Re: [Patch v3 3/3] soc: qcom: mdt_loader: Remove unused parameter

2025-08-07 Thread Konrad Dybcio
On 8/7/25 9:43 AM, Mukesh Ojha wrote: > fw_name in qcom_mdt_bins_are_split() seems unused now, it may have > used in the past for logging it but due to code refactor this parameter > is unused now. > > Signed-off-by: Mukesh Ojha > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 2/3] soc: qcom: mdt_loader: Remove pas id parameter

2025-08-04 Thread Konrad Dybcio
On 8/4/25 2:41 PM, Mukesh Ojha wrote: > pas id is not used in qcom_mdt_load_no_init() and it should not > be used as it is non-PAS specific function and has no relation > to PAS specific mechanism. > > Signed-off-by: Mukesh Ojha > --- [...] > -static bool qcom_mdt_bins_are_split(const struct fi

Re: [PATCH 1/3] soc: qcom: mdt_loader: Remove unused parameter

2025-08-04 Thread Konrad Dybcio
. > > Remove pas_init argument from __qcom_mdt_load(). > > Signed-off-by: Mukesh Ojha > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 2/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable USB audio offload support

2025-08-01 Thread Konrad Dybcio
amp;q6afedai USB_RX>; > + }; > + > + platform { > + sound-dai = <&q6routing>; > + }; Because this is SoC component <-> SoC component mapping, this could live in the SoC dtsi.. but then 7280 is a glorious mess with the firmware flavors, so I suppose it should stay here.. Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 1/2] arm64: dts: qcom: sc7280: Add q6usbdai node

2025-08-01 Thread Konrad Dybcio
e > able to use its sideband interrupter. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 5/5] arm64: dts: qcom: Add PM7550 PMIC

2025-07-17 Thread Konrad Dybcio
On 7/9/25 1:46 PM, Luca Weiss wrote: > Add a dts for the PMIC used e.g. with Milos SoC-based devices. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v3 01/11] clk: qcom: common: Add support to register rcg dfs in qcom_cc_really_probe

2025-07-15 Thread Konrad Dybcio
->driver_data->num_dfs_rcgs) { I suppose the last check isn't strictly necessary but it makes sense to the reader so I'm not asking for a resend because of that Reviewed-by: Konrad Dybcio Konrad > + ret = qcom_cc_register_rcg_dfs(regmap, > +

Re: [PATCH v2 4/4] phy: qualcomm: phy-qcom-eusb2-repeater: Add support for PMIV0104

2025-07-11 Thread Konrad Dybcio
On 7/9/25 4:55 PM, Luca Weiss wrote: > Add support for the eUSB2 repeater found on the PMIV0104. There is no > default init table for this PMIC, just the board-specific tuning > parameters are used on top of the default tuning values. > > Reviewed-by: Abel Vesa > Reviewed-by: Neil Armstrong > Si

Re: [PATCH 4/4] regulator: qcom-rpmh: add support for pm7550 regulators

2025-07-10 Thread Konrad Dybcio
On 7/10/25 4:06 PM, Luca Weiss wrote: > On Thu Jul 10, 2025 at 3:03 PM CEST, Konrad Dybcio wrote: >> On 7/9/25 1:56 PM, Luca Weiss wrote: >>> On Wed Jun 25, 2025 at 4:20 PM CEST, Konrad Dybcio wrote: >>>> On 6/25/25 4:10 PM, Konrad Dybcio wrote: >>>&

Re: [PATCH 4/4] regulator: qcom-rpmh: add support for pm7550 regulators

2025-07-10 Thread Konrad Dybcio
On 7/9/25 1:56 PM, Luca Weiss wrote: > On Wed Jun 25, 2025 at 4:20 PM CEST, Konrad Dybcio wrote: >> On 6/25/25 4:10 PM, Konrad Dybcio wrote: >>> On 6/25/25 11:18 AM, Luca Weiss wrote: >>>> Add RPMH regulators exposed by Qualcomm Technologies, Inc. PM7550 PMIC. >>

Re: [PATCH v2 4/4] phy: qcom: phy-qcom-snps-eusb2: Add extra register write for Milos

2025-07-10 Thread Konrad Dybcio
On 7/10/25 2:25 PM, Luca Weiss wrote: > On Thu Jul 10, 2025 at 2:10 PM CEST, Konrad Dybcio wrote: >> On 7/9/25 11:18 AM, Luca Weiss wrote: >>> As per the downstream devicetree for Milos, add a register write for >>> QCOM_USB_PHY_CFG_CTRL_1 as per the &quo

Re: [PATCH v2 4/4] phy: qcom: phy-qcom-snps-eusb2: Add extra register write for Milos

2025-07-10 Thread Konrad Dybcio
On 7/9/25 11:18 AM, Luca Weiss wrote: > As per the downstream devicetree for Milos, add a register write for > QCOM_USB_PHY_CFG_CTRL_1 as per the "eUSB2 HPG version 1.0.2 update". > > Reviewed-by: Neil Armstrong > Signed-off-by: Luca Weiss > --- > The downstream driver supports an arbitrary extr

Re: [PATCH] ARM: dts: qcom: msm8226-samsung-ms013g: Add touch keys

2025-07-08 Thread Konrad Dybcio
On 7/8/25 2:21 PM, Raymond Hackley wrote: > Touch keys feature on Galaxy Grand 2 is provided by Zinitix touchscreen. > Add property linux,keycodes to enable touch keys. > > Signed-off-by: Raymond Hackley > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 2/2] interconnect: qcom: Add Milos interconnect provider driver

2025-07-08 Thread Konrad Dybcio
On 7/8/25 2:42 PM, Luca Weiss wrote: > On Tue Jul 8, 2025 at 1:30 PM CEST, Konrad Dybcio wrote: >> On 7/8/25 12:20 PM, Luca Weiss wrote: >>> Add driver for the Qualcomm interconnect buses found in Milos based >>> platforms. The topology consists of several NoCs that are

Re: [PATCH 2/2] interconnect: qcom: Add SM7635 interconnect provider driver

2025-07-08 Thread Konrad Dybcio
On 7/8/25 12:28 PM, Luca Weiss wrote: > Hi Konrad, > > On Fri Jun 27, 2025 at 2:48 PM CEST, Konrad Dybcio wrote: >> On 6/25/25 11:13 AM, Luca Weiss wrote: >>> Add driver for the Qualcomm interconnect buses found in SM7635 based >>> platforms. The topology

Re: [PATCH v2 2/2] interconnect: qcom: Add Milos interconnect provider driver

2025-07-08 Thread Konrad Dybcio
On 7/8/25 12:20 PM, Luca Weiss wrote: > Add driver for the Qualcomm interconnect buses found in Milos based > platforms. The topology consists of several NoCs that are controlled by > a remote processor that collects the aggregated bandwidth for each > master-slave pairs. > > Signed-off-by: Luca W

Re: [PATCH v2 2/2] pmdomain: qcom: rpmhpd: Add Milos power domains

2025-07-07 Thread Konrad Dybcio
On 7/7/25 12:18 PM, Luca Weiss wrote: > Add the power domains exposed by RPMH in the Qualcomm Milos platform. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 11/11] clk: qcom: Add Video Clock controller (VIDEOCC) driver for Milos

2025-07-04 Thread Konrad Dybcio
On 04-Jul-25 09:17, Luca Weiss wrote: > Add support for the video clock controller found on Milos (e.g. SM7635) > based devices. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 07/11] clk: qcom: Add Display Clock controller (DISPCC) driver for Milos

2025-07-04 Thread Konrad Dybcio
On 04-Jul-25 09:16, Luca Weiss wrote: > Add support for the display clock controller found on Milos (e.g. > SM7635) based devices. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 05/11] clk: qcom: Add Camera Clock controller (CAMCC) driver for Milos

2025-07-04 Thread Konrad Dybcio
On 04-Jul-25 09:16, Luca Weiss wrote: > Add support for the camera clock controller found on Milos (e.g. SM7635) > based devices. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 03/11] clk: qcom: Add Global Clock controller (GCC) driver for Milos

2025-07-04 Thread Konrad Dybcio
On 04-Jul-25 09:16, Luca Weiss wrote: > Add support for the global clock controller found on Milos (e.g. SM7635) > based devices. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 01/11] clk: qcom: common: Add support to register rcg dfs in qcom_cc_really_probe

2025-07-04 Thread Konrad Dybcio
On 04-Jul-25 09:16, Luca Weiss wrote: > Add support to register the rcg dfs in qcom_cc_really_probe(). This > allows users to move the call from the probe function to static > properties. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 1/2] dt-bindings: pinctrl: document the Milos Top Level Mode Multiplexer

2025-07-03 Thread Konrad Dybcio
On 03-Jul-25 09:44, Luca Weiss wrote: > On Thu Jul 3, 2025 at 9:41 AM CEST, Krzysztof Kozlowski wrote: >> On Wed, Jul 02, 2025 at 05:56:16PM +0200, Luca Weiss wrote: >>> Document the Top Level Mode Multiplexer on the Milos Platform. >> >> What is Milos platform? Does it have some sort of model n

Re: [PATCH 00/10] Add clock drivers for SM7635

2025-07-01 Thread Konrad Dybcio
On 01-Jul-25 15:42, Luca Weiss wrote: > On Tue Jul 1, 2025 at 1:16 PM CEST, Dmitry Baryshkov wrote: >> On Mon, Jun 30, 2025 at 10:01:35AM +0200, Luca Weiss wrote: >>> Hi Konrad, >>> >>> On Fri Jun 27, 2025 at 5:14 PM CEST, Luca Weiss wrote: >>>

Re: [PATCH v2 3/3] remoteproc: qcom: pas: Add SM7635 remoteproc support

2025-07-01 Thread Konrad Dybcio
On 27-Jun-25 08:55, Luca Weiss wrote: > Add the different remoteprocs found on SM7635: ADSP, CDSP, MPSS and > WPSS. > > Signed-off-by: Luca Weiss > --- With the agreed rename: Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v4 0/3] Add initial device tree for Billion Capture+

2025-06-30 Thread Konrad Dybcio
On 29-Jun-25 08:44, Cristian Cozzolino via B4 Relay wrote: > Billion Capture+ is a handset using the MSM8953 SoC released in 2017 > and sold by Flipkart. > > Add a device tree with initial support for: > > - GPIO keys > - SDHCI (internal and external storage) > - USB Device Mode > - Regulators

Re: [PATCH 1/2] dt-bindings: pinctrl: document the SM7635 Top Level Mode Multiplexer

2025-06-28 Thread Konrad Dybcio
On 6/27/25 10:44 PM, Rob Herring wrote: > On Wed, Jun 25, 2025 at 11:12:01AM +0200, Luca Weiss wrote: >> Document the Top Level Mode Multiplexer on the SM7635 Platform. >> >> Signed-off-by: Luca Weiss >> --- >> .../bindings/pinctrl/qcom,sm7635-tlmm.yaml | 133 >> + >>

Re: [PATCH 4/4] clk: qcom: tcsrcc-sm8650: Add support for SM7635 SoC

2025-06-27 Thread Konrad Dybcio
> Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 2/4] clk: qcom: rpmh: Add support for RPMH clocks on SM7635

2025-06-27 Thread Konrad Dybcio
On 6/25/25 11:12 AM, Luca Weiss wrote: > Add support for RPMH clocks on SM7635 SoCs. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 00/10] Add clock drivers for SM7635

2025-06-27 Thread Konrad Dybcio
On 6/25/25 11:12 AM, Luca Weiss wrote: > Document and add the clock drivers for GCC, CAMCC, DISPCC, GPUCC and > VIDEOCC on the SM7635 SoC. > > Signed-off-by: Luca Weiss > --- > Luca Weiss (10): > dt-bindings: clock: qcom: document the SM7635 Global Clock Controller > clk: qcom: Add Gl

Re: [PATCH 3/3] arm64: dts: qcom: Add PMXR2230 PMIC

2025-06-27 Thread Konrad Dybcio
On 6/27/25 2:54 PM, Luca Weiss wrote: > On Wed Jun 25, 2025 at 3:20 PM CEST, Konrad Dybcio wrote: >> On 6/25/25 11:18 AM, Luca Weiss wrote: >>> Add a dts for the PMIC used e.g. with SM7635 devices. >>> >>> Signed-off-by: Luca Weiss >>> --- >

Re: [PATCH 2/2] interconnect: qcom: Add SM7635 interconnect provider driver

2025-06-27 Thread Konrad Dybcio
On 6/25/25 11:13 AM, Luca Weiss wrote: > Add driver for the Qualcomm interconnect buses found in SM7635 based > platforms. The topology consists of several NoCs that are controlled by > a remote processor that collects the aggregated bandwidth for each > master-slave pairs. > > Signed-off-by: Luca

Re: [PATCH 3/3] remoteproc: qcom: pas: Add SM7635 remoteproc support

2025-06-26 Thread Konrad Dybcio
On 6/25/25 11:15 AM, Luca Weiss wrote: > Add the different remoteprocs found on SM7635: ADSP, CDSP, MPSS and > WPSS. > > Signed-off-by: Luca Weiss > --- > drivers/remoteproc/qcom_q6v5_pas.c | 24 > 1 file changed, 24 insertions(+) > > diff --git a/drivers/remoteproc/qco

Re: [PATCH 4/4] regulator: qcom-rpmh: add support for pm7550 regulators

2025-06-25 Thread Konrad Dybcio
On 6/25/25 4:10 PM, Konrad Dybcio wrote: > On 6/25/25 11:18 AM, Luca Weiss wrote: >> Add RPMH regulators exposed by Qualcomm Technologies, Inc. PM7550 PMIC. >> It has 6 FTS525 (FT-SMPS) and 23 LDOs with 3 different types. >> L1-L11 are LDO515 LV NMOS, L12-L13 are LDO515

Re: [PATCH 3/3] arm64: dts: qcom: Add PMXR2230 PMIC

2025-06-25 Thread Konrad Dybcio
temperature = <115000>; Unless there's some actual electrical/physical SKU differences, downstream lists 145C as critical for a PMIC carrying the same name with that: Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 4/4] regulator: qcom-rpmh: add support for pm7550 regulators

2025-06-25 Thread Konrad Dybcio
On 6/25/25 11:18 AM, Luca Weiss wrote: > Add RPMH regulators exposed by Qualcomm Technologies, Inc. PM7550 PMIC. > It has 6 FTS525 (FT-SMPS) and 23 LDOs with 3 different types. > L1-L11 are LDO515 LV NMOS, L12-L13 are LDO515 MV PMOS, L14-L23 are > LDO512 MV PMOS. > > Signed-off-by: Luca Weiss > -

Re: [PATCH 3/4] regulator: qcom-rpmh: add support for pmr735b regulators

2025-06-25 Thread Konrad Dybcio
tell, this is in order Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 4/4] arm64: dts: qcom: Add PMIV0104 PMIC

2025-06-25 Thread Konrad Dybcio
gt;; > + type = "hot"; > + }; Please also include a 145C critical trip, which is probably the most important one otherwise: Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs

2025-06-25 Thread Konrad Dybcio
On 6/25/25 11:11 AM, Luca Weiss wrote: > Add the PM7550 and PMIV0108 to the pmic_models array. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 3/4] phy: qcom: phy-qcom-snps-eusb2: Add missing write from init sequence

2025-06-25 Thread Konrad Dybcio
(1), a.k.a. CMN_CTRL_OVERRIDE_EN. You most definitely don't want to set the entire register to 0. With that fixed: Fixes: 80090810f5d3 ("phy: qcom: Add QCOM SNPS eUSB2 driver") Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH] arm64: dts: qcom: pmk8550: Correct gpio node name

2025-06-25 Thread Konrad Dybcio
{ > compatible = "qcom,pmk8550-gpio", "qcom,spmi-gpio"; > reg = <0xb800>; I was surprised DTC hasn't caught this, but it seems like the relevant check only runs for `simple-bus`.. Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 3/3] arm64: dts: qcom: msm8953: Add device tree for Billion Capture+

2025-06-24 Thread Konrad Dybcio
> - SDHCI (internal and external storage) > - USB Device Mode > - Regulators > - Simple framebuffer > > Signed-off-by: Cristian Cozzolino > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 4/4] ARM: dts: qcom: msm8974: Start using rpmpd for power domains

2025-06-24 Thread Konrad Dybcio
On 6/23/25 6:44 PM, Luca Weiss wrote: > On 23-06-2025 2:39 p.m., Konrad Dybcio wrote: >> On 6/21/25 3:19 PM, Luca Weiss wrote: >>> Due to historical reasons all msm8974 boards have used the CX power rail >>> as regulator instead of going through the power domain framewo

Re: [PATCH 3/3] arm64: dts: qcom: msm8953: Add device tree for Billion Capture+

2025-06-23 Thread Konrad Dybcio
On 6/23/25 4:49 PM, cristian_ci wrote: > On Monday, June 23rd, 2025 at 12:11, Konrad Dybcio > wrote: > >> On 6/21/25 9:31 PM, cristian_ci wrote: >> >>> On Saturday, June 21st, 2025 at 12:17, Konrad Dybcio >>> konrad.dyb...@oss.qualcomm.com wrote: &g

Re: [PATCH 4/4] ARM: dts: qcom: msm8974: Start using rpmpd for power domains

2025-06-23 Thread Konrad Dybcio
upstream. if you use an opp table with described rpmpd levels and bind the GFX domain to gpucc, it should propagate - check it out > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 3/3] arm64: dts: qcom: msm8953: Add device tree for Billion Capture+

2025-06-23 Thread Konrad Dybcio
On 6/21/25 9:31 PM, cristian_ci wrote: > On Saturday, June 21st, 2025 at 12:17, Konrad Dybcio > wrote: >>> + >>> +&sdhc_1 { >>> + vmmc-supply = <&pm8953_l8>; >>> + vqmmc-supply = <&pm8953_l5>; >> >> >> you

Re: [PATCH 3/3] arm64: dts: qcom: msm8953: Add device tree for Billion Capture+

2025-06-21 Thread Konrad Dybcio
On 6/21/25 12:53 PM, Luca Weiss wrote: > > > Konrad Dybcio schreef op 21 juni 2025 > 12:11:00 CEST: >> On 6/21/25 11:27 AM, Luca Weiss wrote: >>> On 21-06-2025 9:07 a.m., cristian_ci wrote: >>>> On Saturday, June 21st, 2025 at 00:20, Luca Weiss >&

Re: [PATCH 3/4] ARM: dts: qcom: msm8974: Sort header includes alphabetically

2025-06-21 Thread Konrad Dybcio
On 6/21/25 3:19 PM, Luca Weiss wrote: > Before adding more headers in a random order, let's sort the includes > once so that's done. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 3/3] arm64: dts: qcom: msm8953: Add device tree for Billion Capture+

2025-06-21 Thread Konrad Dybcio
On 6/20/25 11:51 PM, Cristian Cozzolino via B4 Relay wrote: > From: Cristian Cozzolino > > Billion Capture+ (flipkart,rimob) is a smartphone released in 2017, based > on Snapdragon 625 (MSM8953) SoC. > > Add a device tree with initial support for: > > - GPIO keys > - SDHCI (internal and externa

Re: [PATCH 3/3] arm64: dts: qcom: msm8953: Add device tree for Billion Capture+

2025-06-21 Thread Konrad Dybcio
On 6/21/25 11:27 AM, Luca Weiss wrote: > On 21-06-2025 9:07 a.m., cristian_ci wrote: >> On Saturday, June 21st, 2025 at 00:20, Luca Weiss wrote: >> + + reserved-memory { + qseecom@0 { >>> >>> >>> qseecom@84a0 ? >>> + reg = <0x00 0x84a0 0x00 0x190>; + no-map; >>

Re: [PATCH v2] ARM: dts: qcom: msm8974-samsung-hlte: Add touchkey support

2025-06-21 Thread Konrad Dybcio
name > - Fix misplaced S-o-b (hopefully) > - Link to v1: > https://lore.kernel.org/r/20250419-hlte-touchkey-v1-1-9d93c3e2b...@lucaweiss.eu > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 3/4] arm64: dts: qcom: msm8976: Add sdc2 GPIOs

2025-06-17 Thread Konrad Dybcio
drive-strength = <16>; Should you send a v3, please reorder the bias properties to below drive-strength for consistency Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 0/4] arm64: dts: qcom: msm8976-longcheer-l9360: Add initial device tree

2025-06-16 Thread Konrad Dybcio
On 6/15/25 10:35 PM, André Apitzsch via B4 Relay wrote: > This dts adds support for BQ Aquaris X5 Plus (Longcheer L9360) released > in 2016. > > Add a device tree with initial support for: > > - GPIO keys > - NFC > - SDHCI > - Status LED > - Touchscreen > > Signed-off-by: André Apitzsch > --- >

Re: [PATCH 3/3] arm64: dts: qcom: msm8976-longcheer-l9360: Add initial device tree

2025-06-14 Thread Konrad Dybcio
On 6/13/25 12:37 AM, André Apitzsch via B4 Relay wrote: > From: André Apitzsch > > This dts adds support for BQ Aquaris X5 Plus (Longcheer L9360) released > in 2016. > > Add a device tree with initial support for: > > - GPIO keys > - NFC > - SDHCI > - Status LED > - Touchscreen > > Signed-off-

Re: [PATCH 1/3] arm64: dts: qcom: msm8976: Make blsp_dma controlled-remotely

2025-06-14 Thread Konrad Dybcio
/blob/LA.BR.1.3.7.c26/arch/arm/boot/dts/qcom/msm8976.dtsi#L1149-1163 > > Signed-off-by: André Apitzsch > --- Fixes: 0484d3ce0902 ("arm64: dts: qcom: Add DTS for MSM8976 and MSM8956 SoCs") Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH 2/2] arm64: dts: qcom: sa8775p: Correct the interrupt for remoteproc

2025-06-12 Thread Konrad Dybcio
cb34ff2e ("arm64: dts: qcom: sa8775p: add ADSP, CDSP and GPDSP > nodes") > Signed-off-by: Lijuan Gao > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH] ARM: dts: qcom: msm8974-samsung-hlte: Add touchkey support

2025-06-10 Thread Konrad Dybcio
On 6/10/25 6:57 PM, Luca Weiss wrote: > On 22-04-2025 9:43 p.m., Konrad Dybcio wrote: >> On 4/19/25 11:08 AM, Luca Weiss wrote: >>> From: Adam Honse >>> >>> Add support for the touchkeys on the Samsung Galaxy Note 3 (hlte). >>> >>> Signed-off

Re: [PATCH v3 4/4] arm64: dts: qcom: msm8939: Add camss and cci

2025-05-31 Thread Konrad Dybcio
On 5/30/25 11:00 AM, Vincent Knecht via B4 Relay wrote: > From: Vincent Knecht > > Add the camera subsystem and CCI used to interface with cameras on the > Snapdragon 615. > > Signed-off-by: Vincent Knecht > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v3 2/4] media: qcom: camss: Add support for MSM8939

2025-05-30 Thread Konrad Dybcio
On 5/30/25 1:49 PM, Bryan O'Donoghue wrote: > On 30/05/2025 10:00, Vincent Knecht via B4 Relay wrote: >> +camss->res->version == CAMSS_8x39 || > > This is not correct - it should be 893x since 8939 and 8936 are ~ the > same SoC - probably 36 is just a binned version of 39. > > Anyway the

Re: [PATCH v2 0/4] CAMSS support for MSM8939

2025-05-27 Thread Konrad Dybcio
On 5/25/25 9:25 PM, Vincent Knecht via B4 Relay wrote: > This series adds CAMSS support for MSM8939. > It's mostly identical to MSM8916, except for some clocks > and an additional CSI. > > To fix black stripes across sensor output, and garbage in > CSID TPG output, 2 VFE VBIF register settings are

Re: [PATCH 4/4] arm64: dts: qcom: msm8939: Add camss and cci

2025-05-20 Thread Konrad Dybcio
On 5/20/25 8:39 PM, Vincent Knecht via B4 Relay wrote: > From: Vincent Knecht > > Add the camera subsystem and CCI used to interface with cameras on the > Snapdragon 615. > > Signed-off-by: Vincent Knecht > --- [...] > + interrupts = , > +

Re: [PATCH v2 0/5] SC8280XP SLPI

2025-05-20 Thread Konrad Dybcio
On 5/19/25 11:35 AM, Johan Hovold wrote: > On Sat, May 17, 2025 at 07:27:49PM +0200, Konrad Dybcio wrote: >> SC8280XP features a SLPI, much like its distant relative, SM8350. > > Please get into the habit of spelling out *and* explaining internal > Qualcomm acronyms like "S

[PATCH v2 5/5] arm64: dts: qcom: sc8280xp-crd: Enable SLPI

2025-05-17 Thread Konrad Dybcio
From: Konrad Dybcio Enable the SLPI remoteproc and declare the firmware path. Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts b/arch/arm64/boot/dts/qcom/sc8280xp

[PATCH v2 3/5] arm64: dts: qcom: sc8280xp: Add SLPI

2025-05-17 Thread Konrad Dybcio
From: Konrad Dybcio SC8280XP features a SLPI (Sensor Low Power Island) core. Describe it. Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 99 ++ 1 file changed, 99 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b

[PATCH v2 2/5] arm64: dts: qcom: sc8280xp: Fix node order

2025-05-17 Thread Konrad Dybcio
From: Konrad Dybcio Certain /soc@0 subnodes are very out of order. Reshuffle them. Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 574 - 1 file changed, 287 insertions(+), 287 deletions(-) diff --git a/arch/arm64/boot/dts/qcom

[PATCH v2 4/5] arm64: dts: qcom: sc8280xp-lenovo-thinkpad-x13s: enable sensors DSP

2025-05-17 Thread Konrad Dybcio
From: Dmitry Baryshkov Enable SLPI / Sensors DSP present on the SC8280XP platforms / Lenovo X13s laptop. Signed-off-by: Dmitry Baryshkov Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch

[PATCH v2 1/5] dt-bindings: remoteproc: qcom,sm8350-pas: Add SC8280XP

2025-05-17 Thread Konrad Dybcio
From: Konrad Dybcio >From the software POV, it matches the SM8350's implementation. Describe it as such, with a fallback. Signed-off-by: Konrad Dybcio --- .../bindings/remoteproc/qcom,sm8350-pas.yaml | 54 -- 1 file changed, 30 insertions(+), 24 deletions(

[PATCH v2 0/5] SC8280XP SLPI

2025-05-17 Thread Konrad Dybcio
SC8280XP features a SLPI, much like its distant relative, SM8350. This series adds the bindings and dt node for it (also cleaning up the DTSI in meantime) Signed-off-by: Konrad Dybcio --- Changes in v2: - Added FastRPC nodes - Added the X13s/CRD patches - Link to v1: https://lore.kernel.org/r

Re: [PATCH v3 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes

2025-05-17 Thread Konrad Dybcio
On 5/17/25 12:11 AM, Dmitry Baryshkov wrote: > On Fri, May 16, 2025 at 11:27:06AM +0800, Lijuan Gao wrote: >> Add nodes for remoteprocs: ADSP and CDSP for QCS615 SoC to enable proper >> remoteproc functionality. >> >> Reviewed-by: Konrad Dybcio >> Signed-off-by:

Re: [PATCH v3 4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region

2025-05-16 Thread Konrad Dybcio
}; > > + sram@146aa000 { Please also update this unit address with that Reviewed-by: Konrad Dybcio Konrad > + compatible = "qcom,qcs615-imem", "syscon", "simple-mfd"; > + reg = <0x0 0x1468000

Re: [PATCH v3 3/6] arm64: dts: qcom: qcs615: Add mproc node for SEMP2P

2025-05-16 Thread Konrad Dybcio
Deng > Signed-off-by: Lijuan Gao > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH v2 4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region

2025-05-12 Thread Konrad Dybcio
On 5/12/25 5:20 AM, Lijuan Gao wrote: > > > 在 5/9/2025 4:54 PM, Konrad Dybcio 写道: >> On 5/9/25 9:37 AM, Lijuan Gao wrote: >>> >>> >>> 在 5/8/2025 10:41 PM, Konrad Dybcio 写道: >>>> On 5/7/25 12:26 PM, Lijuan Gao wrote: >>>>

Re: [PATCH v2 4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region

2025-05-09 Thread Konrad Dybcio
On 5/9/25 9:37 AM, Lijuan Gao wrote: > > > 在 5/8/2025 10:41 PM, Konrad Dybcio 写道: >> On 5/7/25 12:26 PM, Lijuan Gao wrote: >>> Add a simple-mfd representing IMEM on QCS615 and define the PIL >>> relocation info region as its child. The PIL region in IMEM is used

  1   2   3   4   5   6   7   8   9   >