mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-21 08:23:25 +07:00
ARM: dts: sun6i: 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:
parent
d501841fc4
commit
e53a8b2201
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user