diff mbox

ARM: samsung: add exynos-chipid binding information

Message ID 1417592664-10672-1-git-send-email-pankaj.dubey@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Pankaj Dubey Dec. 3, 2014, 7:44 a.m. UTC
Exynos SoC's DT files are using Chipid device nodes, but it's binding
information is missing. This patch adds exynos-chipid binding information.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
---
 .../bindings/arm/samsung/exynos-chipid.txt         |   12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt

Comments

Pankaj Dubey Jan. 5, 2015, 9:45 a.m. UTC | #1
Gentle Ping.

On Wednesday 03 December 2014 01:14 PM, Pankaj Dubey wrote:
> Exynos SoC's DT files are using Chipid device nodes, but it's binding
> information is missing. This patch adds exynos-chipid binding information.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
>   .../bindings/arm/samsung/exynos-chipid.txt         |   12 ++++++++++++
>   1 file changed, 12 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
> new file mode 100644
> index 0000000..85c5dfd
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
> @@ -0,0 +1,12 @@
> +SAMSUNG Exynos SoCs Chipid driver.
> +
> +Required properties:
> +- compatible : Should at least contain "samsung,exynos4210-chipid".
> +
> +- reg: offset and length of the register set
> +
> +Example:
> +	chipid@10000000 {
> +		compatible = "samsung,exynos4210-chipid";
> +		reg = <0x10000000 0x100>;
> +	};
>

Thanks,
Pankaj Dubey
kgene@kernel.org Jan. 12, 2015, 9:14 a.m. UTC | #2
On 01/05/15 18:45, Pankaj Dubey wrote:
> Gentle Ping.
> 
> On Wednesday 03 December 2014 01:14 PM, Pankaj Dubey wrote:
>> Exynos SoC's DT files are using Chipid device nodes, but it's binding
>> information is missing. This patch adds exynos-chipid binding
>> information.
>>
>> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
>> ---
>>   .../bindings/arm/samsung/exynos-chipid.txt         |   12 ++++++++++++
>>   1 file changed, 12 insertions(+)
>>   create mode 100644
>> Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
>>
>> diff --git
>> a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
>> b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
>> new file mode 100644
>> index 0000000..85c5dfd
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
>> @@ -0,0 +1,12 @@
>> +SAMSUNG Exynos SoCs Chipid driver.
>> +
>> +Required properties:
>> +- compatible : Should at least contain "samsung,exynos4210-chipid".
>> +
>> +- reg: offset and length of the register set
>> +
>> +Example:
>> +    chipid@10000000 {
>> +        compatible = "samsung,exynos4210-chipid";
>> +        reg = <0x10000000 0x100>;
>> +    };
>>

I've applied. Sorry for late taking.

Thanks,
Kukjin
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
new file mode 100644
index 0000000..85c5dfd
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
@@ -0,0 +1,12 @@ 
+SAMSUNG Exynos SoCs Chipid driver.
+
+Required properties:
+- compatible : Should at least contain "samsung,exynos4210-chipid".
+
+- reg: offset and length of the register set
+
+Example:
+	chipid@10000000 {
+		compatible = "samsung,exynos4210-chipid";
+		reg = <0x10000000 0x100>;
+	};