Message ID | 1385240244-28629-3-git-send-email-sre@debian.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 3900f84..6ad5ae9 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -576,12 +576,12 @@ * Also... order in the device tree actually matters here. */ tsc2005@0 { - compatible = "tsc2005"; + compatible = "ti,tsc2005"; spi-max-frequency = <6000000>; reg = <0>; }; mipid@2 { - compatible = "acx565akm"; + compatible = "sony,acx565akm"; spi-max-frequency = <6000000>; reg = <2>;
SPI attached devices are currently missing vendor prefixes. This patch adds them. Signed-off-by: Sebastian Reichel <sre@debian.org> --- arch/arm/boot/dts/omap3-n900.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)