Skip to content

Commit

Permalink
enabled framebuffer in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan2539 committed Aug 21, 2015
1 parent 9d374b5 commit fd2ad25
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions arch/arm/boot/dts/sun5i-r8-chip.dts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@

chosen {
stdout-path = "serial0:115200n8";

framebuffer@0 {
compatible = "allwinner,simple-framebuffer","simple-framebuffer";
allwinner,pipeline = "de_be0-lcd0-hdmi";
clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>,<&ahb_gates 44>;
status = "disabled";
};

framebuffer@1 {
compatible = "allwinner,simple-framebuffer","simple-framebuffer";
allwinner,pipeline = "de_be0-lcd0";
clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 44>;
status = "disabled";
};

framebuffer@2 {
compatible = "allwinner,simple-framebuffer", "simple-framebuffer";
allwinner,pipeline = "de_be0-lcd0-tve0";
clocks = <&pll5 1>, <&ahb_gates 34>, <&ahb_gates 36>, <&ahb_gates 44>;
status = "disabled";
};
};

dram_vcc: dram_vcc {
Expand Down Expand Up @@ -462,3 +483,5 @@
usb0_vbus-supply = <&usb0_vbus>;
usb1_vbus-supply = <&vcc_5v0>;
};


0 comments on commit fd2ad25

Please sign in to comment.