diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-01-08 11:20:42 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2018-02-12 15:24:26 +0100 |
commit | d6d854cc1c2a055afdf5d22ee4aee0d20a59968c (patch) | |
tree | 6d3c053aa9f6842eb97093d883dda1170f4cf2df /arch/arm/boot/dts/stihxxx-b2120.dtsi | |
parent | Linux 4.16-rc1 (diff) | |
download | linux-d6d854cc1c2a055afdf5d22ee4aee0d20a59968c.tar.xz linux-d6d854cc1c2a055afdf5d22ee4aee0d20a59968c.zip |
ARM: dts: STi: Fix bindings notation
Remove leading 0x and 0s from bindings notation
Add missing unit-address and remove some which are useless.
This allows to fix several warnings like :
Warning (unit_address_vs_reg): Node XXXX has a reg or ranges property, but no unit name
Warning (simple_bus_reg): Node XXXX simple-bus unit address format error, expected "123456"
Warning (unit_address_vs_reg): Node XXXX has a unit name, but no reg property
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stihxxx-b2120.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stihxxx-b2120.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index 7f80c2c414c8..68783e8223b8 100644 --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi @@ -80,7 +80,7 @@ st,i2c-min-sda-pulse-width-us = <5>; }; - miphy28lp_phy: miphy28lp@9b22000 { + miphy28lp_phy: miphy28lp { phy_port0: port@9b22000 { st,osc-rdy; @@ -126,7 +126,7 @@ clock-names = "c8sectpfe"; /* tsin0 is TSA on NIMA */ - tsin0: port@0 { + tsin0: port { tsin-num = <0>; serial-not-parallel; i2c-bus = <&ssc2>; |