]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-am64-phycore-som: Add serial_flash label
authorNathan Morrisson <nmorrisson@phytec.com>
Thu, 13 Jun 2024 23:07:56 +0000 (16:07 -0700)
committerVignesh Raghavendra <vigneshr@ti.com>
Wed, 19 Jun 2024 17:10:55 +0000 (22:40 +0530)
Label the spi nor as serial_flash. This allows us to disable the
flash with an overlay common to all am6xx-phycore-som boards.

Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com>
Link: https://lore.kernel.org/r/20240613230759.1984966-2-nmorrisson@phytec.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi

index 2c3b20ddfb8be729b990e2660773c3226d51476d..ea7c58fb67e207d03bc879f5ef5d4420619d26ea 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&ospi0_pins_default>;
 
-       flash@0 {
+       serial_flash: flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0x0>;
                spi-tx-bus-width = <8>;