Commit 622523c7 authored by Olof Johansson's avatar Olof Johansson

Merge tag 'tegra-for-4.21-arm-dt' of...

Merge tag 'tegra-for-4.21-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt

ARM: tegra: Device tree changes for v4.21-rc1

These changes add the external memory controller on Tegra20 as well as
the VIC on Tegra124.

* tag 'tegra-for-4.21-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  ARM: tegra: Add VIC on Tegra124
  ARM: dts: tegra20: Add clock entry to External Memory Controller
  ARM: dts: tegra20: Add interrupt entry to External Memory Controller
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 44a26c89 3dde5a23
...@@ -140,6 +140,18 @@ hdmi: hdmi@54280000 { ...@@ -140,6 +140,18 @@ hdmi: hdmi@54280000 {
status = "disabled"; status = "disabled";
}; };
vic@54340000 {
compatible = "nvidia,tegra124-vic";
reg = <0x0 0x54340000 0x0 0x00040000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA124_CLK_VIC03>;
clock-names = "vic";
resets = <&tegra_car 178>;
reset-names = "vic";
iommus = <&mc TEGRA_SWGROUP_VIC>;
};
sor@54540000 { sor@54540000 {
compatible = "nvidia,tegra124-sor"; compatible = "nvidia,tegra124-sor";
reg = <0x0 0x54540000 0x0 0x00040000>; reg = <0x0 0x54540000 0x0 0x00040000>;
......
...@@ -632,6 +632,8 @@ iommu@7000f024 { ...@@ -632,6 +632,8 @@ iommu@7000f024 {
memory-controller@7000f400 { memory-controller@7000f400 {
compatible = "nvidia,tegra20-emc"; compatible = "nvidia,tegra20-emc";
reg = <0x7000f400 0x200>; reg = <0x7000f400 0x200>;
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA20_CLK_EMC>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment