[PATCH v3 3/5] ARM: dts: aspeed: Add mailbox and LPC Control nodes

Joel Stanley joel at jms.id.au
Wed Jan 11 11:57:03 AEDT 2017


On Tue, Jan 10, 2017 at 8:06 PM, Cyril Bur <cyrilbur at gmail.com> wrote:

> index 7c78eb1c01ff..c84e833c9480 100644
> --- a/arch/arm/boot/dts/aspeed-g4.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g4.dtsi

> +                       lpc_host: lpc-host at 80 {
> +                               compatible = "aspeed,ast2400-lpc-host", "simple-mfd", "syscon";
> +                               reg = <0x80 0x1e0>;
> +                               reg-io-width = <4>;
> +
> +                               #address-cells = <1>;
> +                               #size-cells = <1>;
> +                               ranges = <0x0 0x80 0x1e0>;
> +
> +                               lpc-ctrl at 0 {
> +                                       compatible = "aspeed,ast2400-lpc-ctrl";
> +                                       memory-region = <&flash_memory>;

You can't have a phandle to the dts in the dtsi.

Cheers,

Joel

> +                                       flash = <&host_pnor>;
> +                                       reg = <0x0 0x80>;
> +                               };
> +


More information about the openbmc mailing list