Commit e53a8b22 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard

ARM: dts: sun6i: Add simplefb node

Add a simplefb template node for u-boot to further fill and activate.
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent d501841f
......@@ -62,6 +62,16 @@ aliases {
ethernet0 = &gmac;
};
chosen {
#address-cells = <1>;
#size-cells = <1>;
ranges;
framebuffer0-hdmi {
compatible = "simple-framebuffer";
status = "disabled";
};
};
cpus {
enable-method = "allwinner,sun6i-a31";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment