[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <152792116258.225090.5279546677198775320@swboyd.mtv.corp.google.com>
Date: Fri, 01 Jun 2018 23:32:42 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Faiz Abbas <faiz_abbas@...com>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-clk@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-omap@...r.kernel.org
Cc: robh+dt@...nel.org, bcousson@...libre.com, tony@...mide.com,
paul@...an.com, t-kristo@...com, faiz_abbas@...com
Subject: Re: [PATCH v2 5/6] ARM: dts: Add generic interconnect target module node for
MCAN
Quoting Faiz Abbas (2018-05-30 07:11:32)
> diff --git a/arch/arm/boot/dts/dra76x.dtsi b/arch/arm/boot/dts/dra76x.dtsi
> index bfc82636999c..57b8dc0fe719 100644
> --- a/arch/arm/boot/dts/dra76x.dtsi
> +++ b/arch/arm/boot/dts/dra76x.dtsi
> @@ -11,6 +11,25 @@
> / {
> compatible = "ti,dra762", "ti,dra7";
>
> + ocp {
> +
> + target-module@...2c00000 {
Drop the 0x on unit address. Also, it should match the first register
property. And what is a "target-module"?
> + compatible = "ti,sysc-dra7-mcan";
> + ranges = <0x0 0x42c00000 0x2000>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + reg = <0x42c01900 0x4>,
> + <0x42c01904 0x4>,
>
Powered by blists - more mailing lists