Skip to content

Commit

Permalink
ARM: dts: logicpd-som-lv-37xx-devkit-u-boot: Remove unused GPIO
Browse files Browse the repository at this point in the history
The only GPIO bank needed in SPL is GPIO4 and the SPL space is tight.

This patch removes the all but GPIO4 from the spl device tree to
reduce the SPL footprint.

Signed-off-by: Adam Ford <[email protected]>
  • Loading branch information
aford173 authored and trini committed Nov 7, 2019
1 parent 88279e1 commit 899836c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,26 @@
};
};

&gpio1 {
/delete-property/ u-boot,dm-spl;
};

&gpio2 {
/delete-property/ u-boot,dm-spl;
};

&gpio3 {
/delete-property/ u-boot,dm-spl;
};

&gpio5 {
/delete-property/ u-boot,dm-spl;
};

&gpio6 {
/delete-property/ u-boot,dm-spl;
};

&i2c1 {
clock-frequency = <400000>;
};
Expand Down

0 comments on commit 899836c

Please sign in to comment.