On Mon, 2014-11-17 at 12:34 +0100, Hans de Goede wrote:
> +- sunxi,pipeline:
> +  <0> for the de_be0 -> lcdc0 -> output pipeline
> +  <1> for the de_be1 -> lcdc1 -> output pipeline

Can we express this as a more descriptive string rather than a number,
to better handle future developments?

Otherwise both patches in this series look good to me.

> +- sunxi,output: One of: "hdmi", "lcd", "vga", and "composite"  
> +
> +Example:
> +
> +chosen {
> +     #address-cells = <1>;
> +     #size-cells = <1>;
> +     ranges;
> +
> +     framebuffer@0 {
> +             compatible = "sunxi,framebuffer", "simple-framebuffer";
> +             sunxi,pipeline = <0>;
> +             sunxi,output = "hdmi";
> +             clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>,
> +                      <&ahb_gates 44>;
> +             status = "disabled";
> +     };
> +};


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to