diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2023-11-30 20:56:35 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2023-12-08 09:14:05 +0300 |
commit | 94fa073377db02ef0ca391f32e11e0f4649b2657 (patch) | |
tree | e4875d38a4a75feb8d84cf3546a55d43d67845ee /arch/arm64/boot/dts/hisilicon | |
parent | 44ab3ee76a5a977864ba0bb6c352dcf6206804e0 (diff) | |
download | linux-94fa073377db02ef0ca391f32e11e0f4649b2657.tar.xz |
arm64: dts: hisilicon: hikey970-pmic: clean up SPMI node
Clean up the SPMI node by dropping the redundant status property and
moving the 'reg' property after 'compatible' for consistency.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi b/arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi index c06e011a6c3f..299c4ab630e8 100644 --- a/arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi @@ -10,10 +10,9 @@ / { spmi: spmi@fff24000 { compatible = "hisilicon,kirin970-spmi-controller"; + reg = <0x0 0xfff24000 0x0 0x1000>; #address-cells = <2>; #size-cells = <0>; - status = "okay"; - reg = <0x0 0xfff24000 0x0 0x1000>; hisilicon,spmi-channel = <2>; pmic: pmic@0 { |