drm/i915: Remove "i2c_speed" nonsense from child device table
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_bios.h
index a8cad2b88e04b46c5fe67b8ef41d3a556548a861..8af3735e27c615506eb94a171bde35e7aebd36ef 100644 (file)
@@ -202,8 +202,7 @@ struct bdb_general_features {
 struct child_device_config {
        u16 handle;
        u16 device_type;
-       u8  i2c_speed;
-       u8  rsvd[9];
+       u8  device_id[10]; /* ascii string */
        u16 addin_offset;
        u8  dvo_port; /* See Device_PORT_* above */
        u8  i2c_pin;
This page took 0.026376 seconds and 5 git commands to generate.