Marc Jones wrote:
> +++ mainboard/pcengines/alix2c3/dts   (working copy)
> @@ -34,9 +34,9 @@
>                       /config/("southbridge/amd/cs5536/dts");
>                       /* Interrupt enables for LPC bus.
>                        *  Each bit is an IRQ 0-15. */
> -                     lpc_serirq_enable = "0x0000105A";
> +                     lpc_serirq_enable = "0x00001002";
>                       /* LPC IRQ polarity. Each bit is an IRQ 0-15. */
> -                     lpc_serirq_polarity = "0x0000EFA5";
> +                     lpc_serirq_polarity = "0x0000EFFD";

Awesome. Please commit!

Acked-by: Peter Stuge <[EMAIL PROTECTED]>

But we should not do interrupt stuff in dts this way I think.
I listened to a device tree presentation today and noone else knows
how to separate description from config either. At least we're not
alone.

Look at Documentation/powerpc/booting-without-of.txt for much dt
documentation.


//Peter

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

Reply via email to