diff options
author | Marek Vasut <marex@denx.de> | 2023-08-31 21:20:18 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-10-12 13:18:55 +0300 |
commit | b7d6532c5211034cc201cb7d0161d09c200aa1b1 (patch) | |
tree | 340ec1650cb26544e2fc8ca2be6a861e3b148f93 /arch/arm64/boot/dts/freescale | |
parent | e306d386cc0602d8adf6ef44e8213a0c72833c34 (diff) | |
download | linux-b7d6532c5211034cc201cb7d0161d09c200aa1b1.tar.xz |
arm64: dts: imx8mp: Fix property indent on DH i.MX8M Plus DHCOM PDK3
Fix indent to use tab indent. No functional change.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk3.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk3.dts b/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk3.dts index 0156c5c1b600..d4e95d640388 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk3.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk3.dts @@ -184,10 +184,10 @@ }; power-sensor@40 { - compatible = "ti,ina238"; - reg = <0x40>; - shunt-resistor = <20000>; /* 0.02 R */ - ti,shunt-gain = <1>; /* Drop cca. 40mV */ + compatible = "ti,ina238"; + reg = <0x40>; + shunt-resistor = <20000>; /* 0.02 R */ + ti,shunt-gain = <1>; /* Drop cca. 40mV */ }; eeprom_board: eeprom@54 { |