Re: [PATCH v4 5/9] ARM: Tegra: Define Tegra30 CAR binding

2013-01-16 Thread Stephen Warren
On 01/16/2013 04:28 AM, Hiroshi Doyu wrote:
> On Fri, 11 Jan 2013 08:46:23 +0100
> Prashant Gaikwad  wrote:
> 
>> The device tree binding models Tegra30 CAR (Clock And Reset)
>> as a single monolithic clock provider.

>> diff --git a/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt 
>> b/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt

>> +Example board file:
>> +
>> +/ {
>> +   clocks {
>> +   compatible = "simple-bug";
> 
> typo, 's/simple-bug/simple-bus/' ?

It was rather accurate though; a simple bug:-)

I've squashed the fix into the patch.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 5/9] ARM: Tegra: Define Tegra30 CAR binding

2013-01-16 Thread Hiroshi Doyu
On Fri, 11 Jan 2013 08:46:23 +0100
Prashant Gaikwad  wrote:

> The device tree binding models Tegra30 CAR (Clock And Reset)
> as a single monolithic clock provider.
> 
> Signed-off-by: Prashant Gaikwad 
> ---
>  .../bindings/clock/nvidia,tegra30-car.txt  |  262 
> 
>  arch/arm/boot/dts/tegra30.dtsi |6 +
>  2 files changed, 268 insertions(+), 0 deletions(-)
>  create mode 100644 
> Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt
> 
> diff --git a/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt 
> b/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt
> new file mode 100644
> index 000..121d203
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt
> @@ -0,0 +1,262 @@
> +NVIDIA Tegra30 Clock And Reset Controller
> +
> +This binding uses the common clock binding:
..
> +  215  cml0
> +  216  cml1
> +  217  hclk
> +  218  pclk
> +
> +Example SoC include file:
> +
> +/ {
> +   tegra_car: clock {
> +   compatible = "nvidia,tegra30-car";
> +   reg = <0x60006000 0x1000>;
> +   #clock-cells = <1>;
> +   };
> +
> +   usb@c5004000 {
> +   clocks = <_car 58>; /* usb2 */
> +   };
> +};
> +
> +Example board file:
> +
> +/ {
> +   clocks {
> +   compatible = "simple-bug";

typo, 's/simple-bug/simple-bus/' ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 5/9] ARM: Tegra: Define Tegra30 CAR binding

2013-01-16 Thread Hiroshi Doyu
On Fri, 11 Jan 2013 08:46:23 +0100
Prashant Gaikwad pgaik...@nvidia.com wrote:

 The device tree binding models Tegra30 CAR (Clock And Reset)
 as a single monolithic clock provider.
 
 Signed-off-by: Prashant Gaikwad pgaik...@nvidia.com
 ---
  .../bindings/clock/nvidia,tegra30-car.txt  |  262 
 
  arch/arm/boot/dts/tegra30.dtsi |6 +
  2 files changed, 268 insertions(+), 0 deletions(-)
  create mode 100644 
 Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt
 
 diff --git a/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt 
 b/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt
 new file mode 100644
 index 000..121d203
 --- /dev/null
 +++ b/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt
 @@ -0,0 +1,262 @@
 +NVIDIA Tegra30 Clock And Reset Controller
 +
 +This binding uses the common clock binding:
..
 +  215  cml0
 +  216  cml1
 +  217  hclk
 +  218  pclk
 +
 +Example SoC include file:
 +
 +/ {
 +   tegra_car: clock {
 +   compatible = nvidia,tegra30-car;
 +   reg = 0x60006000 0x1000;
 +   #clock-cells = 1;
 +   };
 +
 +   usb@c5004000 {
 +   clocks = tegra_car 58; /* usb2 */
 +   };
 +};
 +
 +Example board file:
 +
 +/ {
 +   clocks {
 +   compatible = simple-bug;

typo, 's/simple-bug/simple-bus/' ?
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v4 5/9] ARM: Tegra: Define Tegra30 CAR binding

2013-01-16 Thread Stephen Warren
On 01/16/2013 04:28 AM, Hiroshi Doyu wrote:
 On Fri, 11 Jan 2013 08:46:23 +0100
 Prashant Gaikwad pgaik...@nvidia.com wrote:
 
 The device tree binding models Tegra30 CAR (Clock And Reset)
 as a single monolithic clock provider.

 diff --git a/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt 
 b/Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt

 +Example board file:
 +
 +/ {
 +   clocks {
 +   compatible = simple-bug;
 
 typo, 's/simple-bug/simple-bus/' ?

It was rather accurate though; a simple bug:-)

I've squashed the fix into the patch.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/