Commit d403e1dc authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

arm64: dts: imx8mq-librem5: Fix tps65132 compatible

The valid compatible string for the tps65132 regulator
is "ti,tps65132".

Change it.
Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0ce9a2c1
......@@ -1001,7 +1001,7 @@ magnetometer: magnetometer@1e {
};
regulator@3e {
compatible = "tps65132";
compatible = "ti,tps65132";
reg = <0x3e>;
reg_lcd_avdd: outp {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment