diff options
author | Caleb Connolly <caleb.connolly@linaro.org> | 2024-01-08 15:30:51 +0000 |
---|---|---|
committer | Caleb Connolly <caleb.connolly@linaro.org> | 2024-01-16 12:26:54 +0000 |
commit | 4d6d25be5f7bcdc2d722972bff977aff2f91223c (patch) | |
tree | 792c61c24de18116e8c8ea2e8ae286d5f210e1e7 /arch/sandbox/dts/test.dts | |
parent | 64550c7f4d34def290d4952ed5c53357802626ec (diff) | |
download | u-boot-4d6d25be5f7bcdc2d722972bff977aff2f91223c.tar.gz u-boot-4d6d25be5f7bcdc2d722972bff977aff2f91223c.tar.bz2 u-boot-4d6d25be5f7bcdc2d722972bff977aff2f91223c.zip |
test: spmi: fix tests
With the recent changes to the Qualcomm PMIC GPIO driver the sandbox
tests for it no longer pass, update the DTS and tests to work with the
changes.
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Diffstat (limited to 'arch/sandbox/dts/test.dts')
-rw-r--r-- | arch/sandbox/dts/test.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 4fe72664c4..e264b29554 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -1544,10 +1544,10 @@ spmi_gpios: gpios@c000 { compatible = "qcom,pm8916-gpio"; reg = <0xc000 0x400>; + gpio-ranges = <&spmi_gpios 0 0 4>; gpio-controller; gpio-count = <4>; #gpio-cells = <2>; - gpio-bank-name="spmi"; }; }; }; |