diff options
author | Patrick Venture <venture@google.com> | 2019-04-18 07:27:53 -0700 |
---|---|---|
committer | Andrew Jeffery <andrew@aj.id.au> | 2019-04-19 10:26:40 +0930 |
commit | bc06c97c4df7e9348ae0b8a1a5395caa06f55427 (patch) | |
tree | 0ea9e90fe4636f5e891a86a1446982beea68ecc7 | |
parent | ed068475e807a70e1c6dfaa4782ed4d252967ed8 (diff) | |
download | talos-obmc-linux-bc06c97c4df7e9348ae0b8a1a5395caa06f55427.tar.gz talos-obmc-linux-bc06c97c4df7e9348ae0b8a1a5395caa06f55427.zip |
ARM: dts: aspeed: zaius: Fix intersil compatibles
s/intersil/isil/g per prefix in vendor prefixes file.
OpenBMC-Staging-Count: 1
Signed-off-by: Patrick Venture <venture@google.com>
[AJ: Rework subject]
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts index 53751adebf17..9fa70cdab710 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts @@ -305,17 +305,17 @@ }; vrm@64 { - compatible = "intersil,isl68137"; + compatible = "isil,isl68137"; reg = <0x64>; }; vrm@40 { - compatible = "intersil,isl68137"; + compatible = "isil,isl68137"; reg = <0x40>; }; vrm@60 { - compatible = "intersil,isl68137"; + compatible = "isil,isl68137"; reg = <0x60>; }; @@ -325,7 +325,7 @@ }; vrm@41 { - compatible = "intersil,isl68137"; + compatible = "isil,isl68137"; reg = <0x41>; }; @@ -354,17 +354,17 @@ status = "okay"; vrm@64 { - compatible = "intersil,isl68137"; + compatible = "isil,isl68137"; reg = <0x64>; }; vrm@40 { - compatible = "intersil,isl68137"; + compatible = "isil,isl68137"; reg = <0x40>; }; vrm@41 { - compatible = "intersil,isl68137"; + compatible = "isil,isl68137"; reg = <0x41>; }; @@ -374,7 +374,7 @@ }; vrm@60 { - compatible = "intersil,isl68137"; + compatible = "isil,isl68137"; reg = <0x60>; }; |