Commit ca788bb1 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

arm64: dts: imx: minor whitespace cleanup around '='

The DTS code coding style expects exactly one space before and after '='
sign.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 258bd863
...@@ -69,7 +69,7 @@ mdio-mux-emi1@54 { ...@@ -69,7 +69,7 @@ mdio-mux-emi1@54 {
mdio-parent-bus = <&emdio1>; mdio-parent-bus = <&emdio1>;
reg = <0x54 1>; /* BRDCFG4 */ reg = <0x54 1>; /* BRDCFG4 */
mux-mask = <0xe0>; /* EMI1_MDIO */ mux-mask = <0xe0>; /* EMI1_MDIO */
#address-cells=<1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
/* Child MDIO buses, one for each riser card: /* Child MDIO buses, one for each riser card:
......
...@@ -701,7 +701,7 @@ snvs: snvs@30370000 { ...@@ -701,7 +701,7 @@ snvs: snvs@30370000 {
snvs_rtc: snvs-rtc-lp { snvs_rtc: snvs-rtc-lp {
compatible = "fsl,sec-v4.0-mon-rtc-lp"; compatible = "fsl,sec-v4.0-mon-rtc-lp";
regmap =<&snvs>; regmap = <&snvs>;
offset = <0x34>; offset = <0x34>;
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
...@@ -854,7 +854,7 @@ pgc_ispdwp: power-domain@18 { ...@@ -854,7 +854,7 @@ pgc_ispdwp: power-domain@18 {
pgc_vpumix: power-domain@19 { pgc_vpumix: power-domain@19 {
#power-domain-cells = <0>; #power-domain-cells = <0>;
reg = <IMX8MP_POWER_DOMAIN_VPUMIX>; reg = <IMX8MP_POWER_DOMAIN_VPUMIX>;
clocks =<&clk IMX8MP_CLK_VPU_ROOT>; clocks = <&clk IMX8MP_CLK_VPU_ROOT>;
}; };
pgc_vpu_g1: power-domain@20 { pgc_vpu_g1: power-domain@20 {
......
...@@ -633,7 +633,7 @@ snvs: snvs@30370000 { ...@@ -633,7 +633,7 @@ snvs: snvs@30370000 {
snvs_rtc: snvs-rtc-lp{ snvs_rtc: snvs-rtc-lp{
compatible = "fsl,sec-v4.0-mon-rtc-lp"; compatible = "fsl,sec-v4.0-mon-rtc-lp";
regmap =<&snvs>; regmap = <&snvs>;
offset = <0x34>; offset = <0x34>;
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
......
...@@ -35,7 +35,7 @@ &lpuart2 { ...@@ -35,7 +35,7 @@ &lpuart2 {
/* Colibri UART_A */ /* Colibri UART_A */
&lpuart3 { &lpuart3 {
status= "okay"; status = "okay";
}; };
/* Colibri SDCard */ /* Colibri SDCard */
......
...@@ -77,7 +77,7 @@ &lpuart2 { ...@@ -77,7 +77,7 @@ &lpuart2 {
/* Colibri UART_A */ /* Colibri UART_A */
&lpuart3 { &lpuart3 {
status= "okay"; status = "okay";
}; };
&lsio_gpio3 { &lsio_gpio3 {
......
...@@ -742,7 +742,7 @@ usdhc1: mmc@42850000 { ...@@ -742,7 +742,7 @@ usdhc1: mmc@42850000 {
clock-names = "ipg", "ahb", "per"; clock-names = "ipg", "ahb", "per";
bus-width = <8>; bus-width = <8>;
fsl,tuning-start-tap = <20>; fsl,tuning-start-tap = <20>;
fsl,tuning-step= <2>; fsl,tuning-step = <2>;
status = "disabled"; status = "disabled";
}; };
...@@ -756,7 +756,7 @@ usdhc2: mmc@42860000 { ...@@ -756,7 +756,7 @@ usdhc2: mmc@42860000 {
clock-names = "ipg", "ahb", "per"; clock-names = "ipg", "ahb", "per";
bus-width = <4>; bus-width = <4>;
fsl,tuning-start-tap = <20>; fsl,tuning-start-tap = <20>;
fsl,tuning-step= <2>; fsl,tuning-step = <2>;
status = "disabled"; status = "disabled";
}; };
...@@ -819,7 +819,7 @@ usdhc3: mmc@428b0000 { ...@@ -819,7 +819,7 @@ usdhc3: mmc@428b0000 {
clock-names = "ipg", "ahb", "per"; clock-names = "ipg", "ahb", "per";
bus-width = <4>; bus-width = <4>;
fsl,tuning-start-tap = <20>; fsl,tuning-start-tap = <20>;
fsl,tuning-step= <2>; fsl,tuning-step = <2>;
status = "disabled"; status = "disabled";
}; };
}; };
......
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