projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5790d4e
)
ARM: dts: sun5i: Add simplefb node
author
Hans de Goede
<
[email protected]
>
Fri, 14 Nov 2014 15:34:35 +0000
(16:34 +0100)
committer
Maxime Ripard
<
[email protected]
>
Sun, 23 Nov 2014 16:17:33 +0000
(17:17 +0100)
Add a simplefb template node for u-boot to further fill and activate.
Signed-off-by: Hans de Goede <
[email protected]
>
Signed-off-by: Maxime Ripard <
[email protected]
>
arch/arm/boot/dts/sun5i-a10s.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun5i-a10s.dtsi
b/arch/arm/boot/dts/sun5i-a10s.dtsi
index 531272c0e526aec013c22ec6a7d6a3a044f88467..f1be4a1799a32cafc852d78a03ab8448d3eeafc3 100644
(file)
--- a/
arch/arm/boot/dts/sun5i-a10s.dtsi
+++ b/
arch/arm/boot/dts/sun5i-a10s.dtsi
@@
-24,6
+24,18
@@
serial3 = &uart3;
};
+ chosen {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+
+ framebuffer0-hdmi {
+ compatible = "simple-framebuffer";
+ clocks = <&ahb_gates 36>, <&ahb_gates 43>, <&ahb_gates 44>;
+ status = "disabled";
+ };
+ };
+
cpus {
cpu@0 {
compatible = "arm,cortex-a8";