oxnas: add missing semicolon

A missing semicolon in the gpio-keys-polled section of ox820-akitio.dts
caused the build to break. Add it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 49219
This commit is contained in:
Luka Perkov 2016-04-24 16:42:14 +00:00
parent 79c67071c6
commit 9f4e0c7751

View file

@ -76,7 +76,7 @@
label = "power";
gpios = <&GPIOA 11 1>;
linux,code = <116>;
}
};
reset {
label = "reset";
gpios = <&GPIOB 6 1>;