mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
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 <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>
This commit is contained in:
parent
499fe577c8
commit
36ee37632c
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
active_clk_edges;
|
||||
chipselect_num = <1>;
|
||||
|
||||
flash@0 {
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Reference in a new issue