Skip to content

Commit

Permalink
openrisc: update neek.dts
Browse files Browse the repository at this point in the history
  • Loading branch information
fjullien committed Jun 11, 2014
1 parent afa480f commit 07818d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/openrisc/boot/dts/neek.dts
Expand Up @@ -45,6 +45,22 @@
fb0: ocfb@97000000 {
compatible = "opencores,ocfb";
reg = <0x97000000 0x1000>;

bits-per-pixel = <16>;
display-timings {
native-mode = <&timing0>;
timing0: timing0 {
clock-frequency = <0>;
hactive = <800>;
vactive = <480>;
hback-porch = <40>;
hfront-porch = <216>;
vback-porch = <11>;
vfront-porch = <34>;
hsync-len = <1>;
vsync-len = <1>;
};
};
};

enet0: ethoc@92000000 {
Expand Down

0 comments on commit 07818d6

Please sign in to comment.