Use the same location across projects.
This is just the same change as was done by:
"dts: zynqmp: Add no-1-8-v property to sdhci1 node"
(sha1:
da811c4511ef9caeb95f9a22fe49d38bd8e56ded)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
/* SD1 with level shifter */
&sdhci1 {
status = "okay";
- no-1-8-v;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sdhci1_default>;
+ no-1-8-v;
xlnx,mio_bank = <1>;
};
/* SD1 with level shifter */
&sdhci1 {
status = "okay";
- no-1-8-v;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sdhci1_default>;
+ no-1-8-v;
xlnx,mio_bank = <1>;
};