Skip to content

Commit

Permalink
apm821xx: dts overhaul
Browse files Browse the repository at this point in the history
 - remove stray #address-cells / #size-cells

 - fix partition unit-addresses in wd-mybooklive.dts

 - remove index from MBL's gpio node name

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
  • Loading branch information
chunkeey committed Jan 24, 2019
1 parent cbb44f6 commit f932137
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 26 deletions.
2 changes: 0 additions & 2 deletions target/linux/apm821xx/dts/apm82181.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@
reg = <00000003 00000000 00002000>;
ccr = <0x00001000>;
bank-settings = <0x80002222>;
#address-cells = <1>;
#size-cells = <1>;
status = "disabled";

nand {
Expand Down
3 changes: 0 additions & 3 deletions target/linux/apm821xx/dts/meraki-mr24.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
status = "okay";
/* 32 MiB NAND Flash */
nand {
#address-cells = <1>;
#size-cells = <1>;

partition@0 {
label = "u-boot";
reg = <0x00000000 0x00150000>;
Expand Down
5 changes: 0 additions & 5 deletions target/linux/apm821xx/dts/meraki-mx60.dts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
ndfc@1,0 {
status = "okay";
nand {
#address-cells = <1>;
#size-cells = <1>;

partition@0 {
label = "u-boot";
reg = <0x00000000 0x00100000>;
Expand Down Expand Up @@ -161,8 +158,6 @@

keys {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <60>; /* 3 * 20 = 60ms */
autorepeat;

Expand Down
5 changes: 0 additions & 5 deletions target/linux/apm821xx/dts/netgear-wndap6x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
status = "okay";
/* 32 MiB SLC NAND Flash */
nand {
#address-cells = <1>;
#size-cells = <1>;

partition@0 {
label = "u-boot";
reg = <0x00000000 0x00100000>;
Expand Down Expand Up @@ -127,8 +124,6 @@
&POB0 {
keys {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
#interrupt-cells = <2>;
poll-interval = <60>; /* 3 * 20 = 60ms */
autorepeat;
Expand Down
5 changes: 0 additions & 5 deletions target/linux/apm821xx/dts/netgear-wndr4700.dts
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@
status = "okay";
/* 128 MiB Nand Flash */
nand {
#address-cells = <1>;
#size-cells = <1>;

partition0,0@0 {
label = "NAND 128MiB 3,3V 8-bit";
reg = <0x00000000 0x08000000>;
Expand Down Expand Up @@ -310,8 +307,6 @@
&POB0 {
keys {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
#interrupt-cells = <2>;
autorepeat;
poll-interval = <60>; /* 3 * 20 = 60ms */
Expand Down
10 changes: 4 additions & 6 deletions target/linux/apm821xx/dts/wd-mybooklive.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
reg = <0x00000000 0x0001e000>;
};

partition@1 {
partition@1e000 {
label = "env";
reg = <0x0001e000 0x00002000>;
};

partition@2 {
partition@20000 {
label = "uboot";
reg = <0x00020000 0x00050000>;
};
};
};

GPIO1: gpio1@e0000000 {
GPIO1: gpio@e0000000 {
compatible = "wd,mbl-gpio", "ti,74273";
reg-names = "dat";
reg = <0xe0000000 0x1>;
Expand All @@ -77,7 +77,7 @@
};
};

GPIO2: gpio2@e0100000 {
GPIO2: gpio@e0100000 {
compatible = "wd,mbl-gpio", "ti,74244";
reg-names = "dat";
reg = <0xe0100000 0x1>;
Expand Down Expand Up @@ -109,8 +109,6 @@

keys {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <60>; /* 3 * 20 = 60ms */
autorepeat;

Expand Down

0 comments on commit f932137

Please sign in to comment.