Skip to content

Commit

Permalink
dts: xtensa: Fix gpio-reserved-ranges of gpio1
Browse files Browse the repository at this point in the history
The range of GPIO37-38 is <5 2>

Signed-off-by: Taeyoun Park <[email protected]>
  • Loading branch information
Peth-typark authored and kartben committed Dec 26, 2024
1 parent a4006e4 commit 9769a39
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wroom_32ue_n16.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 16MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wroom_32ue_n4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 4MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wroom_32ue_n8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 8MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wroom_da_n16.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 16MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wroom_da_n4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 4MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wroom_da_n8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 8MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wrover_e_n16r2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 16MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wrover_e_n16r4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 16MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wrover_e_n16r8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 16MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wrover_e_n4r2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 1>, <7 1>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 4MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wrover_e_n4r8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 1>, <7 1>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 4MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wrover_e_n8r2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 8MB flash */
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32/esp32_wrover_e_n8r8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
};

&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
gpio-reserved-ranges = <5 2>; // GPIO37-38 NC
};

/* 8MB flash */
Expand Down

0 comments on commit 9769a39

Please sign in to comment.