diff mbox

powerpc/fsl/dts: fix the i2c-mux compatible for t104xqds

Message ID 20170803125934.14960-1-peda@axentia.se (mailing list archive)
State Accepted
Commit e4f2419fac381c5a7659834169dbe79659da2d0d
Headers show

Commit Message

Peter Rosin Aug. 3, 2017, 12:59 p.m. UTC
The sanctioned compatible is "nxp,pca9547".

Signed-off-by: Peter Rosin <peda@axentia.se>
---
 arch/powerpc/boot/dts/fsl/t104xqds.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Rosin Feb. 8, 2018, 9:32 a.m. UTC | #1
[Adding some people whom seem relevant but did not get fingered by
get_maintainer.pl]

On 2017-08-03 14:59, Peter Rosin wrote:
> The sanctioned compatible is "nxp,pca9547".
Ping.

Cheers,
Peter

> Signed-off-by: Peter Rosin <peda@axentia.se>
> ---
>  arch/powerpc/boot/dts/fsl/t104xqds.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/boot/dts/fsl/t104xqds.dtsi b/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
> index 2fd4cbe7098f..615479732252 100644
> --- a/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
> +++ b/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
> @@ -269,7 +269,7 @@
>  
>  		i2c@118000 {
>  			pca9547@77 {
> -				compatible = "philips,pca9547";
> +				compatible = "nxp,pca9547";
>  				reg = <0x77>;
>  			};
>  			rtc@68 {
>
Michael Ellerman May 21, 2018, 10:01 a.m. UTC | #2
On Thu, 2017-08-03 at 12:59:34 UTC, Peter Rosin wrote:
> The sanctioned compatible is "nxp,pca9547".
> 
> Signed-off-by: Peter Rosin <peda@axentia.se>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/e4f2419fac381c5a7659834169dbe7

cheers
diff mbox

Patch

diff --git a/arch/powerpc/boot/dts/fsl/t104xqds.dtsi b/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
index 2fd4cbe7098f..615479732252 100644
--- a/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
@@ -269,7 +269,7 @@ 
 
 		i2c@118000 {
 			pca9547@77 {
-				compatible = "philips,pca9547";
+				compatible = "nxp,pca9547";
 				reg = <0x77>;
 			};
 			rtc@68 {