diff options
author | Maciej Purski <m.purski@samsung.com> | 2018-02-05 08:57:02 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-02-13 18:41:01 +0100 |
commit | e030be47ac48aa4f832d0dc2d5614eeb8627a59d (patch) | |
tree | 2b29cf8a3b66f4281ef97fe9775fd33a73f7ee92 /arch/arm/boot/dts/exynos4.dtsi | |
parent | ARM: dts: exynos: Use pinctrl labels in exynos4412-pinctrl (diff) | |
download | linux-e030be47ac48aa4f832d0dc2d5614eeb8627a59d.tar.xz linux-e030be47ac48aa4f832d0dc2d5614eeb8627a59d.zip |
ARM: dts: exynos: Use labels instead of full paths in exynos4210
Extend camera, mixer and tmu nodes by labels, not by full path in Exynos
4210 DTSI. This avoids error-prone redefinition of nodes.
Signed-off-by: Maciej Purski <m.purski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 6d59cc827649..6d4775a0b402 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -195,7 +195,7 @@ #size-cells = <0>; }; - camera { + camera: camera { compatible = "samsung,fimc", "simple-bus"; status = "disabled"; #address-cells = <1>; @@ -718,6 +718,10 @@ }; tmu: tmu@100c0000 { + interrupt-parent = <&combiner>; + reg = <0x100C0000 0x100>; + interrupts = <2 4>; + status = "disabled"; #include "exynos4412-tmu-sensor-conf.dtsi" }; |