Re: [PATCH v5 2/2] dt-bindings: introduce Command DB for QCOM SoCs

From: Stephen Boyd
Date: Fri Mar 16 2018 - 14:27:52 EST


Quoting Lina Iyer (2018-03-14 10:13:30)
> +Properties:
> +- compatible:
> + Usage: required
> + Value type: <string>
> + Definition: Should be "qcom,cmd-db"
> +
> +- reg:
> + Usage: required
> + Value type: <prop encoded array>
> + Definition: The register address that points to the location of the
> + Command DB in memory. Additionally, specify the address
> + and size of the actual lacation in memory.

s/lacation/location/ (seems this was missed from last round)

> +
> +Example:
> +
> + reserved-memory {
> + [...]
> + qcom,cmd-db@c3f000c {
> + reg = <0x0 0xc3f000c 0x0 0x8>,
> + <0x0 0x85fe0000 0x0 0x20000>;

I agree with Bjorn and replied so on v4.

> + compatible = "qcom,cmd-db";
> + };
> + };
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
>