diff options
author | Andrew Davis | 2023-04-11 13:25:09 -0500 |
---|---|---|
committer | Tom Rini | 2023-04-24 13:18:47 -0400 |
commit | db5a3bda501e1eec67b5004d7f2fcfefb6d1f357 (patch) | |
tree | 0d80eddec2391ea32928111fc8d305380ed7e1a2 /arch/arm/dts/keystone-k2g-evm.dts | |
parent | a39f2a54dd5fec171017e91507dc087bfec7d899 (diff) |
arm: dts: keystone: Non-functional changes sync with v6.3-rc6
This is a collection of all the whitespace, renames, comment, and other
changes that should not change the DT functionality from Linux v6.3-rc6.
Signed-off-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'arch/arm/dts/keystone-k2g-evm.dts')
-rw-r--r-- | arch/arm/dts/keystone-k2g-evm.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts index aeefa3b95c2..6376c62b6d0 100644 --- a/arch/arm/dts/keystone-k2g-evm.dts +++ b/arch/arm/dts/keystone-k2g-evm.dts @@ -90,8 +90,8 @@ &qspi { status = "okay"; - flash0: m25p80@0 { - compatible = "s25fl512s","jedec,spi-nor"; + flash0: flash@0 { + compatible = "s25fl512s", "jedec,spi-nor"; reg = <0>; spi-tx-bus-width = <1>; spi-rx-bus-width = <4>; |