Message ID | 1401093631-18467-1-git-send-email-p.zabel@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, Philipp Zabel wrote: > The vendor prefix for Linear Technology should be lltc, > same as the NASDAQ symbol. > The vendor prefix seems to be missing in Documentation/devictree/bindins/vendor-prefixes.txt, or am I missing something? Lothar Waßmann
Hi Lothar, Am Montag, den 26.05.2014, 11:08 +0200 schrieb Lothar Waßmann: > Hi, > > Philipp Zabel wrote: > > The vendor prefix for Linear Technology should be lltc, > > same as the NASDAQ symbol. > > > The vendor prefix seems to be missing in > Documentation/devictree/bindins/vendor-prefixes.txt, or am I missing > something? I have sent the documentation patches together with the ltc3589 regulator driver: https://lkml.org/lkml/2014/5/26/98 regards Philipp
On Mon, May 26, 2014 at 10:40:31AM +0200, Philipp Zabel wrote: > The vendor prefix for Linear Technology should be lltc, > same as the NASDAQ symbol. > > Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Applied, thanks.
diff --git a/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi index 98a4221..642d909 100644 --- a/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi @@ -156,7 +156,7 @@ status = "okay"; pmic: ltc3676@3c { - compatible = "ltc,ltc3676"; + compatible = "lltc,ltc3676"; reg = <0x3c>; regulators { diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi index 8e99c9a..f5adbd2 100644 --- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi @@ -208,7 +208,7 @@ }; pmic: ltc3676@3c { - compatible = "ltc,ltc3676"; + compatible = "lltc,ltc3676"; reg = <0x3c>; regulators { diff --git a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi index c8e5ae0..c371ba1 100644 --- a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi @@ -222,7 +222,7 @@ }; pmic: ltc3676@3c { - compatible = "ltc,ltc3676"; + compatible = "lltc,ltc3676"; reg = <0x3c>; regulators {
The vendor prefix for Linear Technology should be lltc, same as the NASDAQ symbol. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> --- arch/arm/boot/dts/imx6qdl-gw51xx.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)