Re: [PATCH v2 18/26] arm: dts: k3-am654: remove duplicate ospi0 node

2024-01-02 Thread Nishanth Menon
On 11:47-20231229, Bryan Brattlof wrote:
> With the Linux and U-Boot board dtb files unified, we now have a
> duplicate ospi0 node. Remove it
> 
> Tested-by: Tom Rini 
> Signed-off-by: Bryan Brattlof 
> ---
[...]
Reviewed-by: Nishanth Menon 
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 
849D 1736 249D


[PATCH v2 18/26] arm: dts: k3-am654: remove duplicate ospi0 node

2023-12-29 Thread Bryan Brattlof
With the Linux and U-Boot board dtb files unified, we now have a
duplicate ospi0 node. Remove it

Tested-by: Tom Rini 
Signed-off-by: Bryan Brattlof 
---
 arch/arm/dts/k3-am654-r5-base-board.dts | 37 -
 1 file changed, 37 deletions(-)

diff --git a/arch/arm/dts/k3-am654-r5-base-board.dts 
b/arch/arm/dts/k3-am654-r5-base-board.dts
index 8c6cb147c821a..da41971a78f81 100644
--- a/arch/arm/dts/k3-am654-r5-base-board.dts
+++ b/arch/arm/dts/k3-am654-r5-base-board.dts
@@ -18,8 +18,6 @@
ethernet0 = _port1;
remoteproc0 = 
remoteproc1 = _0;
-   spi0 = 
-   spi1 = 
usb0 = 
usb1 = 
};
@@ -114,22 +112,6 @@
AM65X_WKUP_IOPAD(0x0040, PIN_OUTPUT_PULLUP, 7)  /* 
WKUP_GPIO0_28 */
>;
};
-
-   mcu_fss0_ospi0_pins_default: mcu-fss0-ospi0-pins_default {
-   pinctrl-single,pins = <
-   AM65X_WKUP_IOPAD(0x, PIN_OUTPUT, 0) /* (V1) 
MCU_OSPI0_CLK */
-   AM65X_WKUP_IOPAD(0x0008, PIN_INPUT, 0)   /* (U2) 
MCU_OSPI0_DQS */
-   AM65X_WKUP_IOPAD(0x000c, PIN_INPUT, 0)  /* (U4) 
MCU_OSPI0_D0 */
-   AM65X_WKUP_IOPAD(0x0010, PIN_INPUT, 0)  /* (U5) 
MCU_OSPI0_D1 */
-   AM65X_WKUP_IOPAD(0x0014, PIN_INPUT, 0)  /* (T2) 
MCU_OSPI0_D2 */
-   AM65X_WKUP_IOPAD(0x0018, PIN_INPUT, 0)  /* (T3) 
MCU_OSPI0_D3 */
-   AM65X_WKUP_IOPAD(0x001c, PIN_INPUT, 0)  /* (T4) 
MCU_OSPI0_D4 */
-   AM65X_WKUP_IOPAD(0x0020, PIN_INPUT, 0)  /* (T5) 
MCU_OSPI0_D5 */
-   AM65X_WKUP_IOPAD(0x0024, PIN_INPUT, 0)  /* (R2) 
MCU_OSPI0_D6 */
-   AM65X_WKUP_IOPAD(0x0028, PIN_INPUT, 0)  /* (R3) 
MCU_OSPI0_D7 */
-   AM65X_WKUP_IOPAD(0x002c, PIN_OUTPUT, 0) /* (R4) 
MCU_OSPI0_CSn0 */
-   >;
-   };
 };
 
 _pmx0 {
@@ -175,27 +157,8 @@
 };
 
  {
-   pinctrl-names = "default";
-   pinctrl-0 = <_fss0_ospi0_pins_default>;
-   bootph-pre-ram;
-
reg = <0x0 0x4704 0x0 0x100>,
  <0x0 0x5000 0x0 0x800>;
-
-   flash@0{
-   compatible = "jedec,spi-nor";
-   reg = <0x0>;
-   spi-tx-bus-width = <1>;
-   spi-rx-bus-width = <8>;
-   spi-max-frequency = <5000>;
-   cdns,tshsl-ns = <60>;
-   cdns,tsd2d-ns = <60>;
-   cdns,tchsh-ns = <60>;
-   cdns,tslch-ns = <60>;
-   cdns,read-delay = <0>;
-   #address-cells = <1>;
-   #size-cells = <1>;
-   };
 };
 
 _pmx0 {
-- 
2.43.0