diff options
author | Adam Ford <aford173@gmail.com> | 2019-11-03 17:15:52 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-07 18:39:18 -0500 |
commit | 899836c3155a5bacefa3e84057e08ad00dc9a143 (patch) | |
tree | b303d0dae9b057dd0ad4456d3113a4a508fa6dde /arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi | |
parent | 88279e1b0f106dc47f6e872f45960185b27bb946 (diff) | |
download | u-boot-899836c3155a5bacefa3e84057e08ad00dc9a143.tar.gz |
ARM: dts: logicpd-som-lv-37xx-devkit-u-boot: Remove unused GPIO
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 <aford173@gmail.com>
Diffstat (limited to 'arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi b/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi index 1abd9a38870..e5d9e4f1b1d 100644 --- a/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi +++ b/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi @@ -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>; }; |