brcm63xx: fix bcm3368.dtsi typo.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45582
This commit is contained in:
parent
d2e02d6377
commit
5e7f4ab632
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
|||
};
|
||||
|
||||
gpio1: gpio-controller@fff8c080 {
|
||||
compatible = "brcm,6345-gpio";
|
||||
compatible = "brcm,bcm6345-gpio";
|
||||
reg = <0xfff8c080 4>, <0xfff8c088 4>;
|
||||
|
||||
gpio-controller;
|
||||
|
@ -85,7 +85,7 @@
|
|||
};
|
||||
|
||||
gpio0: gpio-controller@fff8c084 {
|
||||
compatible = "brcm,6345-gpio";
|
||||
compatible = "brcm,bcm6345-gpio";
|
||||
reg = <0xfff8c084 4>, <0xfff8c08c 4>;
|
||||
|
||||
gpio-controller;
|
||||
|
|
Loading…
Reference in a new issue