[PATCH 4/5] ARM: dts: add device tree source for imx6sl SoC
Dirk Behme
dirk.behme at de.bosch.com
Fri May 3 02:26:34 EDT 2013
On 03.05.2013 05:49, Shawn Guo wrote:
> Add SoC level device tree source for imx6sl.
>
> Signed-off-by: Shawn Guo <shawn.guo at linaro.org>
> ---
> arch/arm/boot/dts/imx6sl.dtsi | 777 +++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 777 insertions(+)
> create mode 100644 arch/arm/boot/dts/imx6sl.dtsi
>
> diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
> new file mode 100644
Just as a proposal do discuss: What's about to move the existing
imx6qdl.dtsi to a imx6.dtsi and include it in
imx6q.dtsi
imx6dl.dtsi
imx6sl.dtsi
then?
> + soc {
> + #address-cells = <1>;
> + #size-cells = <1>;
> + compatible = "simple-bus";
> + interrupt-parent = <&intc>;
> + ranges;
> +
> + L2: l2-cache at 00a02000 {
> + compatible = "arm,pl310-cache";
> + reg = <0x00a02000 0x1000>;
> + interrupts = <0 92 0x04>;
> + cache-unified;
> + cache-level = <2>;
> + };
The arm,tag-latency and arm,data-latency we recently added for the other
SoCs are missing here?
Best regards
Dirk
More information about the linux-arm-kernel
mailing list