SPI attached devices are currently missing vendor
prefixes. This patch adds them.

Signed-off-by: Sebastian Reichel <[email protected]>
---
 arch/arm/boot/dts/omap3-n900.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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>;
 
-- 
1.8.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to