projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac24a02
)
ramips: Fix up GnuBee PC1 DTS file a little
author
Rosen Penev
<
[email protected]
>
Thu, 24 May 2018 02:24:43 +0000
(19:24 -0700)
committer
John Crispin
<
[email protected]
>
Thu, 24 May 2018 15:24:31 +0000
(17:24 +0200)
There's nothing connected to i2c on this board, so remove it.
Also edited the gpio group to match the PC2 as they're the same.
Signed-off-by: Rosen Penev <
[email protected]
>
(cherry picked from commit
8c818fa1f0507b0e17aa3ebf051439c9c65f78f3
)
target/linux/ramips/dts/GB-PC1.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/GB-PC1.dts
b/target/linux/ramips/dts/GB-PC1.dts
index 47e1377989881fb186b33efff403366775edcee2..2ea6582e017b836a3276ed0ef42ffb4c751b610e 100644
(file)
--- a/
target/linux/ramips/dts/GB-PC1.dts
+++ b/
target/linux/ramips/dts/GB-PC1.dts
@@
-18,12
+18,6
@@
bootargs = "console=ttyS0,57600";
};
- palmbus: palmbus@1E000000 {
- i2c@900 {
- status = "okay";
- };
- };
-
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
@@
-118,7
+112,7
@@
&pinctrl {
state_default: pinctrl0 {
gpio {
- ralink,group = "
wdt", "rgmii2", "uart3
";
+ ralink,group = "
jtag", "rgmii2", "uart3", "wdt
";
ralink,function = "gpio";
};
};