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

Commit 3b6b1790 authored by Hongtao Jia's avatar Hongtao Jia Committed by Scott Wood
Browse files

powerpc: Add ADT7461 to device tree for supported boards



Including: T104xRDB T208xQDS B4QDS

Signed-off-by: default avatarJia Hongtao <hongtao.jia@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 19bc4808
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -152,6 +152,17 @@
						reg = <0x68>;
						reg = <0x68>;
					};
					};
				};
				};

				i2c@3 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <0x3>;

					adt7461@4c {
						compatible = "adi,adt7461";
						reg = <0x4c>;
					};
				};
			};
			};
		};
		};


+7 −0
Original line number Original line Diff line number Diff line
@@ -83,6 +83,13 @@
			};
			};
		};
		};


		i2c@118000 {
			adt7461@4c {
				compatible = "adi,adt7461";
				reg = <0x4c>;
			};
		};

		i2c@118100 {
		i2c@118100 {
			pca9546@77 {
			pca9546@77 {
				compatible = "nxp,pca9546";
				compatible = "nxp,pca9546";
+11 −0
Original line number Original line Diff line number Diff line
@@ -169,6 +169,17 @@
						shunt-resistor = <1000>;
						shunt-resistor = <1000>;
					};
					};
				};
				};

				i2c@3 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <0x3>;

					adt7461@4c {
						compatible = "adi,adt7461";
						reg = <0x4c>;
					};
				};
			};
			};
		};
		};