diff options
| author | Rob Herring <[email protected]> | 2022-12-08 20:45:08 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-02 14:10:23 -0500 |
| commit | 36ee37632c5c61ce5cd67b9b0f0ea3cd2280e5d2 (patch) | |
| tree | ed90b4c51138ade90b34de8e888b50d156337c95 | |
| parent | 499fe577c8011dd8a9184548c419db42aef079a7 (diff) | |
dts: synquacer: Drop unused and undocumented SPI properties
'active_clk_edges' and 'chipselect_num' SPI controller properties are
unused in u-boot and Linux. They are also not documented in the binding.
So drop them.
Signed-off-by: Rob Herring <[email protected]>
Reviewed-by: Masahisa Kojima <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
Acked-by: Jassi Brar <[email protected]>
| -rw-r--r-- | arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi index 6b85c05458d..9f9837b33be 100644 --- a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi +++ b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi @@ -20,8 +20,6 @@ #address-cells = <1>; #size-cells = <0>; status = "okay"; - active_clk_edges; - chipselect_num = <1>; flash@0 { #address-cells = <1>; |
