mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
parent
b6d20b4742
commit
3485282909
@ -66,18 +66,11 @@ void Driver::Rpi_device::release(Session_component & sc)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Driver::Rpi_device::_report_platform_specifics(Genode::Xml_generator & /*xml*/,
|
void Driver::Rpi_device::_report_platform_specifics(Genode::Xml_generator &,
|
||||||
Driver::Session_component & /*sc*/)
|
Driver::Session_component &)
|
||||||
{
|
{
|
||||||
//_clock_list.for_each([&] (Clock & c) {
|
/*
|
||||||
// Avl_string_base * asb =
|
* Normally, the platform driver should report about clock settings of the
|
||||||
// sc.env().ccm.tree.first()->find_by_name(c.name.string());
|
* device etc. here. But we do not implement clocking for RPI yet.
|
||||||
// if (!asb || !c.driver_name.valid()) { return; }
|
*/
|
||||||
// Driver::Clock & clock =
|
|
||||||
// static_cast<Driver::Clock::Clock_tree_element*>(asb)->object();
|
|
||||||
// xml.node("clock", [&] () {
|
|
||||||
// xml.attribute("rate", clock.get_rate());
|
|
||||||
// xml.attribute("name", c.driver_name);
|
|
||||||
// });
|
|
||||||
//});
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user