projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1b6f6e
)
arm64: dts: ti: k3-j7200-mcu: Fix ospi compatible
author
Pratyush Yadav
<p.yadav@ti.com>
Fri, 26 Mar 2021 13:00:32 +0000
(18:30 +0530)
committer
Nishanth Menon
<nm@ti.com>
Thu, 1 Apr 2021 13:50:33 +0000
(08:50 -0500)
The TI specific compatible should be followed by the generic
"cdns,qspi-nor" compatible.
Signed-off-by: Pratyush Yadav <p.yadav@ti.com>
Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link:
https://lore.kernel.org/r/20210326130034.15231-3-p.yadav@ti.com
arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
index
4e4ea76
..
5e74e43
100644
(file)
--- a/
arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
+++ b/
arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
@@
-305,7
+305,7
@@
};
ospi0: spi@47040000 {
- compatible = "ti,am654-ospi";
+ compatible = "ti,am654-ospi"
, "cdns,qspi-nor"
;
reg = <0x0 0x47040000 0x0 0x100>,
<0x5 0x00000000 0x1 0x0000000>;
interrupts = <GIC_SPI 840 IRQ_TYPE_LEVEL_HIGH>;