Skip to content

Commit

Permalink
ARM: sunxi: h3/h5: add simplefb nodes
Browse files Browse the repository at this point in the history
The H3/H5 SoCs have a HDMI output and a TV Composite output.

Add simplefb nodes for these outputs.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
  • Loading branch information
Icenowy Zheng authored and Chen-Yu Tsai committed Jan 3, 2018
1 parent fa516cc commit 9b9931e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions arch/arm/boot/dts/sunxi-h3-h5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,30 @@
#address-cells = <1>;
#size-cells = <1>;

chosen {
#address-cells = <1>;
#size-cells = <1>;
ranges;

framebuffer-hdmi {
compatible = "allwinner,simple-framebuffer",
"simple-framebuffer";
allwinner,pipeline = "mixer0-lcd0-hdmi";
clocks = <&display_clocks CLK_MIXER0>,
<&ccu CLK_TCON0>, <&ccu CLK_HDMI>;
status = "disabled";
};

framebuffer-tve {
compatible = "allwinner,simple-framebuffer",
"simple-framebuffer";
allwinner,pipeline = "mixer1-lcd1-tve";
clocks = <&display_clocks CLK_MIXER1>,
<&ccu CLK_TVE>;
status = "disabled";
};
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit 9b9931e

Please sign in to comment.