ARM: dts: n8x0: Add vendor prefix to retu node
The retu device node doesn't have a vendor prefix in its compatible string, fix it by adding one. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi> Acked-by: Tony Lindgren <tony@atomide.com> Reviewed-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Родитель
408bc03bb1
Коммит
c05581d885
|
@ -16,7 +16,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
retu: retu@1 {
|
||||
compatible = "retu";
|
||||
compatible = "nokia,retu";
|
||||
interrupt-parent = <&gpio4>;
|
||||
interrupts = <12 IRQ_TYPE_EDGE_RISING>;
|
||||
reg = <0x1>;
|
||||
|
|
Загрузка…
Ссылка в новой задаче