.. | .. |
---|
151 | 151 | scpi_clocks: clocks { |
---|
152 | 152 | compatible = "arm,scpi-clocks"; |
---|
153 | 153 | |
---|
154 | | - scpi_dvfs: clock-controller { |
---|
| 154 | + scpi_dvfs: clocks-0 { |
---|
155 | 155 | compatible = "arm,scpi-dvfs-clocks"; |
---|
156 | 156 | #clock-cells = <1>; |
---|
157 | 157 | clock-indices = <0>; |
---|
.. | .. |
---|
160 | 160 | }; |
---|
161 | 161 | |
---|
162 | 162 | scpi_sensors: sensors { |
---|
163 | | - compatible = "amlogic,meson-gxbb-scpi-sensors"; |
---|
| 163 | + compatible = "amlogic,meson-gxbb-scpi-sensors", "arm,scpi-sensors"; |
---|
164 | 164 | #thermal-sensor-cells = <1>; |
---|
165 | 165 | }; |
---|
166 | 166 | }; |
---|
.. | .. |
---|
1754 | 1754 | sd_emmc_b: sd@5000 { |
---|
1755 | 1755 | compatible = "amlogic,meson-axg-mmc"; |
---|
1756 | 1756 | reg = <0x0 0x5000 0x0 0x800>; |
---|
1757 | | - interrupts = <GIC_SPI 217 IRQ_TYPE_EDGE_RISING>; |
---|
| 1757 | + interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>; |
---|
1758 | 1758 | status = "disabled"; |
---|
1759 | 1759 | clocks = <&clkc CLKID_SD_EMMC_B>, |
---|
1760 | 1760 | <&clkc CLKID_SD_EMMC_B_CLK0>, |
---|
.. | .. |
---|
1766 | 1766 | sd_emmc_c: mmc@7000 { |
---|
1767 | 1767 | compatible = "amlogic,meson-axg-mmc"; |
---|
1768 | 1768 | reg = <0x0 0x7000 0x0 0x800>; |
---|
1769 | | - interrupts = <GIC_SPI 218 IRQ_TYPE_EDGE_RISING>; |
---|
| 1769 | + interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>; |
---|
1770 | 1770 | status = "disabled"; |
---|
1771 | 1771 | clocks = <&clkc CLKID_SD_EMMC_C>, |
---|
1772 | 1772 | <&clkc CLKID_SD_EMMC_C_CLK0>, |
---|