diff options
author | Rob Herring <robh@kernel.org> | 2022-12-08 20:45:09 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-02 14:10:23 -0500 |
commit | bd8851c5b4984ffb26f55872c4e086d91989bc9a (patch) | |
tree | 0490548e6d9274fbd204115bdb6c7caf26ec42f4 /arch | |
parent | 36ee37632c5c61ce5cd67b9b0f0ea3cd2280e5d2 (diff) | |
download | u-boot-bd8851c5b4984ffb26f55872c4e086d91989bc9a.zip u-boot-bd8851c5b4984ffb26f55872c4e086d91989bc9a.tar.gz u-boot-bd8851c5b4984ffb26f55872c4e086d91989bc9a.tar.bz2 |
dts: synquacer: Drop unused and undocumented GPIO 'base' property
The 'base' GPIO controller property is unused in u-boot and Linux. It is
also not documented in the binding. So drop it.
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Acked-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/synquacer-sc2a11.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi index 0dd2969..7ba1cd1 100644 --- a/arch/arm/dts/synquacer-sc2a11.dtsi +++ b/arch/arm/dts/synquacer-sc2a11.dtsi @@ -497,7 +497,6 @@ gpio-controller; #gpio-cells = <2>; clocks = <&clk_apb>; - base = <0>; }; exiu: interrupt-controller@510c0000 { |