mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -1,6 +1,6 @@
|
||||
// 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/;
|
||||
@@ -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 {
|
||||
trips {
|
||||
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 {
|
||||
dr_mode = "host";
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// 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/;
|
||||
@@ -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 {
|
||||
trips {
|
||||
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 {
|
||||
dr_mode = "host";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user