Message ID | 20230111211350.1461860-4-martin.blumenstingl@googlemail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: small .dts fixes | expand |
On 11/01/2023 22:13, Martin Blumenstingl wrote: > Node names should use hyphens instead of underscores to not cause > warnings. > > Fixes: 59ec069d5055 ("arm64: dts: meson-axg: add support for JetHub D1p (j110)") > Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> > --- > changes from v1 -> v2: > - new patch > > .../boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi > index 5836b0030931..22fd43b5fd73 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi > @@ -168,15 +168,15 @@ sn: sn@32 { > reg = <0x32 0x20>; > }; > > - eth_mac: eth_mac@0 { > + eth_mac: eth-mac@0 { > reg = <0x0 0x6>; > }; > > - bt_mac: bt_mac@6 { > + bt_mac: bt-mac@6 { > reg = <0x6 0x6>; > }; > > - wifi_mac: wifi_mac@c { > + wifi_mac: wifi-mac@c { > reg = <0xc 0x6>; > }; > Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi index 5836b0030931..22fd43b5fd73 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi @@ -168,15 +168,15 @@ sn: sn@32 { reg = <0x32 0x20>; }; - eth_mac: eth_mac@0 { + eth_mac: eth-mac@0 { reg = <0x0 0x6>; }; - bt_mac: bt_mac@6 { + bt_mac: bt-mac@6 { reg = <0x6 0x6>; }; - wifi_mac: wifi_mac@c { + wifi_mac: wifi-mac@c { reg = <0xc 0x6>; };
Node names should use hyphens instead of underscores to not cause warnings. Fixes: 59ec069d5055 ("arm64: dts: meson-axg: add support for JetHub D1p (j110)") Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> --- changes from v1 -> v2: - new patch .../boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)