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

Commit 35b33d23 authored by Lee Jones's avatar Lee Jones
Browse files

ARM: ux500: Specify AMBA Primecell IDs for Nomadik I2C in DT



Now the Nomadik I2C driver has been converted to an AMBA one, we
are required to provide the Primecell IDs via platform code. When
booting with DT enabled these have to be specified in the device
nodes. We do that here.

Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 1ae32557
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -483,6 +483,8 @@
			compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
			reg = <0x80004000 0x1000>;
			interrupts = <0 21 0x4>;
			arm,primecell-periphid = <0x180024>;

			#address-cells = <1>;
			#size-cells = <0>;
			v-i2c-supply = <&db8500_vape_reg>;
@@ -494,6 +496,8 @@
			compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
			reg = <0x80122000 0x1000>;
			interrupts = <0 22 0x4>;
			arm,primecell-periphid = <0x180024>;

			#address-cells = <1>;
			#size-cells = <0>;
			v-i2c-supply = <&db8500_vape_reg>;
@@ -505,6 +509,8 @@
			compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
			reg = <0x80128000 0x1000>;
			interrupts = <0 55 0x4>;
			arm,primecell-periphid = <0x180024>;

			#address-cells = <1>;
			#size-cells = <0>;
			v-i2c-supply = <&db8500_vape_reg>;
@@ -516,6 +522,8 @@
			compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
			reg = <0x80110000 0x1000>;
			interrupts = <0 12 0x4>;
			arm,primecell-periphid = <0x180024>;

			#address-cells = <1>;
			#size-cells = <0>;
			v-i2c-supply = <&db8500_vape_reg>;
@@ -527,6 +535,8 @@
			compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
			reg = <0x8012a000 0x1000>;
			interrupts = <0 51 0x4>;
			arm,primecell-periphid = <0x180024>;

			#address-cells = <1>;
			#size-cells = <0>;
			v-i2c-supply = <&db8500_vape_reg>;