ARM: dts: sun4i: Add simplefb node
Add a simplefb template node for u-boot to further fill and activate. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Родитель
109588fd21
Коммит
5790d4ee1e
|
@ -27,6 +27,18 @@
|
||||||
serial7 = &uart7;
|
serial7 = &uart7;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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 {
|
cpus {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче