mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
rpi: pass the Video Core logs DT parameter through
Pass the VC logs DT parameter through to the kernel device tree. This is used by the vclog tool and is a useful debugging tool. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Acked-by: Matthias Brugger <mbrugger@suse.com>
This commit is contained in:
@@ -608,6 +608,9 @@ void update_fdt_from_fw(void *fdt, void *fw_fdt)
|
||||
/* warnings from the firmware (if any) */
|
||||
copy_property(fdt, fw_fdt, "/chosen", "user-warnings");
|
||||
|
||||
/* firmware logs - used by the vclog utility */
|
||||
copy_property(fdt, fw_fdt, "/chosen", "log");
|
||||
|
||||
/* address of the PHY device as provided by the firmware */
|
||||
copy_property(fdt, fw_fdt, "ethernet0/mdio@e14/ethernet-phy@1", "reg");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user