diff mbox

[V3,1/6] dt-bindings: qcom: clk: Add missing binding for SDCHI enablement on Nexus 5X/6P

Message ID 1485250588-24698-2-git-send-email-jeremymc@redhat.com (mailing list archive)
State Not Applicable, archived
Delegated to: Andy Gross
Headers show

Commit Message

Jeremy McNicoll Jan. 24, 2017, 9:36 a.m. UTC
AHB clock branch is needed in order to enable SDHCI
on msm899(2/4).

Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com>
---
 include/dt-bindings/clock/qcom,gcc-msm8994.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Jeremy McNicoll Jan. 26, 2017, 9:58 p.m. UTC | #1
On 2017-01-26 7:24 PM, Stephen Boyd wrote:
> On 01/24, Jeremy McNicoll wrote:
>> AHB clock branch is needed in order to enable SDHCI
>> on msm899(2/4).
>>
>> Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com>
>> ---
>
> Please cc linux-clk on clk patches (it helps my filters).
>

duly noted and added!


>
>>  include/dt-bindings/clock/qcom,gcc-msm8994.h | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/include/dt-bindings/clock/qcom,gcc-msm8994.h b/include/dt-bindings/clock/qcom,gcc-msm8994.h
>> index 8fa535b..df47da0 100644
>> --- a/include/dt-bindings/clock/qcom,gcc-msm8994.h
>> +++ b/include/dt-bindings/clock/qcom,gcc-msm8994.h
>> @@ -133,5 +133,6 @@
>>  #define GCC_USB30_MOCK_UTMI_CLK			115
>>  #define GCC_USB3_PHY_AUX_CLK			116
>>  #define GCC_USB_HS_SYSTEM_CLK			117
>> +#define GCC_SDCC1_AHB_CLK			118
>>
>
> Is there a driver patch too? Or just the #define addition.
>

This was split up as I believe I was told that we need to separate
the dt-bindings from the other code.  Or should we combine them when
dealing with clocks?

The other part of this change looks just fine in my inbox.
Unfortunately that is the only place it got sent to. My bad.....
NAK.

Remember kids, cut twice measure once.

I'll send a V4 shortly.



-jeremy
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Boyd Jan. 27, 2017, 12:24 a.m. UTC | #2
On 01/24, Jeremy McNicoll wrote:
> AHB clock branch is needed in order to enable SDHCI
> on msm899(2/4).
> 
> Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com>
> ---

Please cc linux-clk on clk patches (it helps my filters).


>  include/dt-bindings/clock/qcom,gcc-msm8994.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/dt-bindings/clock/qcom,gcc-msm8994.h b/include/dt-bindings/clock/qcom,gcc-msm8994.h
> index 8fa535b..df47da0 100644
> --- a/include/dt-bindings/clock/qcom,gcc-msm8994.h
> +++ b/include/dt-bindings/clock/qcom,gcc-msm8994.h
> @@ -133,5 +133,6 @@
>  #define GCC_USB30_MOCK_UTMI_CLK			115
>  #define GCC_USB3_PHY_AUX_CLK			116
>  #define GCC_USB_HS_SYSTEM_CLK			117
> +#define GCC_SDCC1_AHB_CLK			118
>  

Is there a driver patch too? Or just the #define addition.
diff mbox

Patch

diff --git a/include/dt-bindings/clock/qcom,gcc-msm8994.h b/include/dt-bindings/clock/qcom,gcc-msm8994.h
index 8fa535b..df47da0 100644
--- a/include/dt-bindings/clock/qcom,gcc-msm8994.h
+++ b/include/dt-bindings/clock/qcom,gcc-msm8994.h
@@ -133,5 +133,6 @@ 
 #define GCC_USB30_MOCK_UTMI_CLK			115
 #define GCC_USB3_PHY_AUX_CLK			116
 #define GCC_USB_HS_SYSTEM_CLK			117
+#define GCC_SDCC1_AHB_CLK			118
 
 #endif