Skip to content

Commit

Permalink
ARM: dts: Add pcie controller node for exynos5440-ssdk5440
Browse files Browse the repository at this point in the history
This patch adds pcie controller node for exynos5440-ssdk5440,
and also adds a phandle for pin controller node.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Jingoo Han authored and Arnd Bergmann committed Jun 26, 2013
1 parent 406a932 commit b342e64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/exynos5440-ssdk5440.dts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@
clock-frequency = <50000000>;
};
};

pcie@290000 {
reset-gpio = <&pin_ctrl 5 0>;
};

pcie@2a0000 {
reset-gpio = <&pin_ctrl 22 0>;
};
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5440.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
clock-names = "spi", "spi_busclk0";
};

pinctrl {
pin_ctrl: pinctrl {
compatible = "samsung,exynos5440-pinctrl";
reg = <0xE0000 0x1000>;
interrupts = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>,
Expand Down

0 comments on commit b342e64

Please sign in to comment.