summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/gemini-rut1xx.dts
diff options
context:
space:
mode:
authorLinus Walleij2018-05-06 15:39:00 +0200
committerLinus Walleij2018-05-12 13:27:24 +0200
commite7c881596baf8d1a4a1b872c4670da6723246936 (patch)
tree37d697fd0c48e4a1cb5e58ac1b9f676fc002e84d /arch/arm/boot/dts/gemini-rut1xx.dts
parentARM: dts: Add second ATA to NAS4220B (diff)
downloadkernel-qcow2-linux-e7c881596baf8d1a4a1b872c4670da6723246936.tar.gz
kernel-qcow2-linux-e7c881596baf8d1a4a1b872c4670da6723246936.tar.xz
kernel-qcow2-linux-e7c881596baf8d1a4a1b872c4670da6723246936.zip
ARM: dts: Fix DTC warnings
The DTC was warning a lot about unit names etc, I think I fixed them all. Stopping to include skeleton.dtsi fixes the last one. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/gemini-rut1xx.dts')
-rw-r--r--arch/arm/boot/dts/gemini-rut1xx.dts10
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/gemini-rut1xx.dts b/arch/arm/boot/dts/gemini-rut1xx.dts
index a2f14ee37599..eb4f0bf074da 100644
--- a/arch/arm/boot/dts/gemini-rut1xx.dts
+++ b/arch/arm/boot/dts/gemini-rut1xx.dts
@@ -14,7 +14,7 @@
#address-cells = <1>;
#size-cells = <1>;
- memory { /* 128 MB */
+ memory@0 { /* 128 MB */
device_type = "memory";
reg = <0x00000000 0x8000000>;
};
@@ -26,10 +26,8 @@
gpio_keys {
compatible = "gpio-keys";
- #address-cells = <1>;
- #size-cells = <0>;
- button@28 {
+ button-setup {
debounce-interval = <50>;
wakeup-source;
linux,code = <KEY_SETUP>;
@@ -41,14 +39,14 @@
leds {
compatible = "gpio-leds";
- led@7 {
+ led-gsm {
/* FIXME: add the LED color */
label = "rut1xx::gsm";
/* Conflict with ICE */
gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
default-state = "on";
};
- led@31 {
+ led-power {
/* FIXME: add the LED color */
label = "rut1xx::power";
/* Conflict with NAND CE0 */