projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78d160
)
arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma compatible string
author
Angus Ainslie (Purism)
<angus@akkea.ca>
Fri, 29 Mar 2019 15:21:28 +0000
(08:21 -0700)
committer
Shawn Guo
<shawnguo@kernel.org>
Wed, 3 Apr 2019 10:58:31 +0000
(17:58 +0700)
Fix a typo in the compatible string
Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index feb195984997935041ba9e5b39d1d129d3ff7fba..e5f018289c14ca43f9028bf67c1389bec8fdb306 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@
-763,7
+763,7
@@
};
sdma1: sdma@30bd0000 {
- compatible = "fsl,
imx8mq-sdma","fsl,imx7d-sdma";
+ compatible = "fsl,imx8mq-sdma","fsl,imx7d-sdma";
reg = <0x30bd0000 0x10000>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MQ_CLK_SDMA1_ROOT>,