mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 21:24:00 +08:00
ARM: dts: exynos: Use pinctrl labels in exynos4210-pinctrl
Labels for pinctrl's are defined in exynos4210.dtsi. Use them in exynos4210-pinctrl instead of full names, as it is done in other Exynos DTSes. Signed-off-by: Maciej Purski <m.purski@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
0cfec8ed07
commit
88c166cec1
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "exynos4.dtsi"
|
#include "exynos4.dtsi"
|
||||||
#include "exynos4210-pinctrl.dtsi"
|
|
||||||
#include "exynos4-cpu-thermal.dtsi"
|
#include "exynos4-cpu-thermal.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
@ -468,3 +467,5 @@
|
|||||||
&sysmmu_rotator {
|
&sysmmu_rotator {
|
||||||
power-domains = <&pd_lcd0>;
|
power-domains = <&pd_lcd0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#include "exynos4210-pinctrl.dtsi"
|
||||||
|
Loading…
Reference in New Issue
Block a user