From: Marco Felsch Date: Mon, 4 Feb 2019 15:29:55 +0000 (+0100) Subject: ARM: dts: pfla02: prepare storage devices to add paritions X-Git-Tag: v5.4-rc1~968^2~17^2~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99f698e268786da84dd49bd36176c6d27fa04894;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: pfla02: prepare storage devices to add paritions Partitions in the NOR and EEPROM are application specific. Prepare the SoM device tree so platform device tree's can add partitions. Signed-off-by: Marco Felsch Acked-by: Uwe Kleine-König Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index 433bf09..673711f 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -79,7 +79,7 @@ status = "okay"; cs-gpios = <&gpio4 24 0>; - flash@0 { + som_flash: flash@0 { compatible = "m25p80", "jedec,spi-nor"; spi-max-frequency = <20000000>; reg = <0>; @@ -120,7 +120,7 @@ pinctrl-0 = <&pinctrl_i2c1>; status = "okay"; - eeprom@50 { + som_eeprom: eeprom@50 { compatible = "atmel,24c32"; reg = <0x50>; };