ramips: fix dtc warnings
Fix individual boards dtc warnings or obvious mistakes. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -40,16 +40,6 @@
|
||||
};
|
||||
|
||||
partition@50000 {
|
||||
label = "kernel";
|
||||
reg = <0x50000 0x150000>;
|
||||
};
|
||||
|
||||
partition@150000 {
|
||||
label = "rootfs";
|
||||
reg = <0x150000 0x2b0000>;
|
||||
};
|
||||
|
||||
partition {
|
||||
label = "firmware";
|
||||
reg = <0x50000 0x3b0000>;
|
||||
};
|
||||
@@ -76,8 +66,6 @@
|
||||
|
||||
gpio-keys-polled {
|
||||
compatible = "gpio-keys-polled";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
poll-interval = <20>;
|
||||
|
||||
wps {
|
||||
|
||||
Reference in New Issue
Block a user