Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47c7df78 authored by Maciej Purski's avatar Maciej Purski Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Use label instead of full path in exynos4412-odroid-common



Extend camera node by label, not by full path in Exynos 4412 Odroid
boards.  This avoids error-prone redefinition of nodes.

Signed-off-by: default avatarMaciej Purski <m.purski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 8cc347de
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -61,12 +61,6 @@
		reset-gpios = <&gpk1 2 GPIO_ACTIVE_LOW>;
	};

	camera {
		status = "okay";
		pinctrl-names = "default";
		pinctrl-0 = <>;
	};

	fixed-rate-clocks {
		xxti {
			compatible = "samsung,clock-xxti";
@@ -142,6 +136,12 @@
	status = "okay";
};

&camera {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <>;
};

&clock_audss {
	assigned-clocks = <&clock_audss EXYNOS_MOUT_AUDSS>,
			<&clock_audss EXYNOS_MOUT_I2S>,