Re: [PATCH v2 6/6] ARM: brcmstb: dts: add a reference DTS forBroadcom 7445

From: Matt Porter
Date: Fri Dec 13 2013 - 09:40:22 EST


On Tue, Nov 26, 2013 at 04:22:28PM -0800, Marc Carino wrote:
> Add a sample DTS which will allow bootup of a board populated
> with the BCM7445 chip.
>
> Signed-off-by: Marc Carino <marc.ceeeee@xxxxxxxxx>
> Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> ---
> arch/arm/boot/dts/brcmstb-7445.dts | 115 ++++++++++++++++++++++++++++++++++++
> 1 files changed, 115 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/boot/dts/brcmstb-7445.dts
>
> diff --git a/arch/arm/boot/dts/brcmstb-7445.dts b/arch/arm/boot/dts/brcmstb-7445.dts
> new file mode 100644
> index 0000000..a8b74c5
> --- /dev/null
> +++ b/arch/arm/boot/dts/brcmstb-7445.dts
> @@ -0,0 +1,115 @@
> +/dts-v1/;
> +/include/ "skeleton.dtsi"
> +
> +/ {
> + #address-cells = <0x1>;
> + #size-cells = <0x1>;
> + model = "Broadcom STB (7445)";
> + compatible = "brcm,brcmstb";
> + interrupt-parent = <&gic>;
> +
> + chosen {
> + bootargs = "earlyprintk console=ttyS0,115200";
> + };
> +
> + memory {
> + #address-cells = <0x1>;
> + #size-cells = <0x1>;
> + device_type = "memory";
> + reg = <0x0 0x40000000 0x40000000 0x40000000 0x80000000 0x40000000>;
> + };
> +
> + cpupll: cpupll@0 {
> + compatible = "fixed-clock";
> + #clock-cells = <0x0>;
> + clock-frequency = <1500000000>;
> + };
> +
> + cpuclk: cpu-clk-div@0 {
> + compatible = "brcm,brcmstb-cpu-clk-div";
> + reg = <0xf03e257c 0x4>;
> + #clock-cells = <0x0>;
> + clocks = <&cpupll>;
> + div-table = <0x0 0x1 0x11 0x2 0x12 0x4 0x13 0x8 0x14 0x10>;
> + };

There's no clk driver code to use this that I can find and no binding to
describe the use of this compatible string. This node should be removed
and submitted along with the clk binding and driver series.

-Matt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/