BananaPi BPI-CM4: Waveshare CM4-IO-BASE-B: Fixups

This is cosmetic. Cleaning up my mess if you will.

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
Patrick Yavitz
2025-06-15 20:01:48 -04:00
committed by Igor
parent ae9c66bc0d
commit 989f25533a
2 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/* /*
* Copyright (c) 2024 Patrick Yavitz <pyavitz@xxxxx.com> * Copyright (c) 2024 Patrick Yavitz <pyavitz@gmail.com>
*/ */
/dts-v1/; /dts-v1/;
@@ -16,21 +16,6 @@
}; };
}; };
&i2c1 {
rtc: rtc@51 {
compatible = "nxp,pcf85063a";
reg = <0x51>;
wakeup-source;
};
fanctrl: emc2305@2f {
compatible = "smsc,emc2305";
reg = <0x2f>;
#cooling-cells = <0x02>;
wakeup-source;
};
};
&cpu_thermal { &cpu_thermal {
trips { trips {
fanmid0: fanmid0 { fanmid0: fanmid0 {
@@ -59,6 +44,21 @@
}; };
}; };
&i2c1 {
rtc: rtc@51 {
compatible = "nxp,pcf85063a";
reg = <0x51>;
wakeup-source;
};
fanctrl: emc2305@2f {
compatible = "smsc,emc2305";
reg = <0x2f>;
#cooling-cells = <0x02>;
wakeup-source;
};
};
&usb { &usb {
dr_mode = "host"; dr_mode = "host";
}; };

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/* /*
* Copyright (c) 2024 Patrick Yavitz <pyavitz@xxxxx.com> * Copyright (c) 2024 Patrick Yavitz <pyavitz@gmail.com>
*/ */
/dts-v1/; /dts-v1/;
@@ -16,21 +16,6 @@
}; };
}; };
&i2c1 {
rtc: rtc@51 {
compatible = "nxp,pcf85063a";
reg = <0x51>;
wakeup-source;
};
fanctrl: emc2305@2f {
compatible = "smsc,emc2305";
reg = <0x2f>;
#cooling-cells = <0x02>;
wakeup-source;
};
};
&cpu_thermal { &cpu_thermal {
trips { trips {
fanmid0: fanmid0 { fanmid0: fanmid0 {
@@ -59,6 +44,21 @@
}; };
}; };
&i2c1 {
rtc: rtc@51 {
compatible = "nxp,pcf85063a";
reg = <0x51>;
wakeup-source;
};
fanctrl: emc2305@2f {
compatible = "smsc,emc2305";
reg = <0x2f>;
#cooling-cells = <0x02>;
wakeup-source;
};
};
&usb { &usb {
dr_mode = "host"; dr_mode = "host";
}; };