ARM: dts: i.MX: Use single naming style for i.MX WEIM device
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 9 Apr 2014 15:08:16 +0000 (19:08 +0400)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:01:51 +0000 (23:01 +0800)
This patch converts all i.MX WEIM users to use single naming style
for devices.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi

index 9117a3c754eac9673d865da6379e416aff139c59..8b4181b72596f402b3544ec4e9498aa278657c36 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_weim>;
 
-       can@d4000000 {
+       can@4,0 {
                compatible = "nxp,sja1000";
                reg = <4 0x00000000 0x00000100>;
                interrupt-parent = <&gpio5>;
index 8e10aeff946e981d864eb2a8ca8952d9d0d3596e..d7ed63c51c6c6069fb4763dda39d202f606800db 100644 (file)
 &weim {
        status = "okay";
 
-       nor: nor@c0000000 {
+       nor: nor@0,0 {
                compatible = "cfi-flash";
                reg = <0 0x00000000 0x02000000>;
                bank-width = <2>;
                #size-cells = <1>;
        };
 
-       sram: sram@c8000000 {
+       sram: sram@1,0 {
                compatible = "mtd-ram";
                reg = <1 0x00000000 0x00800000>;
                bank-width = <2>;
This page took 0.033167 seconds and 5 git commands to generate.