Re: [PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card

2021-04-20 Thread sbhanu
On 2021-04-15 01:55, Doug Anderson wrote: Hi, On Tue, Apr 13, 2021 at 3:59 AM wrote: >> >>> + required-opps = >> >>> <&rpmhpd_opp_low_svs>; >> >>> + opp-peak-kBps = <120 >> >>> 76000>; >> >>> +

Re: [PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card

2021-04-13 Thread sbhanu
On 2021-03-29 20:26, Doug Anderson wrote: Hi, On Thu, Mar 25, 2021 at 11:57 PM wrote: >>> + max-frequency = <19200>; >> Why do you need to specify this? This helps to avoid lower speed modes running in high clock rate, and As Veerabhadrarao Badiganti mentioned Just

Re: [PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card

2021-04-01 Thread sbhanu
On 2021-03-25 21:47, Doug Anderson wrote: Hi, On Wed, Mar 24, 2021 at 8:59 PM Veerabhadrarao Badiganti wrote: >> + clocks = <&gcc GCC_SDCC1_APPS_CLK>, >> + <&gcc GCC_SDCC1_AHB_CLK>, >> + <&rpmhcc

Re: [PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card

2021-03-25 Thread sbhanu
On 2021-03-25 09:28, Veerabhadrarao Badiganti wrote: On 3/23/2021 9:41 PM, Doug Anderson wrote: Hi, On Sat, Mar 20, 2021 at 11:18 AM Shaik Sajida Bhanu wrote: Add nodes for eMMC and SD card on sc7280. Signed-off-by: Shaik Sajida Bhanu --- This change is depends on the below patch series: h

Re: [PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card

2021-03-24 Thread sbhanu
On 2021-03-23 12:31, Stephen Boyd wrote: Quoting Shaik Sajida Bhanu (2021-03-20 11:17:00) diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dts b/arch/arm64/boot/dts/qcom/sc7280-idp.dts index 54d2cb3..4105263 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-idp.dts +++ b/arch/arm64/boot/dts/qcom/sc7

Re: [PATCH V1] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card

2021-03-13 Thread sbhanu
On 2021-03-10 19:17, sbh...@codeaurora.org wrote: On 2021-03-10 01:32, Bjorn Andersson wrote: On Tue 09 Mar 13:18 CST 2021, Shaik Sajida Bhanu wrote: Add nodes for eMMC and SD card on sc7280. Signed-off-by: Shaik Sajida Bhanu --- This change is depends on the below patch series: https://lor

Re: [PATCH V1] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card

2021-03-10 Thread sbhanu
On 2021-03-10 01:32, Bjorn Andersson wrote: On Tue 09 Mar 13:18 CST 2021, Shaik Sajida Bhanu wrote: Add nodes for eMMC and SD card on sc7280. Signed-off-by: Shaik Sajida Bhanu --- This change is depends on the below patch series: https://lore.kernel.org/lkml/1613114930-1661-1-git-send-email-

Re: [PATCH V1] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card

2021-03-10 Thread sbhanu
On 2021-03-10 02:20, Konrad Dybcio wrote: Hi! + +&sdhc_1 { + status = "okay"; + + pinctrl-names = "default", "sleep"; + pinctrl-0 = <&sdc1_on>; + pinctrl-1 = <&sdc1_off>; + + vmmc-supply = <&vreg_l7b_2p9>; + vqmmc-supply = <&vreg_l19b_1p8>; + Redundant new

Re: [PATCH V1] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card

2021-03-10 Thread sbhanu
On 2021-03-10 10:18, Veerabhadrarao Badiganti wrote: On 3/10/2021 12:48 AM, Shaik Sajida Bhanu wrote: Add nodes for eMMC and SD card on sc7280. Signed-off-by: Shaik Sajida Bhanu --- This change is depends on the below patch series: https://lore.kernel.org/lkml/1613114930-1661-1-git-send-email

Re: [PATCH V2] arm64: dts: qcom: sc7180: Add bandwidth votes for eMMC and SDcard

2020-08-12 Thread sbhanu
On 2020-08-11 22:38, Matthias Kaehlcke wrote: On Tue, Jul 28, 2020 at 04:49:05PM +0530, sbh...@codeaurora.org wrote: On 2020-07-28 00:40, Matthias Kaehlcke wrote: > Hi, > > On Mon, Jul 27, 2020 at 12:20:38PM +0530, sbh...@codeaurora.org wrote: > > On 2020-07-24 22:40, Matthias Kaehlcke wrote: >

Re: [PATCH V2] arm64: dts: qcom: sc7180: Add bandwidth votes for eMMC and SDcard

2020-07-28 Thread sbhanu
On 2020-07-28 00:40, Matthias Kaehlcke wrote: Hi, On Mon, Jul 27, 2020 at 12:20:38PM +0530, sbh...@codeaurora.org wrote: On 2020-07-24 22:40, Matthias Kaehlcke wrote: > Hi Shaik, > > On Tue, Jul 21, 2020 at 04:16:21PM +0530, Shaik Sajida Bhanu wrote: > > From: Pradeep P V K > > > > Add the ban

Re: [PATCH V2] arm64: dts: qcom: sc7180: Add bandwidth votes for eMMC and SDcard

2020-07-26 Thread sbhanu
On 2020-07-24 22:40, Matthias Kaehlcke wrote: Hi Shaik, On Tue, Jul 21, 2020 at 04:16:21PM +0530, Shaik Sajida Bhanu wrote: From: Pradeep P V K Add the bandwidth domain supporting performance state and the corresponding OPP tables for the sdhc device on sc7180. Signed-off-by: Pradeep P V K