ARM: dts: exynos: Fix DTC unit name warnings in Exynos5440

Fix following DTC warnings in Exynos5440 boards:

Warning (unit_address_vs_reg): Node /pinctrl has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /rtc has a reg or ranges property, but no unit name

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
This commit is contained in:
Krzysztof Kozlowski 2016-04-06 11:00:49 +09:00
parent fed3b4aa0a
commit 4185c53f01
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@
clock-names = "spi", "spi_busclk0";
};
pin_ctrl: pinctrl {
pin_ctrl: pinctrl@E0000 {
compatible = "samsung,exynos5440-pinctrl";
reg = <0xE0000 0x1000>;
interrupts = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>,
@ -205,7 +205,7 @@
ranges;
};
rtc {
rtc@130000 {
compatible = "samsung,s3c6410-rtc";
reg = <0x130000 0x1000>;
interrupts = <0 17 0>, <0 16 0>;