Commit 292b0dd7 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by Nishanth Menon

arm64: dts: ti: k3-am65*: Remove #address-cells/#size-cells from flash nodes

Specifying partitions directly in the flash node is deprecated, a
fixed-partitions node should be used instead. Therefore, it doesn't
make sense to have these properties in the flash nodes.
Signed-off-by: default avatarMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Acked-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
Link: https://lore.kernel.org/r/20220203140240.973690-2-matthias.schiffer@ew.tq-group.com
parent 6dd8457d
...@@ -603,8 +603,6 @@ flash@0 { ...@@ -603,8 +603,6 @@ flash@0 {
cdns,tchsh-ns = <60>; cdns,tchsh-ns = <60>;
cdns,tslch-ns = <60>; cdns,tslch-ns = <60>;
cdns,read-delay = <2>; cdns,read-delay = <2>;
#address-cells = <1>;
#size-cells = <1>;
}; };
}; };
......
...@@ -333,14 +333,12 @@ &main_spi0 { ...@@ -333,14 +333,12 @@ &main_spi0 {
#size-cells= <0>; #size-cells= <0>;
ti,pindir-d0-out-d1-in; ti,pindir-d0-out-d1-in;
flash@0{ flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0x0>; reg = <0x0>;
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;
spi-rx-bus-width = <1>; spi-rx-bus-width = <1>;
spi-max-frequency = <48000000>; spi-max-frequency = <48000000>;
#address-cells = <1>;
#size-cells= <1>;
}; };
}; };
...@@ -498,7 +496,7 @@ &ospi0 { ...@@ -498,7 +496,7 @@ &ospi0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mcu_fss0_ospi0_pins_default>; pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;
flash@0{ flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0x0>; reg = <0x0>;
spi-tx-bus-width = <8>; spi-tx-bus-width = <8>;
...@@ -509,8 +507,6 @@ flash@0{ ...@@ -509,8 +507,6 @@ flash@0{
cdns,tchsh-ns = <60>; cdns,tchsh-ns = <60>;
cdns,tslch-ns = <60>; cdns,tslch-ns = <60>;
cdns,read-delay = <0>; cdns,read-delay = <0>;
#address-cells = <1>;
#size-cells = <1>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment