Message ID | 20230320104530.30411-2-quic_kathirav@quicinc.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Add few device nodes for IPQ5332 SoC | expand |
On 3/20/2023 4:15 PM, Kathiravan T wrote: > Add a compatible for the IPQ5332 platform's APSS watchdog. Guenter, Without this patch, I see dtbs_check failure in linux-next. I see you reviewed the V1 of this patch, can you pick up this patch? I don't see it in https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/log/?h=watchdog-next I'm not sure if I am looking at the right tree, Please correct me if I am wrong. Thanks, Kathiravan T. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> > --- > Changes in V2: > - Pick up R-b tag > > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > index 6448b633c970..8060a87d29da 100644 > --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > @@ -18,6 +18,7 @@ properties: > - items: > - enum: > - qcom,kpss-wdt-ipq4019 > + - qcom,apss-wdt-ipq5332 > - qcom,apss-wdt-msm8994 > - qcom,apss-wdt-qcs404 > - qcom,apss-wdt-sa8775p
On 13/04/2023 06:39, Kathiravan T wrote: > > On 3/20/2023 4:15 PM, Kathiravan T wrote: >> Add a compatible for the IPQ5332 platform's APSS watchdog. > > Guenter, > > > Without this patch, I see dtbs_check failure in linux-next. > > > I see you reviewed the V1 of this patch, can you pick up this patch? I don't see it in https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/log/?h=watchdog-next > I'm not sure if I am looking at the right tree, Please correct me if I am wrong. Are you sure that patch still applies? Best regards, Krzysztof
On Mon, Mar 20, 2023 at 04:15:29PM +0530, Kathiravan T wrote: > Add a compatible for the IPQ5332 platform's APSS watchdog. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > Changes in V2: > - Pick up R-b tag > > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > index 6448b633c970..8060a87d29da 100644 > --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > @@ -18,6 +18,7 @@ properties: > - items: > - enum: > - qcom,kpss-wdt-ipq4019 > + - qcom,apss-wdt-ipq5332 > - qcom,apss-wdt-msm8994 > - qcom,apss-wdt-qcs404 > - qcom,apss-wdt-sa8775p
diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml index 6448b633c970..8060a87d29da 100644 --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml @@ -18,6 +18,7 @@ properties: - items: - enum: - qcom,kpss-wdt-ipq4019 + - qcom,apss-wdt-ipq5332 - qcom,apss-wdt-msm8994 - qcom,apss-wdt-qcs404 - qcom,apss-wdt-sa8775p