powerpc/dts: fix STMicroelectronics compatible strings

Replace the non-standard vendor prefix stm and st-micro with st for
STMicroelectronics. The drivers do not specify the vendor prefixes
since the I2C Core strips them away from the DT provided compatible
string. Therefore, changing existing device trees does not have any
impact on device detection.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Rob Herring <robh@kernel.org>
这个提交包含在:
Stefan Agner
2016-06-26 02:34:05 -07:00
提交者 Rob Herring
父节点 0e13f99d3a
当前提交 5edc2aae16
修改 20 个文件,包含 20 行新增20 行删除

查看文件

@@ -103,7 +103,7 @@
};
rtc@68 {
compatible = "stm,m41t00";
compatible = "st,m41t00";
reg = <0x68>;
};
};