Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c9e2760 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: kzm9g-reference dts: Sort i2c0 children by unit address



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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 48bdf06d
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -188,6 +188,13 @@

&i2c0 {
	status = "okay";

	ak4648: codec@12 {
		compatible = "asahi-kasei,ak4648";
		reg = <0x12>;
		#sound-dai-cells = <0>;
	};

	as3711@40 {
		compatible = "ams,as3711";
		reg = <0x40>;
@@ -258,12 +265,6 @@
			};
		};
	};

	ak4648: ak4648@12 {
		#sound-dai-cells = <0>;
		compatible = "asahi-kasei,ak4648";
		reg = <0x12>;
	};
};

&i2c3 {