projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a90a56
)
MLK-14995: ARM: dts: nand-on-flash flag set in wrong device node
author
Han Xu
<han.xu@nxp.com>
Thu, 1 Jun 2017 03:25:37 +0000
(22:25 -0500)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:27 +0000
(15:22 -0500)
nand-on-flash-bbt flag for i.mx6sx sabreauto dtb was set in wrong device
node, move it back to gpmi node.
Signed-off-by: Han Xu <han.xu@nxp.com>
arch/arm/boot/dts/imx6sx-sabreauto.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6sx-sabreauto.dts
b/arch/arm/boot/dts/imx6sx-sabreauto.dts
index
493afe6
..
87ae1fa
100644
(file)
--- a/
arch/arm/boot/dts/imx6sx-sabreauto.dts
+++ b/
arch/arm/boot/dts/imx6sx-sabreauto.dts
@@
-280,6
+280,7
@@
&gpmi {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gpmi_nand_1>;
+ nand-on-flash-bbt;
status = "okay";
};
@@
-932,7
+933,6
@@
dcic_id = <1>;
dcic_mux = "dcic-lvds";
status = "okay";
- nand-on-flash-bbt;
};
&vadc {