{
        device_operations = "w83627thg_ops";
        /* To override any of these, put the over-ride in mainboard dts. */

        /* COM1 */
        [EMAIL PROTECTED]
                 com1dev = "2";
                 com1enable = "0";
                 com1io = "0x3f8";
                 com1irq = "4";
        };



Questions I have no answer to:
Before I put the pnp2 in , we got this:


struct superio_winbond_w83627thg_dts_config domain_0_ioport_2e = {
        .com1dev = 0x2,
        .com1enable = 0x0,
        .com1io = 0x3f8,

etc.

What should we get now?

Should pnp2 be a device? Child or sibling of w83627thg? What
device_operations should it have? One possibiltiy: if no
device_operations property in the [EMAIL PROTECTED] node,
inherit from parent.

What do you want to see?

ron

--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to