ARM: shmobile: kzm9g-reference dts: Sort i2c0 children by unit address
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 6 Jan 2015 19:42:05 +0000 (20:42 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 23 Feb 2015 21:30:37 +0000 (06:30 +0900)
While at it rename the ak4648 node to "codec" to describe the device's
function instead of its model, and move its device-specific property
after its generic properties.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts

index 6d32c87..0134d53 100644 (file)
 
 &i2c0 {
        status = "okay";
+
+       ak4648: codec@12 {
+               compatible = "asahi-kasei,ak4648";
+               reg = <0x12>;
+               #sound-dai-cells = <0>;
+       };
+
        as3711@40 {
                compatible = "ams,as3711";
                reg = <0x40>;
                        };
                };
        };
-
-       ak4648: ak4648@12 {
-               #sound-dai-cells = <0>;
-               compatible = "asahi-kasei,ak4648";
-               reg = <0x12>;
-       };
 };
 
 &i2c3 {